aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-06-15 21:16:38 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-06-15 21:16:38 +0000
commitdfcd340721e76af49cef4291fd24db41c13da21b (patch)
treea5c086eb1d3fbe2d9990a4bfcf9191e8ff701cf6 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
parentcd3bd6e13e5c023d62546444ef2c03d4eddf2d45 (diff)
downloadupstream-dfcd340721e76af49cef4291fd24db41c13da21b.tar.gz
upstream-dfcd340721e76af49cef4291fd24db41c13da21b.tar.bz2
upstream-dfcd340721e76af49cef4291fd24db41c13da21b.zip
package/mac80211: Add linux 3.0 compatibility
Add patches from Hauke adding linux 3.0 compatibility. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27187
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.patch2
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 0f3e40d597..ccb693a4bd 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
+@@ -434,8 +435,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}