[NETFILTER]: x_tables: netns propagation for /proc/net/*_tables_names
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / net / mac80211 / debugfs_netdev.h
bloba690071fde8a0ef130ff5ea49cf2affdcb6f3827
1 /* routines exported for debugfs handling */
3 #ifndef __IEEE80211_DEBUGFS_NETDEV_H
4 #define __IEEE80211_DEBUGFS_NETDEV_H
6 #ifdef CONFIG_MAC80211_DEBUGFS
7 void ieee80211_debugfs_add_netdev(struct ieee80211_sub_if_data *sdata);
8 void ieee80211_debugfs_remove_netdev(struct ieee80211_sub_if_data *sdata);
9 void ieee80211_debugfs_change_if_type(struct ieee80211_sub_if_data *sdata,
10 int oldtype);
11 void ieee80211_debugfs_netdev_init(void);
12 void ieee80211_debugfs_netdev_exit(void);
13 #else
14 static inline void ieee80211_debugfs_add_netdev(
15 struct ieee80211_sub_if_data *sdata)
17 static inline void ieee80211_debugfs_remove_netdev(
18 struct ieee80211_sub_if_data *sdata)
20 static inline void ieee80211_debugfs_change_if_type(
21 struct ieee80211_sub_if_data *sdata, int oldtype)
23 static inline void ieee80211_debugfs_netdev_init(void)
26 static inline void ieee80211_debugfs_netdev_exit(void)
28 #endif
30 #endif /* __IEEE80211_DEBUGFS_NETDEV_H */