diff options
| author | Anilkumar Kolli | 2017-12-05 14:31:23 +0100 |
|---|---|---|
| committer | Kalle Valo | 2017-12-14 16:26:27 +0100 |
| commit | 6a7f891178c2d2fc3c01e4b7570bd15c0bafd73f (patch) | |
| tree | cd9bf2c4725e0a4c71f732bbb1b63a43cc7e7d02 /drivers/net/wireless/ath/ath10k/debug.h | |
| parent | ath10k: unify rx processing in napi_poll (diff) | |
| download | kernel-qcow2-linux-6a7f891178c2d2fc3c01e4b7570bd15c0bafd73f.tar.gz kernel-qcow2-linux-6a7f891178c2d2fc3c01e4b7570bd15c0bafd73f.tar.xz kernel-qcow2-linux-6a7f891178c2d2fc3c01e4b7570bd15c0bafd73f.zip | |
ath10k: remove MAC80211_DEBUGFS dependency on ath10k_sta_statistics
Remove CONFIG_MAC80211_DEBUGFS dependency on ath10k_sta_statistics().
ath10k_sta_statistics() has per sta tx/rx stats and this should not
be dependent on MAC80211_DEBUGFS.
No changes in functionality.
Signed-off-by: Anilkumar Kolli <akolli@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/debug.h')
| -rw-r--r-- | drivers/net/wireless/ath/ath10k/debug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h index 548ad5483a4a..dd82a61ed1c8 100644 --- a/drivers/net/wireless/ath/ath10k/debug.h +++ b/drivers/net/wireless/ath/ath10k/debug.h @@ -190,9 +190,6 @@ void ath10k_sta_add_debugfs(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct dentry *dir); void ath10k_sta_update_rx_duration(struct ath10k *ar, struct ath10k_fw_stats *stats); -void ath10k_sta_statistics(struct ieee80211_hw *hw, struct ieee80211_vif *vif, - struct ieee80211_sta *sta, - struct station_info *sinfo); #else static inline void ath10k_sta_update_rx_duration(struct ath10k *ar, |
