cregit-Linux how code gets into the kernel

Release 4.15 net/mac80211/debugfs_netdev.h

Directory: net/mac80211
/* SPDX-License-Identifier: GPL-2.0 */
/* routines exported for debugfs handling */

#ifndef __IEEE80211_DEBUGFS_NETDEV_H

#define __IEEE80211_DEBUGFS_NETDEV_H

#include "ieee80211_i.h"

#ifdef CONFIG_MAC80211_DEBUGFS
void ieee80211_debugfs_add_netdev(struct ieee80211_sub_if_data *sdata);
void ieee80211_debugfs_remove_netdev(struct ieee80211_sub_if_data *sdata);
void ieee80211_debugfs_rename_netdev(struct ieee80211_sub_if_data *sdata);
#else

static inline void ieee80211_debugfs_add_netdev( struct ieee80211_sub_if_data *sdata) {}

Contributors

PersonTokensPropCommitsCommitProp
Jiri Benc11100.00%1100.00%
Total11100.00%1100.00%


static inline void ieee80211_debugfs_remove_netdev( struct ieee80211_sub_if_data *sdata) {}

Contributors

PersonTokensPropCommitsCommitProp
Jiri Benc11100.00%1100.00%
Total11100.00%1100.00%


static inline void ieee80211_debugfs_rename_netdev( struct ieee80211_sub_if_data *sdata) {}

Contributors

PersonTokensPropCommitsCommitProp
Jiri Benc654.55%150.00%
Johannes Berg545.45%150.00%
Total11100.00%2100.00%

#endif #endif /* __IEEE80211_DEBUGFS_NETDEV_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jiri Benc6782.72%125.00%
Johannes Berg1012.35%125.00%
Zhao, Gang33.70%125.00%
Greg Kroah-Hartman11.23%125.00%
Total81100.00%4100.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.