diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-10 01:09:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-10 01:09:12 +0000 |
commit | 20e3190ee49db0e982e5c748b7395fa90887330b (patch) | |
tree | 8b783aab1a0fdb1e2271cdd6e603c23335ff567d /package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch | |
parent | 7f91a444a846c809fec4c449e47b3f31f13306ee (diff) | |
download | upstream-20e3190ee49db0e982e5c748b7395fa90887330b.tar.gz upstream-20e3190ee49db0e982e5c748b7395fa90887330b.tar.bz2 upstream-20e3190ee49db0e982e5c748b7395fa90887330b.zip |
mac80211: fix compile for 2.6.33 (thx, acoul)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20113 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch')
-rw-r--r-- | package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch b/package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch index c92cd17e0b..93ad941b7e 100644 --- a/package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch +++ b/package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch @@ -39,8 +39,8 @@ + } + if (!is_valid_ether_addr(common->macaddr)) { - DECLARE_MAC_BUF(macbuf); - + ath_print(common, ATH_DBG_EEPROM, + "eeprom contains invalid mac address: %pM\n", --- a/include/linux/ath9k_platform.h +++ b/include/linux/ath9k_platform.h @@ -23,6 +23,7 @@ |