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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 6a1d4ea18186..6e823cc6a4b1 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -507,6 +507,9 @@ static inline int __deprecated __IEEE80211_CONF_SHORT_SLOT_TIME(void)
507 507
508struct ieee80211_ht_conf { 508struct ieee80211_ht_conf {
509 bool enabled; 509 bool enabled;
510 int sec_chan_offset; /* 0 = HT40 disabled; -1 = HT40 enabled, secondary
511 * channel below primary; 1 = HT40 enabled,
512 * secondary channel above primary */
510}; 513};
511 514
512/** 515/**