diff options
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 |