ath9k: move imask from sc to ah
Add ah variable in the functions that didn't have it and used sc->imask. Replace sc->sc_ah with ah in those functions. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
c81494d548
commit
3069168c82
@ -480,7 +480,6 @@ struct ath_softc {
|
||||
bool ps_enabled;
|
||||
bool ps_idle;
|
||||
unsigned long ps_usecount;
|
||||
enum ath9k_int imask;
|
||||
|
||||
struct ath_config config;
|
||||
struct ath_rx rx;
|
||||
|
Reference in New Issue
Block a user