diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-12-05 17:12:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-12-05 17:12:56 +0000 |
commit | 31212311344132398de2fe5a2e6365afbe0dda58 (patch) | |
tree | 548bd376603fc9847eefeb2cac8ba28a397ba232 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 2b3a751a63ffd69e9cb8958fac301970551066e3 (diff) | |
download | upstream-31212311344132398de2fe5a2e6365afbe0dda58.tar.gz upstream-31212311344132398de2fe5a2e6365afbe0dda58.tar.bz2 upstream-31212311344132398de2fe5a2e6365afbe0dda58.zip |
mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ath9k tx status reporting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18666 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 687d9e4775..eabba06e7b 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" -@@ -489,8 +490,18 @@ static int ath9k_hw_init_macaddr(struct +@@ -485,8 +486,18 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } |