ath9k: fix resetting the hw during channel change when the MAC fails to go idle
SVN-Revision: 26665
This commit is contained in:
parent
79ecac89e6
commit
e0aa62e3c2
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@
|
|||
ATH_DBG_WARN_ON_ONCE(!stopped);
|
||||
}
|
||||
- return stopped;
|
||||
+ return stopped || reset;
|
||||
+ return stopped && !reset;
|
||||
}
|
||||
|
||||
void ath_flushrecv(struct ath_softc *sc)
|
||||
|
|
Loading…
Reference in a new issue