Ticket #914: phydisable.diff
| File phydisable.diff, 0.8 kB (added by Žilvinas Valinskas <valins@soften.ktu.lt>, 2 years ago) |
|---|
-
madwifi-ng-trunk/ath/if_ath.c
old new 1997 1997 ath_draintxq(sc); 1998 1998 if (!sc->sc_invalid) { 1999 1999 ath_stoprecv(sc); 2000 2001 /* XXX: this helps to avoid crashes on ifconfig down/up 2000 2002 ath_hal_phydisable(ah); 2003 */ 2001 2004 } else 2002 2005 sc->sc_rxlink = NULL; 2003 2006 ath_beacon_free(sc); /* XXX needed? */
