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>
这个提交包含在:
@@ -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 {
|
||||
|
在新工单中引用
屏蔽一个用户