mac80211: update to 2013-02-22 from trunk + backports
[12.09/openwrt.git] / package / mac80211 / patches / 402-ath9k-fix-invalid-mac-address-handling.patch
index 7c59e1f..40c4cb7 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -523,8 +524,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;
        }