linux/drivers/net/wireless/mediatek/mt76/mt76x2/pci_main.c

// SPDX-License-Identifier: ISC
/*
 * Copyright (C) 2016 Felix Fietkau <[email protected]>
 */

#include "mt76x2.h"
#include "../mt76x02_mac.h"

static int
mt76x2_start(struct ieee80211_hw *hw)
{}

static void
mt76x2_stop(struct ieee80211_hw *hw, bool suspend)
{}

int mt76x2e_set_channel(struct mt76_phy *phy)
{}

static int
mt76x2_config(struct ieee80211_hw *hw, u32 changed)
{}

static void
mt76x2_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
	     u32 queues, bool drop)
{}

static int mt76x2_set_antenna(struct ieee80211_hw *hw, u32 tx_ant,
			      u32 rx_ant)
{}

const struct ieee80211_ops mt76x2_ops =;