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>
这个提交包含在:
Sujith Manoharan
2011-02-27 09:20:40 +05:30
提交者 John W. Linville
父节点 67289941d8
当前提交 e7a2a4f5e6
修改 3 个文件,包含 82 行新增21 行删除

查看文件

@@ -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 {