From: nbd Date: Thu, 13 Dec 2007 04:16:35 +0000 (+0000) Subject: remove the call to ath_phydisable, which is causing crashes on various platforms... X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=07554543dba2c924e84a939bc290f7cc4d2e5794;p=madwifi%2F.git remove the call to ath_phydisable, which is causing crashes on various platforms (e.g. data bus error on the next card reset on broadcom 47xx) git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3053 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/ath/if_ath.c b/ath/if_ath.c index 078efc1..877956d 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -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? */