ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)
[openwrt/staging/yousong.git] / package / kernel / mac80211 / patches / 402-ath9k-fix-invalid-mac-address-handling.patch
index 63ab0dba6ed39a60b55edf6ca06bc50f81d1b422..29c5ac98336a41a6b0b7e170b4e04a3a5f376896 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -449,8 +450,16 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -446,8 +447,16 @@ static int ath9k_hw_init_macaddr(struct 
                common->macaddr[2 * i] = eeval >> 8;
                common->macaddr[2 * i + 1] = eeval & 0xff;
        }