X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fkernel%2Fmac80211%2Fpatches%2F402-ath9k-fix-invalid-mac-address-handling.patch;h=63ab0dba6ed39a60b55edf6ca06bc50f81d1b422;hb=7607196a341d5c7b4e1ac0a86a5e736b7cf1a3ab;hp=e347f534ff0fe6c848fed04ac58cfbba1e11f823;hpb=62a903d32ebd68c6933e2ead640b9e1973fafb2c;p=openwrt.git diff --git a/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch b/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch index e347f534ff..63ab0dba6e 100644 --- a/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch +++ b/package/kernel/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch @@ -1,14 +1,14 @@ --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -17,6 +17,7 @@ - #include - #include +@@ -19,6 +19,7 @@ #include + #include + #include +#include #include #include "hw.h" -@@ -512,8 +513,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -449,8 +450,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; }