]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/wireless/ath/ar9170/ar9170.h
ar9170: atomic pending A-MPDU counter
[net-next-2.6.git] / drivers / net / wireless / ath / ar9170 / ar9170.h
index ec034af269801ab81597d6f19325910e57e87cc0..9f9459860d82bba9f092cc6c7621b95b9f7f12b9 100644 (file)
@@ -231,7 +231,7 @@ struct ar9170 {
        struct sk_buff_head tx_status_ampdu;
        spinlock_t tx_ampdu_list_lock;
        struct list_head tx_ampdu_list;
-       unsigned int tx_ampdu_pending;
+       atomic_t tx_ampdu_pending;
 
        /* rxstream mpdu merge */
        struct ar9170_rxstream_mpdu_merge rx_mpdu;