mac80211: update to latest wireless-testing from today
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 403-ath9k-fix-invalid-mac-address-handling.patch
index c41495175269d82a4a4346f7a182c2d5818ee641..bb3796ab013ea4875ee3ac7d8c01511b2b1b8b82 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -437,8 +438,18 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -441,8 +442,18 @@ static int ath9k_hw_init_macaddr(struct 
                common->macaddr[2 * i] = eeval >> 8;
                common->macaddr[2 * i + 1] = eeval & 0xff;
        }