diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-12 22:23:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-12 22:23:21 +0000 |
commit | 41b40babe5409f6206ef43ae20d4a1c49b3d2633 (patch) | |
tree | ae2ff87cd889bafc3332edcd1112fa84368bdf86 /package/madwifi/patches/352-ani_fix.patch | |
parent | af96612c3def05c7145757464c61d470e690cf30 (diff) | |
download | upstream-41b40babe5409f6206ef43ae20d4a1c49b3d2633.tar.gz upstream-41b40babe5409f6206ef43ae20d4a1c49b3d2633.tar.bz2 upstream-41b40babe5409f6206ef43ae20d4a1c49b3d2633.zip |
refresh some madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11791 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/352-ani_fix.patch')
-rw-r--r-- | package/madwifi/patches/352-ani_fix.patch | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/package/madwifi/patches/352-ani_fix.patch b/package/madwifi/patches/352-ani_fix.patch index e3c37c00c4..0129665238 100644 --- a/package/madwifi/patches/352-ani_fix.patch +++ b/package/madwifi/patches/352-ani_fix.patch @@ -1,7 +1,5 @@ -Index: madwifi-trunk-r3314/ath/if_ath.c -=================================================================== ---- madwifi-trunk-r3314.orig/ath/if_ath.c 2008-06-13 10:39:28.000000000 +0200 -+++ madwifi-trunk-r3314/ath/if_ath.c 2008-06-13 10:39:54.000000000 +0200 +--- a/ath/if_ath.c ++++ b/ath/if_ath.c @@ -1014,9 +1014,7 @@ */ sc->sc_hasveol = ath_hal_hasveol(ah); @@ -250,10 +248,8 @@ Index: madwifi-trunk-r3314/ath/if_ath.c { 0 } }; -Index: madwifi-trunk-r3314/ath/if_athvar.h -=================================================================== ---- madwifi-trunk-r3314.orig/ath/if_athvar.h 2008-06-13 10:39:28.000000000 +0200 -+++ madwifi-trunk-r3314/ath/if_athvar.h 2008-06-13 10:39:32.000000000 +0200 +--- a/ath/if_athvar.h ++++ b/ath/if_athvar.h @@ -693,6 +693,10 @@ unsigned int sc_txcont_power; /* Continuous transmit power in 0.5dBm units */ unsigned int sc_txcont_rate; /* Continuous transmit rate in Mbps */ @@ -265,10 +261,8 @@ Index: madwifi-trunk-r3314/ath/if_athvar.h /* rate tables */ const HAL_RATE_TABLE *sc_rates[IEEE80211_MODE_MAX]; const HAL_RATE_TABLE *sc_currates; /* current rate table */ -Index: madwifi-trunk-r3314/ath/if_ath_hal.h -=================================================================== ---- madwifi-trunk-r3314.orig/ath/if_ath_hal.h 2008-06-13 10:39:26.000000000 +0200 -+++ madwifi-trunk-r3314/ath/if_ath_hal.h 2008-06-13 10:39:32.000000000 +0200 +--- a/ath/if_ath_hal.h ++++ b/ath/if_ath_hal.h @@ -67,14 +67,14 @@ static inline HAL_BOOL ath_hal_getdiagstate(struct ath_hal *ah, int request, |