[mac80211] add RT5350 wifi support
[openwrt.git] / package / mac80211 / patches / 402-ath9k-fix-invalid-mac-address-handling.patch
index 7c59e1f109ca7bf9896684d020ab7db23064dc21..3dbdba054ad88f318db9f33daacb2c6797d0de21 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;
        }