commit | cb35582ab4d742c1be48c4e51712a19fa202e978 | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Wed Sep 17 14:45:56 2014 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 26 17:06:49 2014 -0400 |
tree | 354b81e73beff0f4f09c46c3235eab5e0f169b3b | |
parent | 093ec3c5337434f40d77c1af06c139da3e5ba6dc [diff] |
ath9k: Cache BSS information Using the BSS information stored in mac80211 directly is racy in certain conditions. For example, in a MCC setup, if the scheduler is switching channels when a local deauth is issued, calculation of the opmode/bssid etc. is incorrect. To avoid this, store the bss params in the driver and use it. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>