]> Pileus Git - ~andy/linux/blobdiff - net/mac80211/ieee80211_i.h
mac80211: enable HT overrides for ibss
[~andy/linux] / net / mac80211 / ieee80211_i.h
index 8412a303993a647eed61e6b0794e91e49b27dd29..683751a1ecebef59701a115e7b13ca20194602bf 100644 (file)
@@ -509,6 +509,9 @@ struct ieee80211_if_ibss {
        /* probe response/beacon for IBSS */
        struct beacon_data __rcu *presp;
 
+       struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
+       struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */
+
        spinlock_t incomplete_lock;
        struct list_head incomplete_stations;