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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 8d25769b3259..86ad2c341525 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -1363,10 +1363,6 @@ struct ieee80211_tx_control {
1363 * setup strictly in HW. mac80211 should not attempt to do this in 1363 * setup strictly in HW. mac80211 should not attempt to do this in
1364 * software. 1364 * software.
1365 * 1365 *
1366 * @IEEE80211_HW_SCAN_WHILE_IDLE: The device can do hw scan while
1367 * being idle (i.e. mac80211 doesn't have to go idle-off during the
1368 * the scan).
1369 *
1370 * @IEEE80211_HW_WANT_MONITOR_VIF: The driver would like to be informed of 1366 * @IEEE80211_HW_WANT_MONITOR_VIF: The driver would like to be informed of
1371 * a virtual monitor interface when monitor interfaces are the only 1367 * a virtual monitor interface when monitor interfaces are the only
1372 * active interfaces. 1368 * active interfaces.
@@ -1408,7 +1404,6 @@ enum ieee80211_hw_flags {
1408 IEEE80211_HW_SUPPORTS_PER_STA_GTK = 1<<21, 1404 IEEE80211_HW_SUPPORTS_PER_STA_GTK = 1<<21,
1409 IEEE80211_HW_AP_LINK_PS = 1<<22, 1405 IEEE80211_HW_AP_LINK_PS = 1<<22,
1410 IEEE80211_HW_TX_AMPDU_SETUP_IN_HW = 1<<23, 1406 IEEE80211_HW_TX_AMPDU_SETUP_IN_HW = 1<<23,
1411 IEEE80211_HW_SCAN_WHILE_IDLE = 1<<24,
1412 IEEE80211_HW_P2P_DEV_ADDR_FOR_INTF = 1<<25, 1407 IEEE80211_HW_P2P_DEV_ADDR_FOR_INTF = 1<<25,
1413 IEEE80211_HW_TIMING_BEACON_ONLY = 1<<26, 1408 IEEE80211_HW_TIMING_BEACON_ONLY = 1<<26,
1414}; 1409};