diff options
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | 2011-05-17 07:12:03 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-19 17:54:01 (GMT) |
commit | 0cd075d74b319b88bbaad666c2b9b911859a5b0e (patch) | |
tree | 26ae2e903713fa8c2c3710dc98a690ec58b8dd42 /drivers/net/wireless/ath/ath9k/htc.h | |
parent | 33a5315f97e5b3964183f0cf74768ac47eabe631 (diff) | |
download | linux-0cd075d74b319b88bbaad666c2b9b911859a5b0e.tar.xz |
ath9k_htc: Fix BSSID calculation
The BSSID/AID has to be set for the first associated station interface.
Subsequent interfaces may move out of assoc/disassoc status, in which
case, the BSSID has to be re-calculated from the available interfaces.
Also, ANI should be enabled or disabled based on the current opmode.
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index 29dfdf8..fa5bb39 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h @@ -438,6 +438,7 @@ struct ath9k_htc_priv { u8 vif_sta_pos[ATH9K_HTC_MAX_VIF]; u8 num_ibss_vif; u8 num_sta_vif; + u8 num_sta_assoc_vif; u8 num_ap_vif; u16 op_flags; |