diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-24 15:43:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-24 15:43:24 +0000 |
commit | d0a48c1d4292773bb676d5eb89c036a19b606bce (patch) | |
tree | 96551678d0fa0a8e552e1b12e7c9a701413a2037 /package/kernel/mac80211/patches/530-ath9k_extra_leds.patch | |
parent | 1898cdc737c0f4e46820c6816f8af9d6578aebf4 (diff) | |
download | upstream-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/530-ath9k_extra_leds.patch')
-rw-r--r-- | package/kernel/mac80211/patches/530-ath9k_extra_leds.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch b/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch index b0fb9fea46..7512811e70 100644 --- a/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch +++ b/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch @@ -165,7 +165,7 @@ void ath_fill_led_pin(struct ath_softc *sc) --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c -@@ -935,7 +935,7 @@ int ath9k_init_device(u16 devid, struct +@@ -936,7 +936,7 @@ int ath9k_init_device(u16 devid, struct #ifdef CPTCFG_MAC80211_LEDS /* must be initialized before ieee80211_register_hw */ @@ -176,7 +176,7 @@ #endif --- a/drivers/net/wireless/ath/ath9k/debug.c +++ b/drivers/net/wireless/ath/ath9k/debug.c -@@ -1391,6 +1391,61 @@ static const struct file_operations fops +@@ -1393,6 +1393,61 @@ static const struct file_operations fops .llseek = default_llseek, }; @@ -238,7 +238,7 @@ int ath9k_init_debug(struct ath_hw *ah) { -@@ -1415,6 +1470,10 @@ int ath9k_init_debug(struct ath_hw *ah) +@@ -1417,6 +1472,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); |