X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/437bd1772aceb2fc48ac5b11d68b366d0516715e..570749fed10a9c755bbf34eeb88f9ce8cdbdb0b5:/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch diff --git a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch index 767f905a7..bd4354813 100644 --- a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch +++ b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch @@ -8,7 +8,7 @@ #include #include "hw.h" -@@ -443,8 +444,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -464,8 +465,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; }