X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/437bd1772aceb2fc48ac5b11d68b366d0516715e..a040c13eb6c63e1799ce17ad8d3dd2267d9ae4b3:/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch?ds=sidebyside 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 767f905a7..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" -@@ -443,8 +444,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; }