[mac80211] Update compat-wireless to 2009-03-18
[openwrt-10.03/.git] / package / mac80211 / patches / 403-ath9k-fix-invalid-mac-address-handling.patch
index 34239992618e66fecaaf69a05a94fa8de89a7954..69d32103b05264e5b36ab6bf44b0716ba79d7122 100644 (file)
@@ -1,6 +1,6 @@
 --- a/drivers/net/wireless/ath9k/hw.c
 +++ b/drivers/net/wireless/ath9k/hw.c
-@@ -493,11 +493,18 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -513,11 +513,18 @@ static int ath9k_hw_init_macaddr(struct 
                ah->macaddr[2 * i] = eeval >> 8;
                ah->macaddr[2 * i + 1] = eeval & 0xff;
        }