remove the call to ath_phydisable, which is causing crashes on various platforms...
authornbd <nbd@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 13 Dec 2007 04:16:35 +0000 (04:16 +0000)
committernbd <nbd@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 13 Dec 2007 04:16:35 +0000 (04:16 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3053 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath.c

index 078efc1b1414be2063bd492f3979f654ca2e4704..877956d46809802f2a6fc8900d64b663c557a3b0 100644 (file)
@@ -2358,7 +2358,6 @@ ath_stop_locked(struct net_device *dev)
                ath_draintxq(sc);
                if (!sc->sc_invalid) {
                        ath_stoprecv(sc);
-                       ath_hal_phydisable(ah);
                } else
                        sc->sc_rxlink = NULL;
                ath_beacon_free(sc);            /* XXX needed? */