Release 4.11 net/wireless/debugfs.h
#ifndef __CFG80211_DEBUGFS_H
#define __CFG80211_DEBUGFS_H
#ifdef CONFIG_CFG80211_DEBUGFS
void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev);
#else
static inline
void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Luis R. Rodriguez | 9 | 81.82% | 1 | 50.00% |
Johannes Berg | 2 | 18.18% | 1 | 50.00% |
Total | 11 | 100.00% | 2 | 100.00% |
#endif
#endif /* __CFG80211_DEBUGFS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Luis R. Rodriguez | 32 | 88.89% | 1 | 50.00% |
Johannes Berg | 4 | 11.11% | 1 | 50.00% |
Total | 36 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.