cregit-Linux how code gets into the kernel

Release 4.14 net/mac80211/debugfs_sta.h

Directory: net/mac80211
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __MAC80211_DEBUGFS_STA_H

#define __MAC80211_DEBUGFS_STA_H

#include "sta_info.h"

#ifdef CONFIG_MAC80211_DEBUGFS
void ieee80211_sta_debugfs_add(struct sta_info *sta);
void ieee80211_sta_debugfs_remove(struct sta_info *sta);
#else

static inline void ieee80211_sta_debugfs_add(struct sta_info *sta) {}

Contributors

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


static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {}

Contributors

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

#endif #endif /* __MAC80211_DEBUGFS_STA_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jiri Benc5693.33%133.33%
Johannes Berg35.00%133.33%
Greg Kroah-Hartman11.67%133.33%
Total60100.00%3100.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.