#include "mt76x2.h"
#include "eeprom.h"
#include "../mt76x02_phy.h"
int mt76x2_set_sar_specs(struct ieee80211_hw *hw,
const struct cfg80211_sar_specs *sar)
{ … }
EXPORT_SYMBOL_GPL(…);
static void
mt76x2_set_wlan_state(struct mt76x02_dev *dev, bool enable)
{ … }
void mt76x2_reset_wlan(struct mt76x02_dev *dev, bool enable)
{ … }
EXPORT_SYMBOL_GPL(…);
void mt76_write_mac_initvals(struct mt76x02_dev *dev)
{ … }
EXPORT_SYMBOL_GPL(…);
void mt76x2_init_txpower(struct mt76x02_dev *dev,
struct ieee80211_supported_band *sband)
{ … }
EXPORT_SYMBOL_GPL(…);