diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2014-01-12 20:59:30 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-01-13 14:50:05 -0500 |
commit | 350e2dcb4647d144000db1505c94d586fcd57919 (patch) | |
tree | 42a54da4d37b0bf4985e87476ff0e71ff7255b5d /drivers/net/wireless/ath/ath9k/recv.c | |
parent | c3b9f9e86b178fd3e94e2d6dd6da84ab38fa2ba7 (diff) |
ath9k: Add a debugfs file "node_recv"
This would be useful when debugging RX performance issues.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/recv.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c index f7cc5b37a18f..5bf3243dce0f 100644 --- a/drivers/net/wireless/ath/ath9k/recv.c +++ b/drivers/net/wireless/ath/ath9k/recv.c | |||
@@ -1354,8 +1354,8 @@ int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) | |||
1354 | spin_unlock_irqrestore(&sc->sc_pm_lock, flags); | 1354 | spin_unlock_irqrestore(&sc->sc_pm_lock, flags); |
1355 | 1355 | ||
1356 | ath9k_antenna_check(sc, &rs); | 1356 | ath9k_antenna_check(sc, &rs); |
1357 | |||
1358 | ath9k_apply_ampdu_details(sc, &rs, rxs); | 1357 | ath9k_apply_ampdu_details(sc, &rs, rxs); |
1358 | ath_debug_rate_stats(sc, &rs, skb); | ||
1359 | 1359 | ||
1360 | ieee80211_rx(hw, skb); | 1360 | ieee80211_rx(hw, skb); |
1361 | 1361 | ||