update madwifi to latest version (fixes #2403)
[openwrt/openwrt.git] / package / madwifi / patches / 110-init_fix_PR_914.patch
1 Index: madwifi-ng-r2799-20071030/ath/if_ath.c
2 ===================================================================
3 --- madwifi-ng-r2799-20071030.orig/ath/if_ath.c 2007-10-31 14:04:47.893350767 +0100
4 +++ madwifi-ng-r2799-20071030/ath/if_ath.c 2007-10-31 14:04:48.321375158 +0100
5 @@ -2122,7 +2122,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? */