summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-03 14:15:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-03 14:15:52 +0000
commit532aee10fda5304bf31277366d13836d7dcf1b50 (patch)
tree944a4180cff20ed281239acd10e7d1c3d0f33fe6 /package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
parentb35dfca744c9aeda571eaf860624bd7e850b28a9 (diff)
downloadmtk-20170518-532aee10fda5304bf31277366d13836d7dcf1b50.zip
mtk-20170518-532aee10fda5304bf31277366d13836d7dcf1b50.tar.gz
mtk-20170518-532aee10fda5304bf31277366d13836d7dcf1b50.tar.bz2
ath9k: improve AP mode powersave buffering handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36824
Diffstat (limited to 'package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch')
-rw-r--r--package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch b/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
index ff57b5b..2c40318 100644
--- a/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
+++ b/package/mac80211/patches/555-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
-@@ -591,6 +591,8 @@ static int ath9k_init_softc(u16 devid, s
+@@ -593,6 +593,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;