debugfs_netdev.h
Go to the documentation of this file.
00001 /* routines exported for debugfs handling */
00002 
00003 #ifndef __IEEE80211_DEBUGFS_NETDEV_H
00004 #define __IEEE80211_DEBUGFS_NETDEV_H
00005 
00006 #ifdef CONFIG_MAC80211_DEBUGFS
00007 void ieee80211_debugfs_add_netdev(struct ieee80211_sub_if_data *sdata);
00008 void ieee80211_debugfs_remove_netdev(struct ieee80211_sub_if_data *sdata);
00009 void ieee80211_debugfs_rename_netdev(struct ieee80211_sub_if_data *sdata);
00010 #else
00011 static inline void ieee80211_debugfs_add_netdev(
00012         struct ieee80211_sub_if_data *sdata)
00013 {}
00014 static inline void ieee80211_debugfs_remove_netdev(
00015         struct ieee80211_sub_if_data *sdata)
00016 {}
00017 static inline void ieee80211_debugfs_rename_netdev(
00018         struct ieee80211_sub_if_data *sdata)
00019 {}
00020 #endif
00021 
00022 #endif /* __IEEE80211_DEBUGFS_NETDEV_H */


ros_rt_wmp
Author(s): Danilo Tardioli, dantard@unizar.es
autogenerated on Fri Jan 3 2014 12:07:54