/* routines exported for debugfs handling */ #ifndef __IEEE80211_DEBUGFS_NETDEV_H #define __IEEE80211_DEBUGFS_NETDEV_H #include "ieee80211_i.h" #ifdef CONFIG_MAC80211_DEBUGFS void ieee80211_debugfs_add_netdev(struct ieee80211_sub_if_data *sdata); void ieee80211_debugfs_remove_netdev(struct ieee80211_sub_if_data *sdata); void ieee80211_debugfs_rename_netdev(struct ieee80211_sub_if_data *sdata); #else
static inline void ieee80211_debugfs_add_netdev( struct ieee80211_sub_if_data *sdata) {}Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| jiri benc | jiri benc | 11 | 100.00% | 1 | 100.00% |
| Total | 11 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| jiri benc | jiri benc | 11 | 100.00% | 1 | 100.00% |
| Total | 11 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| jiri benc | jiri benc | 6 | 54.55% | 1 | 50.00% |
| johannes berg | johannes berg | 5 | 45.45% | 1 | 50.00% |
| Total | 11 | 100.00% | 2 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| jiri benc | jiri benc | 67 | 83.75% | 1 | 33.33% |
| johannes berg | johannes berg | 10 | 12.50% | 1 | 33.33% |
| zhao gang | zhao gang | 3 | 3.75% | 1 | 33.33% |
| Total | 80 | 100.00% | 3 | 100.00% |