projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ifxmips] fixes uboot compile error
[openwrt.git]
/
package
/
mac80211
/
patches
/
407-ath9k-override-mac-address-from-platform-data.patch
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
c92cd17
..
93ad941
100644
(file)
--- 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)) {
+ }
+
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 @@
--- a/include/linux/ath9k_platform.h
+++ b/include/linux/ath9k_platform.h
@@ -23,6 +23,7 @@
This page took
0.021379 seconds
and
4
git commands to generate.