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