mirror of https://github.com/hak5/openwrt.git
parent
7118498511
commit
5c8270da86
|
@ -173,7 +173,7 @@
|
||||||
|
|
||||||
+void ath_reset_work(struct work_struct *work)
|
+void ath_reset_work(struct work_struct *work)
|
||||||
+{
|
+{
|
||||||
+ struct ath_softc *sc = container_of(work, struct ath_softc, hw_check_work);
|
+ struct ath_softc *sc = container_of(work, struct ath_softc, hw_reset_work);
|
||||||
+
|
+
|
||||||
+ spin_lock_bh(&sc->sc_pcu_lock);
|
+ spin_lock_bh(&sc->sc_pcu_lock);
|
||||||
+ ath_reset(sc, true);
|
+ ath_reset(sc, true);
|
||||||
|
|
|
@ -342,7 +342,7 @@
|
||||||
return r;
|
return r;
|
||||||
@@ -971,9 +952,7 @@ void ath_reset_work(struct work_struct *
|
@@ -971,9 +952,7 @@ void ath_reset_work(struct work_struct *
|
||||||
{
|
{
|
||||||
struct ath_softc *sc = container_of(work, struct ath_softc, hw_check_work);
|
struct ath_softc *sc = container_of(work, struct ath_softc, hw_reset_work);
|
||||||
|
|
||||||
- spin_lock_bh(&sc->sc_pcu_lock);
|
- spin_lock_bh(&sc->sc_pcu_lock);
|
||||||
ath_reset(sc, true);
|
ath_reset(sc, true);
|
||||||
|
|
Loading…
Reference in New Issue