nl80211: Add frequency configuration (including HT40)
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / net / mac80211.h
index 6a1d4ea18186486fcbfc80f58d4fdfdd08dabca5..6e823cc6a4b1ac92113dce108e0f667820f96ad7 100644 (file)
@@ -507,6 +507,9 @@ static inline int __deprecated __IEEE80211_CONF_SHORT_SLOT_TIME(void)
 
 struct ieee80211_ht_conf {
        bool enabled;
+       int sec_chan_offset; /* 0 = HT40 disabled; -1 = HT40 enabled, secondary
+                             * channel below primary; 1 = HT40 enabled,
+                             * secondary channel above primary */
 };
 
 /**