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 | 56f94c0d2a90cca7fd509a8432830db9d23fc713 (patch) | |
tree | c6c45fe6fa60458959b9b068f1a65782324bff9d /package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch | |
parent | 527accf9208ce0ef5e4ef7d82aa2057d009afce7 (diff) | |
download | upstream-56f94c0d2a90cca7fd509a8432830db9d23fc713.tar.gz upstream-56f94c0d2a90cca7fd509a8432830db9d23fc713.tar.bz2 upstream-56f94c0d2a90cca7fd509a8432830db9d23fc713.zip |
mac80211: fix compile for 2.6.33 (thx, acoul)
SVN-Revision: 20113
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 @@ |