X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5034ff8395447d72b427867fc3469b3601cd83f2..8d05a2ae7e488f74b0203eebe580aab3bae53ca6:/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 e65d46319..cc59b75fe 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" -@@ -433,8 +434,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -460,8 +461,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; }