]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: remove short slot/short preamble incapable flags
authorJohannes Berg <johannes.berg@intel.com>
Tue, 2 Jun 2015 18:15:49 +0000 (20:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 2 Jun 2015 18:28:58 +0000 (20:28 +0200)
commit84a81638ef2f3a723e3766ce44a35f912aabd3e6
tree068a6b1a14034c6b38df0823780d860bd0d9cf6f
parent2310cd2f4026e6f1bf908f969a78426b78a820ab
mac80211: remove short slot/short preamble incapable flags

There are no drivers setting IEEE80211_HW_2GHZ_SHORT_SLOT_INCAPABLE
or IEEE80211_HW_2GHZ_SHORT_PREAMBLE_INCAPABLE, so any code using the
two flags is dead; it's also exceedingly unlikely that any new driver
could ever need to set these flags.

The wcn36xx code is almost certainly broken, but this preserves the
previous behaviour.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ath/wcn36xx/smd.c
include/net/mac80211.h
net/mac80211/debugfs.c
net/mac80211/mesh_plink.c
net/mac80211/mlme.c
net/mac80211/tdls.c