diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-12-12 01:15:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-12-12 01:15:23 +0000 |
commit | 038503bf8e922c72c5c4d6f40cb2eb5f3222d324 (patch) | |
tree | dd983f46e8a5c2a0440cb00b1ed823639e8ddc94 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 96a66fe17bb52a5d1269f8433d6f267d506dc765 (diff) | |
download | upstream-038503bf8e922c72c5c4d6f40cb2eb5f3222d324.tar.gz upstream-038503bf8e922c72c5c4d6f40cb2eb5f3222d324.tar.bz2 upstream-038503bf8e922c72c5c4d6f40cb2eb5f3222d324.zip |
ath9k: merge a few pending cleanup patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24502 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 a47552399e..700854d21c 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" -@@ -436,8 +437,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -428,8 +429,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } |