diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-24 04:35:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-24 04:35:02 +0000 |
commit | 479cf96993cb70f8c69ba590238e27a56dc7091d (patch) | |
tree | 5017728e3dd12a451936b32a4b655be919db6dba /package/madwifi/patches/129-rxant_r2591.patch | |
parent | 788a010131706f80582e9577d2fa43fb8b33e22b (diff) | |
download | upstream-479cf96993cb70f8c69ba590238e27a56dc7091d.tar.gz upstream-479cf96993cb70f8c69ba590238e27a56dc7091d.tar.bz2 upstream-479cf96993cb70f8c69ba590238e27a56dc7091d.zip |
upgrade madwifi to r2756
SVN-Revision: 9422
Diffstat (limited to 'package/madwifi/patches/129-rxant_r2591.patch')
-rw-r--r-- | package/madwifi/patches/129-rxant_r2591.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/madwifi/patches/129-rxant_r2591.patch b/package/madwifi/patches/129-rxant_r2591.patch deleted file mode 100644 index 08960d1e66..0000000000 --- a/package/madwifi/patches/129-rxant_r2591.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: madwifi-ng-r2568-20070710/ath/if_ath.c -=================================================================== ---- madwifi-ng-r2568-20070710.orig/ath/if_ath.c 2007-10-20 20:52:09.000000000 +0200 -+++ madwifi-ng-r2568-20070710/ath/if_ath.c 2007-10-20 20:52:46.000000000 +0200 -@@ -1882,6 +1882,9 @@ - */ - ath_update_txpow(sc); - -+ /* Set the default RX antenna; it may get lost on reset. */ -+ ath_setdefantenna(sc, sc->sc_defant); -+ - /* - * Setup the hardware after reset: the key cache - * is filled as needed and the receive engine is |