]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/mac80211/ieee80211_i.h
[PATCH] mac80211: ERP IE handling improvements
[linux-2.6-omap-h63xx.git] / net / mac80211 / ieee80211_i.h
index b222a9afd4e9fb38e681212eb9cf0109e6d27b47..99ff7c5e920482761b95e0419e65bbf1ed61047c 100644 (file)
@@ -99,6 +99,12 @@ struct ieee80211_sta_bss {
        int probe_resp;
        unsigned long last_update;
 
+       /* during assocation, we save an ERP value from a probe response so
+        * that we can feed ERP info to the driver when handling the
+        * association completes. these fields probably won't be up-to-date
+        * otherwise, you probably don't want to use them. */
+       int has_erp_value;
+       u8 erp_value;
 };