refreshed madwifi patches
[openwrt.git] / package / madwifi / patches / 129-rxant_r2591.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:52:46.000000000 +0200
5 @@ -1882,6 +1882,9 @@
6 */
7 ath_update_txpow(sc);
8
9 + /* Set the default RX antenna; it may get lost on reset. */
10 + ath_setdefantenna(sc, sc->sc_defant);
11 +
12 /*
13 * Setup the hardware after reset: the key cache
14 * is filled as needed and the receive engine is
This page took 0.040673 seconds and 5 git commands to generate.