summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/400-changeset_r3402.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-02 13:03:03 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-02 13:03:03 +0000
commite9ba1f0c5936a16f891e80e4f1ece8e041a1a4f9 (patch)
tree5e12f0cd3423e0822da1fc943ece043136f689e0 /package/madwifi/patches/400-changeset_r3402.patch
parent401bc38762bc0f72ebef9844389593bb2a904a71 (diff)
fix a rare wds related noderef issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13095 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/400-changeset_r3402.patch')
-rw-r--r--package/madwifi/patches/400-changeset_r3402.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/400-changeset_r3402.patch b/package/madwifi/patches/400-changeset_r3402.patch
index af7e6d573..f43a6d90d 100644
--- a/package/madwifi/patches/400-changeset_r3402.patch
+++ b/package/madwifi/patches/400-changeset_r3402.patch
@@ -1,6 +1,6 @@
--- a/ath_hal/ah_os.h
+++ b/ath_hal/ah_os.h
-@@ -194,10 +194,6 @@
+@@ -194,10 +194,6 @@ extern u_int32_t __ahdecl ath_hal_getupt
*/
#if (AH_BYTE_ORDER == AH_BIG_ENDIAN)
#define is_reg_le(__reg) ((0x4000 <= (__reg) && (__reg) < 0x5000))
@@ -11,7 +11,7 @@
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)
#define _OS_REG_WRITE(_ah, _reg, _val) do { \
is_reg_le(_reg) ? \
-@@ -219,6 +215,21 @@
+@@ -219,6 +215,21 @@ extern u_int32_t __ahdecl ath_hal_getupt
readl((_ah)->ah_sh + (_reg)) : \
cpu_to_le32(readl((_ah)->ah_sh + (_reg))))
#endif /* KERNEL_VERSION(2,6,12) */