Release 4.11 net/mac80211/debugfs.h
#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
Person | Tokens | Prop | Commits | CommitProp |
Jiri Benc | 10 | 90.91% | 1 | 50.00% |
Joe Perches | 1 | 9.09% | 1 | 50.00% |
Total | 11 | 100.00% | 2 | 100.00% |
#endif
#endif /* __MAC80211_DEBUGFS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jiri Benc | 36 | 53.73% | 1 | 20.00% |
Johannes Berg | 17 | 25.37% | 1 | 20.00% |
Eliad Peller | 10 | 14.93% | 1 | 20.00% |
Zhao, Gang | 3 | 4.48% | 1 | 20.00% |
Joe Perches | 1 | 1.49% | 1 | 20.00% |
Total | 67 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.