mac80211: update ht flag if bss configuration changed
authorAvri Altman <avri.altman@intel.com>
Mon, 18 Nov 2013 17:06:48 +0000 (19:06 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Dec 2013 10:51:51 +0000 (11:51 +0100)
commit017b45bb5c5b40d9da1ea671aa8bc2eaec73675f
tree16cbb2aeadef0631bb94cfbfc12e8db42701615c
parent2ce6a0f554868ef6b07966254a612f710a909136
mac80211: update ht flag if bss configuration changed

There's a bug in tracking HT opmode changes in mac80211, it
fails to update the driver when the channel parameters don't
change.

Move the code to do the HT opmode checking independently of
the channel/bandwidth tracking.

Signed-off-by: Avri Altman <avri.altman@intel.com>
[edit commit message]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c