mac80211: improve station mode nullfunc probing
[openwrt.git] / package / mac80211 / patches / 540-ath9k_htc_fix_eeprom.patch
1 --- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c
2 +++ b/drivers/net/wireless/ath/ath9k/htc_drv_init.c
3 @@ -641,6 +641,7 @@ static int ath9k_init_priv(struct ath9k_
4
5 ah->hw_version.devid = devid;
6 ah->hw_version.subsysid = 0; /* FIXME */
7 + ah->ah_flags |= AH_USE_EEPROM;
8 priv->ah = ah;
9
10 common = ath9k_hw_common(ah);
This page took 0.044436 seconds and 5 git commands to generate.