diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-09-26 12:53:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-09-26 12:53:54 +0000 |
commit | 60eec72adbbe6d8e45a6a5a6b4d25b2b6c46c450 (patch) | |
tree | 28d1456411dc719faafb558230ffbe5bcf828184 /package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | |
parent | c27c0d1ff08bca911d347fcc167d7ee1890a1a1e (diff) | |
download | upstream-60eec72adbbe6d8e45a6a5a6b4d25b2b6c46c450.tar.gz upstream-60eec72adbbe6d8e45a6a5a6b4d25b2b6c46c450.tar.bz2 upstream-60eec72adbbe6d8e45a6a5a6b4d25b2b6c46c450.zip |
mac80211: refresh patches
SVN-Revision: 33557
Diffstat (limited to 'package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch')
-rw-r--r-- | package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch b/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch index 7c59e1f109..a19627e09c 100644 --- a/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch +++ b/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch @@ -8,7 +8,7 @@ #include <asm/unaligned.h> #include "hw.h" -@@ -523,8 +524,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -523,8 +524,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } |