Release 4.11 net/mac80211/debugfs_netdev.h
/* 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 | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
static inline void ieee80211_debugfs_remove_netdev(
struct ieee80211_sub_if_data *sdata)
{}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jiri Benc | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
static inline void ieee80211_debugfs_rename_netdev(
struct ieee80211_sub_if_data *sdata)
{}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jiri Benc | 6 | 54.55% | 1 | 50.00% |
Johannes Berg | 5 | 45.45% | 1 | 50.00% |
Total | 11 | 100.00% | 2 | 100.00% |
#endif
#endif /* __IEEE80211_DEBUGFS_NETDEV_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jiri Benc | 67 | 83.75% | 1 | 33.33% |
Johannes Berg | 10 | 12.50% | 1 | 33.33% |
Zhao, Gang | 3 | 3.75% | 1 | 33.33% |
Total | 80 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.