diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-08-13 12:33:26 +0200 |
---|---|---|
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) | |
download | talos-op-linux-f5bde5b8524fb2b8584af3750dbffda6557234e6.tar.gz talos-op-linux-f5bde5b8524fb2b8584af3750dbffda6557234e6.zip |
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 { bool sleeping; bool no_ps_filter; - -#if defined(CONFIG_MAC80211_DEBUGFS) && defined(CONFIG_ATH9K_DEBUGFS) - struct dentry *node_stat; -#endif }; struct ath_tx_control { |