update madwifi to latest rev - works around some crashiness
[openwrt/openwrt.git] / package / madwifi / patches / 110-init_fix_PR_914.patch
1 Index: madwifi-ng-r2834-20071106/ath/if_ath.c
2 ===================================================================
3 --- madwifi-ng-r2834-20071106.orig/ath/if_ath.c 2007-11-07 14:02:00.533401273 +0100
4 +++ madwifi-ng-r2834-20071106/ath/if_ath.c 2007-11-07 14:02:00.957425434 +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? */