diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-14 19:38:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-14 19:38:42 +0000 |
commit | f1ea6d3c2dc2b222abcf607d12f8889295718c54 (patch) | |
tree | 353d02183cc1639ae0a3858b476f66f7958fe4fa /package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch | |
parent | d21810a298abcfb9b957502f7e93063ac2cc057c (diff) | |
download | upstream-f1ea6d3c2dc2b222abcf607d12f8889295718c54.tar.gz upstream-f1ea6d3c2dc2b222abcf607d12f8889295718c54.tar.bz2 upstream-f1ea6d3c2dc2b222abcf607d12f8889295718c54.zip |
ath9k: add some more pending fixes / optimizations
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38398
Diffstat (limited to 'package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch')
-rw-r--r-- | package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch b/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch index 621caf71c2..779ed6498d 100644 --- a/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch +++ b/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch @@ -59,7 +59,7 @@ }; --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c -@@ -664,6 +664,8 @@ static int ath9k_init_softc(u16 devid, s +@@ -665,6 +665,8 @@ static int ath9k_init_softc(u16 devid, s ah->is_clk_25mhz = pdata->is_clk_25mhz; ah->get_mac_revision = pdata->get_mac_revision; ah->external_reset = pdata->external_reset; |