Release 4.11 net/mac80211/debugfs_sta.h
#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
Person | Tokens | Prop | Commits | CommitProp |
Jiri Benc | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jiri Benc | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
#endif
#endif /* __MAC80211_DEBUGFS_STA_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jiri Benc | 56 | 94.92% | 1 | 50.00% |
Johannes Berg | 3 | 5.08% | 1 | 50.00% |
Total | 59 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.