aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/mac80211.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 3282038a1510..e503cd37f82e 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -697,6 +697,14 @@ struct ieee80211_ops {
697 void (*sta_table_notification)(struct ieee80211_hw *hw, 697 void (*sta_table_notification)(struct ieee80211_hw *hw,
698 int num_sta); 698 int num_sta);
699 699
700 /* Handle ERP IE change notifications. Must be atomic. */
701 void (*erp_ie_changed)(struct ieee80211_hw *hw, u8 changes,
702 int cts_protection, int preamble);
703
704 /* Flags for the erp_ie_changed changes parameter */
705#define IEEE80211_ERP_CHANGE_PROTECTION (1<<0) /* protection flag changed */
706#define IEEE80211_ERP_CHANGE_PREAMBLE (1<<1) /* barker preamble mode changed */
707
700 /* Configure TX queue parameters (EDCF (aifs, cw_min, cw_max), 708 /* Configure TX queue parameters (EDCF (aifs, cw_min, cw_max),
701 * bursting) for a hardware TX queue. 709 * bursting) for a hardware TX queue.
702 * queue = IEEE80211_TX_QUEUE_*. 710 * queue = IEEE80211_TX_QUEUE_*.