mac80211: update to 2009-11-03
[openwrt-10.03/.git] / package / mac80211 / patches / 403-ath9k-fix-invalid-mac-address-handling.patch
index 9d9d3a48b5d496d9e1d03e1bd77958ff89b0f14a..1780fc7b31fa750b3bacd3f41d2cb6056c12050c 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -511,8 +512,18 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -494,8 +495,18 @@ static int ath9k_hw_init_macaddr(struct 
                common->macaddr[2 * i] = eeval >> 8;
                common->macaddr[2 * i + 1] = eeval & 0xff;
        }