d3208cc2c873606d1b750dfedb4b7b2ef050e6b6
[openwrt/svn-archive/archive.git] / package / madwifi / patches / 110-init_fix_PR_914.patch
1 diff -urN madwifi-ng-refcount-r2313-20070505.old/ath/if_ath.c madwifi-ng-refcount-r2313-20070505.dev/ath/if_ath.c
2 --- madwifi-ng-refcount-r2313-20070505.old/ath/if_ath.c 2007-05-13 18:17:55.362152712 +0200
3 +++ madwifi-ng-refcount-r2313-20070505.dev/ath/if_ath.c 2007-05-13 18:17:55.614114408 +0200
4 @@ -2003,7 +2003,10 @@
5 ath_draintxq(sc);
6 if (!sc->sc_invalid) {
7 ath_stoprecv(sc);
8 +
9 + /* XXX: this helps to avoid crashes on ifconfig down/up
10 ath_hal_phydisable(ah);
11 + */
12 } else
13 sc->sc_rxlink = NULL;
14 ath_beacon_free(sc); /* XXX needed? */