]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: stop modifying HT SMPS capability
authorJohannes Berg <johannes.berg@intel.com>
Tue, 12 Feb 2013 13:21:00 +0000 (14:21 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Feb 2013 08:41:41 +0000 (09:41 +0100)
commit5a0f421a5ef72200d1a2dab065dfeb46797b5247
tree95f35f3f70f3fd949beda47ad3cee838b0c343c1
parent04e6927e800b2e1cec4fdba01ff748654c6470bf
mac80211: stop modifying HT SMPS capability

Instead of modifying the HT SMPS capability field
for stations, track the SMPS mode explicitly in a
new field in the station struct and use it in the
drivers that care about it. This simplifies the
code using it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlegacy/4965-rs.c
drivers/net/wireless/iwlegacy/common.c
drivers/net/wireless/iwlwifi/dvm/rs.c
drivers/net/wireless/iwlwifi/dvm/sta.c
drivers/net/wireless/iwlwifi/mvm/rs.c
drivers/net/wireless/rt2x00/rt2x00queue.c
include/net/mac80211.h
net/mac80211/ht.c
net/mac80211/rc80211_minstrel_ht.c
net/mac80211/rx.c
net/mac80211/sta_info.c