aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/500-ath9k_eeprom_debugfs.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-24 15:43:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-24 15:43:24 +0000
commitd0a48c1d4292773bb676d5eb89c036a19b606bce (patch)
tree96551678d0fa0a8e552e1b12e7c9a701413a2037 /package/kernel/mac80211/patches/500-ath9k_eeprom_debugfs.patch
parent1898cdc737c0f4e46820c6816f8af9d6578aebf4 (diff)
downloadupstream-d0a48c1d4292773bb676d5eb89c036a19b606bce.tar.gz
upstream-d0a48c1d4292773bb676d5eb89c036a19b606bce.tar.bz2
upstream-d0a48c1d4292773bb676d5eb89c036a19b606bce.zip
ath9k: fix handling of tx headroom for padding
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r47042 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47044 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/500-ath9k_eeprom_debugfs.patch')
-rw-r--r--package/kernel/mac80211/patches/500-ath9k_eeprom_debugfs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/500-ath9k_eeprom_debugfs.patch b/package/kernel/mac80211/patches/500-ath9k_eeprom_debugfs.patch
index c6f50be572..a7f9d9f8b9 100644
--- a/package/kernel/mac80211/patches/500-ath9k_eeprom_debugfs.patch
+++ b/package/kernel/mac80211/patches/500-ath9k_eeprom_debugfs.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath9k/debug.c
+++ b/drivers/net/wireless/ath/ath9k/debug.c
-@@ -1299,6 +1299,53 @@ void ath9k_deinit_debug(struct ath_softc
+@@ -1301,6 +1301,53 @@ void ath9k_deinit_debug(struct ath_softc
ath9k_cmn_spectral_deinit_debug(&sc->spec_priv);
}
@@ -54,7 +54,7 @@
int ath9k_init_debug(struct ath_hw *ah)
{
struct ath_common *common = ath9k_hw_common(ah);
-@@ -1318,6 +1365,8 @@ int ath9k_init_debug(struct ath_hw *ah)
+@@ -1320,6 +1367,8 @@ int ath9k_init_debug(struct ath_hw *ah)
ath9k_tx99_init_debug(sc);
ath9k_cmn_spectral_init_debug(&sc->spec_priv, sc->debug.debugfs_phy);