ath9k: fix resetting the hw during channel change when the MAC fails to go idle

SVN-Revision: 26665
master
Felix Fietkau 14 years ago
parent 79ecac89e6
commit e0aa62e3c2
  1. 2
      package/mac80211/patches/300-pending_work.patch

@ -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…
Cancel
Save