ath9k: Remove unnecessary count for addba attempt

mac80211 already has one to keep track of number of failure
addba attempts.

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Vasanthakumar Thiagarajan
2009-06-10 17:50:08 +05:30
committed by John W. Linville
parent 089e698d23
commit c3d8f02ed9
2 changed files with 1 additions and 13 deletions

View File

@@ -272,7 +272,6 @@ struct ath_atx_tid {
int sched;
int paused;
u8 state;
int addba_exchangeattempts;
};
struct ath_atx_ac {