]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/mac80211/sta_info.h
Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/scm/linux...
[linux.git] / net / mac80211 / sta_info.h
index 691d8a1f94a5586125597cff6726496a6ee01ac2..5c164fb3f6c5bd2d68b5daa3993ff369a2a8792f 100644 (file)
@@ -176,6 +176,7 @@ struct tid_ampdu_tx {
  * @reorder_lock: serializes access to reorder buffer, see below.
  * @auto_seq: used for offloaded BA sessions to automatically pick head_seq_and
  *     and ssn.
+ * @removed: this session is removed (but might have been found due to RCU)
  *
  * This structure's lifetime is managed by RCU, assignments to
  * the array holding it must hold the aggregation mutex.
@@ -200,6 +201,7 @@ struct tid_ampdu_rx {
        u16 timeout;
        u8 dialog_token;
        bool auto_seq;
+       bool removed;
 };
 
 /**