00001 #ifndef __MAC80211_DEBUGFS_STA_H 00002 #define __MAC80211_DEBUGFS_STA_H 00003 00004 #include "sta_info.h" 00005 00006 #ifdef CONFIG_MAC80211_DEBUGFS 00007 void ieee80211_sta_debugfs_add(struct sta_info *sta); 00008 void ieee80211_sta_debugfs_remove(struct sta_info *sta); 00009 #else 00010 static inline void ieee80211_sta_debugfs_add(struct sta_info *sta) {} 00011 static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {} 00012 #endif 00013 00014 #endif /* __MAC80211_DEBUGFS_STA_H */