Searched hist:"7 c277349ecbd66e19fad3d949fa6ef6c131a3b62" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_beacon.c | diff 7c277349ecbd66e19fad3d949fa6ef6c131a3b62 Sun Feb 20 20:18:39 CST 2011 Sujith Manoharan <Sujith.Manoharan@atheros.com> ath9k_htc: Remove OP_ASSOCIATED variable
mac80211 stores the association state in ieee80211_bss_conf. Use this and remove the local state, which is incorrect anyway since it is stored globally and not on a per-VIF basis.
Restarting ANI and reconfiguration of HW beacon timers when a scan run ends requires more work. This is handled by iterating over the active interfaces.
Finally, remove the useless check for associated status in RX processing.
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | htc.h | diff 7c277349ecbd66e19fad3d949fa6ef6c131a3b62 Sun Feb 20 20:18:39 CST 2011 Sujith Manoharan <Sujith.Manoharan@atheros.com> ath9k_htc: Remove OP_ASSOCIATED variable
mac80211 stores the association state in ieee80211_bss_conf. Use this and remove the local state, which is incorrect anyway since it is stored globally and not on a per-VIF basis.
Restarting ANI and reconfiguration of HW beacon timers when a scan run ends requires more work. This is handled by iterating over the active interfaces.
Finally, remove the useless check for associated status in RX processing.
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | htc_drv_txrx.c | diff 7c277349ecbd66e19fad3d949fa6ef6c131a3b62 Sun Feb 20 20:18:39 CST 2011 Sujith Manoharan <Sujith.Manoharan@atheros.com> ath9k_htc: Remove OP_ASSOCIATED variable
mac80211 stores the association state in ieee80211_bss_conf. Use this and remove the local state, which is incorrect anyway since it is stored globally and not on a per-VIF basis.
Restarting ANI and reconfiguration of HW beacon timers when a scan run ends requires more work. This is handled by iterating over the active interfaces.
Finally, remove the useless check for associated status in RX processing.
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | htc_drv_main.c | diff 7c277349ecbd66e19fad3d949fa6ef6c131a3b62 Sun Feb 20 20:18:39 CST 2011 Sujith Manoharan <Sujith.Manoharan@atheros.com> ath9k_htc: Remove OP_ASSOCIATED variable
mac80211 stores the association state in ieee80211_bss_conf. Use this and remove the local state, which is incorrect anyway since it is stored globally and not on a per-VIF basis.
Restarting ANI and reconfiguration of HW beacon timers when a scan run ends requires more work. This is handled by iterating over the active interfaces.
Finally, remove the useless check for associated status in RX processing.
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|