mac80211: update to wireless-testing 2012-02-27
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 403-ath9k-fix-invalid-mac-address-handling.patch
index 65853b970a21ab1f636605cdbb132026c796c1a5..a9232f214549ea3f8559c0e4c76047883e8d4845 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -465,8 +466,16 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -466,8 +467,16 @@ static int ath9k_hw_init_macaddr(struct 
                common->macaddr[2 * i] = eeval >> 8;
                common->macaddr[2 * i + 1] = eeval & 0xff;
        }