ath9k: fix memory corruption issues on ar5416/ar91xx
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 402-ath9k-fix-invalid-mac-address-handling.patch
index b46bd8d3baf89ab7d185869340d370669e6e57c7..40c4cb755c2e895425e55de7675e6ab5438ea05c 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -524,8 +525,16 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -519,8 +520,16 @@ static int ath9k_hw_init_macaddr(struct 
                common->macaddr[2 * i] = eeval >> 8;
                common->macaddr[2 * i + 1] = eeval & 0xff;
        }