diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-16 18:26:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-16 18:26:21 +0000 |
commit | 952c87aeebc4b32adfa0e112f376a3d20c769080 (patch) | |
tree | c8b23f687c3b9de2bcd639b21772b6c1c0c1a54d /package/kernel/mac80211/patches/530-ath9k_extra_leds.patch | |
parent | 4beb468f11cd5815ff549fb724187b6cf067c7b9 (diff) | |
download | mtk-20170518-952c87aeebc4b32adfa0e112f376a3d20c769080.zip mtk-20170518-952c87aeebc4b32adfa0e112f376a3d20c769080.tar.gz mtk-20170518-952c87aeebc4b32adfa0e112f376a3d20c769080.tar.bz2 |
ath9k: add a fix for tx pending frame accounting, fixes some tx hang issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41673
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 b5f2f8b..29efdf5 100644 --- a/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch +++ b/package/kernel/mac80211/patches/530-ath9k_extra_leds.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h -@@ -564,6 +564,9 @@ static inline int ath9k_dump_btcoex(stru +@@ -565,6 +565,9 @@ static inline int ath9k_dump_btcoex(stru void ath_init_leds(struct ath_softc *sc); void ath_deinit_leds(struct ath_softc *sc); void ath_fill_led_pin(struct ath_softc *sc); @@ -10,7 +10,7 @@ #else static inline void ath_init_leds(struct ath_softc *sc) { -@@ -702,6 +705,13 @@ void ath_ant_comb_scan(struct ath_softc +@@ -703,6 +706,13 @@ void ath_ant_comb_scan(struct ath_softc #define PS_BEACON_SYNC BIT(4) #define PS_WAIT_FOR_ANI BIT(5) @@ -24,7 +24,7 @@ struct ath_softc { struct ieee80211_hw *hw; struct device *dev; -@@ -744,9 +754,8 @@ struct ath_softc { +@@ -745,9 +755,8 @@ struct ath_softc { struct ath_beacon beacon; #ifdef CPTCFG_MAC80211_LEDS |