summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2014-01-13 07:29:27 +0530
committerJohn W. Linville <linville@tuxdriver.com>2014-01-13 14:50:03 -0500
commit1cdbaf0d3410b334255f638a2d69286ce2d775ec (patch)
tree4e2e646a58d4becadd0d6cccb1b94ac7f59d7422 /drivers/net/wireless/ath/ath9k/main.c
parent452028665312672c6ba9e16a19248ee00ead9400 (diff)
downloadlwn-1cdbaf0d3410b334255f638a2d69286ce2d775ec.tar.gz
lwn-1cdbaf0d3410b334255f638a2d69286ce2d775ec.zip
ath9k: Add an option for station statistics
Also, rename node_stat to node_aggr. 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/main.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index d0c3aec7c74e..07fcf1609726 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -2111,7 +2111,7 @@ struct ieee80211_ops ath9k_ops = {
.get_et_strings = ath9k_get_et_strings,
#endif
-#if defined(CONFIG_MAC80211_DEBUGFS) && defined(CONFIG_ATH9K_DEBUGFS)
+#if defined(CONFIG_MAC80211_DEBUGFS) && defined(CONFIG_ATH9K_STATION_STATISTICS)
.sta_add_debugfs = ath9k_sta_add_debugfs,
#endif
.sw_scan_start = ath9k_sw_scan_start,