diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-04-13 01:03:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-04-13 01:03:49 +0000 |
commit | 3b000fe74e296f4df75918aa6162c43514284e9c (patch) | |
tree | 9a5c2b45608cf0d3379b5cb0f1164ed498befe15 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 9d42bb1a218d092b8c9447cf16ec2c94f7881c8d (diff) | |
download | upstream-3b000fe74e296f4df75918aa6162c43514284e9c.tar.gz upstream-3b000fe74e296f4df75918aa6162c43514284e9c.tar.bz2 upstream-3b000fe74e296f4df75918aa6162c43514284e9c.zip |
ath9k: more fixes/cleanups for ar9280 and ar9300
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20835 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch')
-rw-r--r-- | package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch index 646821540d..554527e3b8 100644 --- a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch +++ b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch @@ -8,7 +8,7 @@ #include <asm/unaligned.h> #include "hw.h" -@@ -434,8 +435,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -431,8 +432,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } |