[package] mac80211: update compat-wireless to 2009-02-02
[openwrt.git] / package / mac80211 / patches / 403-ath9k-fix-invalid-mac-address-handling.patch
index 2a1763a..4539b30 100644 (file)
@@ -1,6 +1,6 @@
 --- a/drivers/net/wireless/ath9k/hw.c
 +++ b/drivers/net/wireless/ath9k/hw.c
-@@ -499,11 +499,18 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -500,11 +500,18 @@ static int ath9k_hw_init_macaddr(struct 
                ahp->ah_macaddr[2 * i] = eeval >> 8;
                ahp->ah_macaddr[2 * i + 1] = eeval & 0xff;
        }
This page took 0.020859 seconds and 4 git commands to generate.