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)
commitea1b2b45f513c6f9ee49b465b1a9281feb783532
tree068a6b1a14034c6b38df0823780d860bd0d9cf6f
parent3b79af973cf42de059d0e90e20fd145d7ed8c5c1
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