summaryrefslogtreecommitdiff
path: root/package/mac80211/src/net/mac80211/debugfs_sta.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/src/net/mac80211/debugfs_sta.h')
-rw-r--r--package/mac80211/src/net/mac80211/debugfs_sta.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/mac80211/src/net/mac80211/debugfs_sta.h b/package/mac80211/src/net/mac80211/debugfs_sta.h
deleted file mode 100644
index 574a1cd..0000000
--- a/package/mac80211/src/net/mac80211/debugfs_sta.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __MAC80211_DEBUGFS_STA_H
-#define __MAC80211_DEBUGFS_STA_H
-
-#ifdef CONFIG_MAC80211_DEBUGFS
-void ieee80211_sta_debugfs_add(struct sta_info *sta);
-void ieee80211_sta_debugfs_remove(struct sta_info *sta);
-#else
-static inline void ieee80211_sta_debugfs_add(struct sta_info *sta) {}
-static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {}
-#endif
-
-#endif /* __MAC80211_DEBUGFS_STA_H */