aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/354-ifxmips_eeprom.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-11-02 13:04:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-11-02 13:04:36 +0000
commit3fc3e5a2041daa62212ceaff18792eef83e3d721 (patch)
tree76178f877ae760aef51dd6c1c7c88366adbabf95 /package/madwifi/patches/354-ifxmips_eeprom.patch
parent2380bfcec72d22312e41ca3f2f004089120c398c (diff)
downloadmaster-187ad058-3fc3e5a2041daa62212ceaff18792eef83e3d721.tar.gz
master-187ad058-3fc3e5a2041daa62212ceaff18792eef83e3d721.tar.bz2
master-187ad058-3fc3e5a2041daa62212ceaff18792eef83e3d721.zip
madwifi: fix noderef and state machine issues in the currently unused ap-to-ap wds mode; refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13096 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/354-ifxmips_eeprom.patch')
-rw-r--r--package/madwifi/patches/354-ifxmips_eeprom.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/354-ifxmips_eeprom.patch b/package/madwifi/patches/354-ifxmips_eeprom.patch
index e96bf86547..635857ac24 100644
--- a/package/madwifi/patches/354-ifxmips_eeprom.patch
+++ b/package/madwifi/patches/354-ifxmips_eeprom.patch
@@ -1,6 +1,6 @@
--- a/ath_hal/ah_os.c
+++ b/ath_hal/ah_os.c
-@@ -343,6 +343,46 @@
+@@ -343,6 +343,46 @@ EXPORT_SYMBOL(ath_hal_func);
* NB: see the comments in ah_osdep.h about byte-swapping register
* reads and writes to understand what's going on below.
*/
@@ -47,7 +47,7 @@
void __ahdecl
ath_hal_reg_write(struct ath_hal *ah, u_int reg, u_int32_t val)
{
-@@ -351,20 +391,33 @@
+@@ -351,20 +391,33 @@ ath_hal_reg_write(struct ath_hal *ah, u_
ath_hal_printf(ah, "%s: WRITE 0x%x <= 0x%x\n",
(ath_hal_func ?: "unknown"), reg, val);
#endif
@@ -85,7 +85,7 @@
(ath_hal_func ?: "unknown"), reg, val);
#endif
return val;
-@@ -581,7 +634,9 @@
+@@ -581,7 +634,9 @@ init_ath_hal(void)
{
const char *sep;
int i;