diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-20 14:59:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-20 14:59:55 +0000 |
commit | 9b11d6fa983420e19211810f96ca3d1e30404f35 (patch) | |
tree | 2e9a5e4cfa2c88a33fd9bf6e79c39089251629e0 /package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | |
parent | 59d130d86713c0c81543ff73e7fade9212ede98f (diff) | |
download | upstream-9b11d6fa983420e19211810f96ca3d1e30404f35.tar.gz upstream-9b11d6fa983420e19211810f96ca3d1e30404f35.tar.bz2 upstream-9b11d6fa983420e19211810f96ca3d1e30404f35.zip |
upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to config.mk, which frequently causes rejects on new versions
SVN-Revision: 17326
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 e60a50f07e..5bd342ff3d 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 @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -521,8 +521,18 @@ static int ath9k_hw_init_macaddr(struct +@@ -524,8 +524,18 @@ static int ath9k_hw_init_macaddr(struct ah->macaddr[2 * i] = eeval >> 8; ah->macaddr[2 * i + 1] = eeval & 0xff; } |