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)
commitaf0ed69badc67a0b6e976543f52029fce9ac8f69
tree95f35f3f70f3fd949beda47ad3cee838b0c343c1
parent9fb04b501a57ad29fa989ab3cd2123482e7eac5f
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