1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[mac80211] Update to compat-wireless-2009-08-15

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17265 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2009-08-15 08:26:38 +00:00
parent 97f029be36
commit 094507e8fe
18 changed files with 184 additions and 647 deletions

View File

@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -534,8 +534,18 @@ static int ath9k_hw_init_macaddr(struct
@@ -521,8 +521,18 @@ static int ath9k_hw_init_macaddr(struct
ah->macaddr[2 * i] = eeval >> 8;
ah->macaddr[2 * i + 1] = eeval & 0xff;
}