diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-07 11:12:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-07 11:12:51 +0000 |
commit | 82e2aeb59952899bd0dbcf728d2e2788570a2561 (patch) | |
tree | ec5c863a0e8478c06c9420ec774bf13ce4373b1e /package/kernel/mac80211/patches/530-ath9k_extra_leds.patch | |
parent | 89f74722b7ec73cbfdd55f25e64cb4a391cbb35a (diff) | |
download | mtk-20170518-82e2aeb59952899bd0dbcf728d2e2788570a2561.zip mtk-20170518-82e2aeb59952899bd0dbcf728d2e2788570a2561.tar.gz mtk-20170518-82e2aeb59952899bd0dbcf728d2e2788570a2561.tar.bz2 |
mac80211: merge a few pending upstream fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43208
Diffstat (limited to 'package/kernel/mac80211/patches/530-ath9k_extra_leds.patch')
-rw-r--r-- | package/kernel/mac80211/patches/530-ath9k_extra_leds.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch b/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch index b383fd3..d7dd431 100644 --- a/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch +++ b/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch @@ -173,7 +173,7 @@ #endif --- a/drivers/net/wireless/ath/ath9k/debug.c +++ b/drivers/net/wireless/ath/ath9k/debug.c -@@ -1405,6 +1405,61 @@ static const struct file_operations fops +@@ -1406,6 +1406,61 @@ static const struct file_operations fops .llseek = default_llseek, }; @@ -235,7 +235,7 @@ int ath9k_init_debug(struct ath_hw *ah) { -@@ -1429,6 +1484,10 @@ int ath9k_init_debug(struct ath_hw *ah) +@@ -1430,6 +1485,10 @@ int ath9k_init_debug(struct ath_hw *ah) &fops_eeprom); debugfs_create_file("chanbw", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, sc, &fops_chanbw); |