#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 */ git Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_tunnel.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1