X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/45016a01bd2210e3645ec04f67dfa354b7c64fb3..34ad7f6499be7e2190d8fd92423ab92a9d8f4a22:/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 8098b22e2..946dda567 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" -@@ -431,8 +432,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -456,8 +457,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; }