mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
merge madwifi r2591 for rxantenna selection
SVN-Revision: 8157
This commit is contained in:
parent
ecabac0388
commit
4ae75984ec
14
package/madwifi/patches/129-rxant_r2591.patch
Normal file
14
package/madwifi/patches/129-rxant_r2591.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user