cregit-Linux how code gets into the kernel

Release 4.8 net/mac80211/debugfs.h

Directory: net/mac80211
#ifndef __MAC80211_DEBUGFS_H

#define __MAC80211_DEBUGFS_H

#include "ieee80211_i.h"

#ifdef CONFIG_MAC80211_DEBUGFS
void debugfs_hw_add(struct ieee80211_local *local);
int __printf(4, 5) mac80211_format_buffer(char __user *userbuf, size_t count,
					  loff_t *ppos, char *fmt, ...);
#else

static inline void debugfs_hw_add(struct ieee80211_local *local) { }

Contributors

PersonTokensPropCommitsCommitProp
jiri bencjiri benc1090.91%150.00%
joe perchesjoe perches19.09%150.00%
Total11100.00%2100.00%

#endif #endif /* __MAC80211_DEBUGFS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
jiri bencjiri benc3653.73%120.00%
johannes bergjohannes berg1725.37%120.00%
eliad pellereliad peller1014.93%120.00%
zhao gangzhao gang34.48%120.00%
joe perchesjoe perches11.49%120.00%
Total67100.00%5100.00%
Directory: net/mac80211
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.