cregit-Linux how code gets into the kernel

Release 4.15 net/mac80211/debugfs.h

Directory: net/mac80211
/* SPDX-License-Identifier: GPL-2.0 */
#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 Benc1090.91%150.00%
Joe Perches19.09%150.00%
Total11100.00%2100.00%

#endif #endif /* __MAC80211_DEBUGFS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jiri Benc3652.94%116.67%
Johannes Berg1725.00%116.67%
Eliad Peller1014.71%116.67%
Zhao, Gang34.41%116.67%
Greg Kroah-Hartman11.47%116.67%
Joe Perches11.47%116.67%
Total68100.00%6100.00%
Directory: net/mac80211
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.