X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9cfc8244659fae408acec1997796bce83821287e..a040c13eb6c63e1799ce17ad8d3dd2267d9ae4b3:/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 700854d21..88038883b 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" -@@ -428,8 +429,16 @@ static int ath9k_hw_init_macaddr(struct +@@ -453,8 +454,16 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; }