cregit-Linux how code gets into the kernel

Release 4.8 net/mac80211/debugfs_sta.h

Directory: net/mac80211
#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 bencjiri benc11100.00%1100.00%
Total11100.00%1100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
jiri bencjiri benc11100.00%1100.00%
Total11100.00%1100.00%

#endif #endif /* __MAC80211_DEBUGFS_STA_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
jiri bencjiri benc5694.92%150.00%
johannes bergjohannes berg35.08%150.00%
Total59100.00%2100.00%
Directory: net/mac80211
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.