refresh all package patches in the buildroot using quilt
[openwrt.git] / package / madwifi / patches / 110-init_fix_PR_914.patch
1 Index: madwifi-ng-r2420-20070602/ath/if_ath.c
2 ===================================================================
3 --- madwifi-ng-r2420-20070602.orig/ath/if_ath.c 2007-06-04 13:21:54.479694496 +0200
4 +++ madwifi-ng-r2420-20070602/ath/if_ath.c      2007-06-04 13:21:55.006614392 +0200
5 @@ -1980,7 +1980,10 @@
6                 ath_draintxq(sc);
7                 if (!sc->sc_invalid) {
8                         ath_stoprecv(sc);
9 +
10 +                       /* XXX: this helps to avoid crashes on ifconfig down/up
11                         ath_hal_phydisable(ah);
12 +                        */
13                 } else
14                         sc->sc_rxlink = NULL;
15                 ath_beacon_free(sc);            /* XXX needed? */