mac80211: Retry probe request few times
[safe/jmp/linux-2.6] / net / mac80211 / ieee80211_i.h
index 316825b..8d790e4 100644 (file)
@@ -280,6 +280,7 @@ struct ieee80211_if_managed {
        struct work_struct beacon_loss_work;
 
        unsigned long probe_timeout;
+       int probe_send_count;
 
        struct mutex mtx;
        struct ieee80211_bss *associated;