From 10b2579edba1bc5ab66fbd5b2315cab874ed202b Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 25 Jul 2007 14:07:04 +0000 Subject: [PATCH] merge madwifi r2591 for rxantenna selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8157 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches/129-rxant_r2591.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/madwifi/patches/129-rxant_r2591.patch diff --git a/package/madwifi/patches/129-rxant_r2591.patch b/package/madwifi/patches/129-rxant_r2591.patch new file mode 100644 index 000000000..c2bb94765 --- /dev/null +++ b/package/madwifi/patches/129-rxant_r2591.patch @@ -0,0 +1,14 @@ +Index: madwifi-ng-r2568-20070710/ath/if_ath.c +=================================================================== +--- madwifi-ng-r2568-20070710.orig/ath/if_ath.c 2007-07-25 16:02:49.730126121 +0200 ++++ madwifi-ng-r2568-20070710/ath/if_ath.c 2007-07-25 16:03:20.355871384 +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 -- 2.35.1