ath5k: Remove unused variable for atim window
It's not used and it's unlikely we will ever implement ATIM. Signed-off-by: Bruno Randolf <br1@einfach.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
4bd437ea40
commit
4a79f2c517
@@ -600,7 +600,7 @@ void ath5k_hw_init_beacon(struct ath5k_hw *ah, u32 next_beacon, u32 interval)
|
||||
/* Timer3 marks the end of our ATIM window
|
||||
* a zero length window is not allowed because
|
||||
* we 'll get no beacons */
|
||||
timer3 = next_beacon + (ah->ah_atim_window ? ah->ah_atim_window : 1);
|
||||
timer3 = next_beacon + 1;
|
||||
|
||||
/*
|
||||
* Set the beacon register and enable all timers.
|
||||
|
Reference in New Issue
Block a user