cregit-Linux how code gets into the kernel

Release 4.8 net/wireless/debugfs.h

Directory: net/wireless
#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

PersonTokensPropCommitsCommitProp
luis r. rodriguezluis r. rodriguez981.82%150.00%
johannes bergjohannes berg218.18%150.00%
Total11100.00%2100.00%

#endif #endif /* __CFG80211_DEBUGFS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
luis r. rodriguezluis r. rodriguez3288.89%150.00%
johannes bergjohannes berg411.11%150.00%
Total36100.00%2100.00%
Directory: net/wireless
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.