X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/89fc18bb28ae941cb953a18e5a09a1842838d85e..34ad7f6499be7e2190d8fd92423ab92a9d8f4a22:/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch?ds=inline 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 c9839c1a3..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" -@@ -445,8 +446,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; }