diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-08-13 06:33:26 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-15 16:07:57 -0400 |
commit | f5bde5b8524fb2b8584af3750dbffda6557234e6 (patch) | |
tree | 4f1377bf7d93b6430a79d7a28f20cd95303f2448 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 50676b811148314f43f0d874502fe9ac5f7d686d (diff) |
ath9k: remove ath9k_sta_remove_debugfs
mac80211 uses debugfs_remove_recursive, so there's no need for the
driver to do an explicit cleanup of its sta debugfs entry.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 7b1d03650e16..df1c4957e3f0 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -262,10 +262,6 @@ struct ath_node { | |||
262 | 262 | ||
263 | bool sleeping; | 263 | bool sleeping; |
264 | bool no_ps_filter; | 264 | bool no_ps_filter; |
265 | |||
266 | #if defined(CONFIG_MAC80211_DEBUGFS) && defined(CONFIG_ATH9K_DEBUGFS) | ||
267 | struct dentry *node_stat; | ||
268 | #endif | ||
269 | }; | 265 | }; |
270 | 266 | ||
271 | struct ath_tx_control { | 267 | struct ath_tx_control { |