X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cbe6c66638efddd36b0bb71f46dd5f5689a3e045..ea9a6f0fd8c8053db927c5ae43124ab42883e62e:/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 1f3712a60..c9839c1a3 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" -@@ -449,8 +450,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -445,8 +446,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; }