[backfire] backport mac80211 updates from trunk
[openwrt-10.03/.git] / package / mac80211 / patches / 403-ath9k-fix-invalid-mac-address-handling.patch
index 946dda567ee64900bacaac69cfd161aeb0322c1e..2c6a5670f373af745179377123677ec330d1859e 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -456,8 +457,16 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -450,8 +451,16 @@ static int ath9k_hw_init_macaddr(struct 
                common->macaddr[2 * i] = eeval >> 8;
                common->macaddr[2 * i + 1] = eeval & 0xff;
        }