nl80211: add generation number to all dumps
[pandora-kernel.git] / net / mac80211 / ieee80211_i.h
index 9895917..9943322 100644 (file)
@@ -678,6 +678,7 @@ struct ieee80211_local {
        struct list_head sta_list;
        struct sta_info *sta_hash[STA_HASH_SIZE];
        struct timer_list sta_cleanup;
+       int sta_generation;
 
        struct sk_buff_head pending[IEEE80211_MAX_QUEUES];
        struct tasklet_struct tx_pending_tasklet;