commit | ea1b2b45f513c6f9ee49b465b1a9281feb783532 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jun 02 20:15:49 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jun 02 20:28:58 2015 +0200 |
tree | 068a6b1a14034c6b38df0823780d860bd0d9cf6f | |
parent | 3b79af973cf42de059d0e90e20fd145d7ed8c5c1 [diff] |
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>