diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-17 03:43:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-17 03:43:24 +0000 |
commit | 8b5704b2e552a31b72c44249c9195fee79f2478b (patch) | |
tree | 5da5357d0ae6627cd184764ca69ef36f656cd0c7 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 84f745f85f931fb13d289a2f282cca691092166a (diff) | |
download | upstream-8b5704b2e552a31b72c44249c9195fee79f2478b.tar.gz upstream-8b5704b2e552a31b72c44249c9195fee79f2478b.tar.bz2 upstream-8b5704b2e552a31b72c44249c9195fee79f2478b.zip |
mac80211: update to wireless-testing 2010-11-16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24017 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 1f3712a609..c9839c1a32 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" -@@ -449,8 +450,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -445,8 +446,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } |