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:

committed by
John W. Linville

parent
089e698d23
commit
c3d8f02ed9
@@ -272,7 +272,6 @@ struct ath_atx_tid {
|
||||
int sched;
|
||||
int paused;
|
||||
u8 state;
|
||||
int addba_exchangeattempts;
|
||||
};
|
||||
|
||||
struct ath_atx_ac {
|
||||
|
Reference in New Issue
Block a user