mac80211: update to wireless-testing 2012-06-14
[openwrt/staging/florian.git] / package / mac80211 / patches / 402-ath9k-fix-invalid-mac-address-handling.patch
index c78b51a257eca6d70b21a60fb62f4b82761273da..7c59e1f109ca7bf9896684d020ab7db23064dc21 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -531,8 +532,16 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -523,8 +524,16 @@ static int ath9k_hw_init_macaddr(struct 
                common->macaddr[2 * i] = eeval >> 8;
                common->macaddr[2 * i + 1] = eeval & 0xff;
        }