X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F402-ath9k-fix-invalid-mac-address-handling.patch;h=a19627e09c683ff7f9ea1d02e1b6fecaab250b79;hp=7018bf387ad5dbf0550af0881501cde7dfe6c587;hb=a81af1e631d0a1a552391c86b560d9bf1cfa956e;hpb=691b253e47367f64097023ba2afcc595ca120786 diff --git a/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch b/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch index 7018bf387a..a19627e09c 100644 --- a/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch +++ b/package/mac80211/patches/402-ath9k-fix-invalid-mac-address-handling.patch @@ -8,7 +8,7 @@ #include #include "hw.h" -@@ -482,8 +483,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -523,8 +524,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; }