X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9e219ca63654c28f0f63378a4f176fb8da6d5b5e..f3299d51f805b95a8ec044959ad26e1c1561b97f:/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch?ds=sidebyside 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 c41495175..bb3796ab0 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" -@@ -437,8 +438,18 @@ static int ath9k_hw_init_macaddr(struct +@@ -441,8 +442,18 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; }