/net/mac80211/debugfs_sta.h
http://github.com/mirrors/linux · C Header · 15 lines · 11 code · 3 blank · 1 comment · 0 complexity · 89e417cbe0d4d0d0d6d487b34f6d7d51 MD5 · raw file
- /* SPDX-License-Identifier: GPL-2.0 */
- #ifndef __MAC80211_DEBUGFS_STA_H
- #define __MAC80211_DEBUGFS_STA_H
- #include "sta_info.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 */