mac80211: update to wireless-testing 2011-03-22
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 403-ath9k-fix-invalid-mac-address-handling.patch
index cf3f96bb171abe7b2b039752665befe482d1c1f6..e65d46319479b3fac835d68a6dc5e48a32a970d7 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -431,8 +432,16 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -433,8 +434,16 @@ static int ath9k_hw_init_macaddr(struct 
                common->macaddr[2 * i] = eeval >> 8;
                common->macaddr[2 * i + 1] = eeval & 0xff;
        }