bbdce0fe07be5fd12252ff45a123f3435c9f1a5e
[openwrt/svn-archive/archive.git] / package / madwifi / patches / 110-init_fix_PR_914.patch
1 Index: madwifi-ng-r2568-20070710/ath/if_ath.c
2 ===================================================================
3 --- madwifi-ng-r2568-20070710.orig/ath/if_ath.c 2007-10-20 20:52:09.000000000 +0200
4 +++ madwifi-ng-r2568-20070710/ath/if_ath.c 2007-10-20 20:53:12.000000000 +0200
5 @@ -1988,7 +1988,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? */