aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index fbe1c29e3349..58941893a13f 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -2268,12 +2268,6 @@ struct ieee80211_txq {
2268 * @IEEE80211_HW_SUPPORTS_ONLY_HE_MULTI_BSSID: Hardware supports multi BSSID 2268 * @IEEE80211_HW_SUPPORTS_ONLY_HE_MULTI_BSSID: Hardware supports multi BSSID
2269 * only for HE APs. Applies if @IEEE80211_HW_SUPPORTS_MULTI_BSSID is set. 2269 * only for HE APs. Applies if @IEEE80211_HW_SUPPORTS_MULTI_BSSID is set.
2270 * 2270 *
2271 * @IEEE80211_HW_EXT_KEY_ID_NATIVE: Driver and hardware are supporting Extended
2272 * Key ID and can handle two unicast keys per station for Rx and Tx.
2273 *
2274 * @IEEE80211_HW_NO_AMPDU_KEYBORDER_SUPPORT: The card/driver can't handle
2275 * active Tx A-MPDU sessions with Extended Key IDs during rekey.
2276 *
2277 * @NUM_IEEE80211_HW_FLAGS: number of hardware flags, used for sizing arrays 2271 * @NUM_IEEE80211_HW_FLAGS: number of hardware flags, used for sizing arrays
2278 */ 2272 */
2279enum ieee80211_hw_flags { 2273enum ieee80211_hw_flags {
@@ -2325,8 +2319,6 @@ enum ieee80211_hw_flags {
2325 IEEE80211_HW_TX_STATUS_NO_AMPDU_LEN, 2319 IEEE80211_HW_TX_STATUS_NO_AMPDU_LEN,
2326 IEEE80211_HW_SUPPORTS_MULTI_BSSID, 2320 IEEE80211_HW_SUPPORTS_MULTI_BSSID,
2327 IEEE80211_HW_SUPPORTS_ONLY_HE_MULTI_BSSID, 2321 IEEE80211_HW_SUPPORTS_ONLY_HE_MULTI_BSSID,
2328 IEEE80211_HW_EXT_KEY_ID_NATIVE,
2329 IEEE80211_HW_NO_AMPDU_KEYBORDER_SUPPORT,
2330 2322
2331 /* keep last, obviously */ 2323 /* keep last, obviously */
2332 NUM_IEEE80211_HW_FLAGS 2324 NUM_IEEE80211_HW_FLAGS