aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorSujith Manoharan <Sujith.Manoharan@atheros.com>2011-02-27 09:20:40 +0530
committerJohn W. Linville <linville@tuxdriver.com>2011-03-01 13:48:21 -0500
commite7a2a4f5e61ccfae03185384e06b852dbb1e3630 (patch)
treef798c3576f9eaf7ecaf3e7ee7c2cb85435b6d84c /drivers/net/wireless/ath/ath9k/htc.h
parent67289941d80f18fd8239e350e015a4b84878412b (diff)
downloadkernel_samsung_smdk4412-e7a2a4f5e61ccfae03185384e06b852dbb1e3630.zip
kernel_samsung_smdk4412-e7a2a4f5e61ccfae03185384e06b852dbb1e3630.tar.gz
kernel_samsung_smdk4412-e7a2a4f5e61ccfae03185384e06b852dbb1e3630.tar.bz2
ath9k_htc: Handle BSSID/AID for multiple interfaces
The AID and BSSID should be set in the HW only for the first station interface or adhoc interface. Also, cancel the ANI timer in stop() for multi-STA scenario. And finally configure the HW beacon timers only for the first station interface. 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.h1
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 e9c51ca..753a245 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -243,6 +243,7 @@ struct ath9k_htc_target_stats {
struct ath9k_htc_vif {
u8 index;
u16 seq_no;
+ bool beacon_configured;
};
struct ath9k_vif_iter_data {