Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-07 | net: pending_confirm is not used anymore | Julian Anastasov | 1 | -12/+2 |
2017-02-07 | net: add confirm_neigh method to dst_ops | Julian Anastasov | 1 | -0/+7 |
#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) {} static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {} #endif #endif /* __MAC80211_DEBUGFS_STA_H */ >
index : net-next.git | ||
net-next plumbings | Tobias Klauser |
summaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-07 | net: pending_confirm is not used anymore | Julian Anastasov | 1 | -12/+2 |
2017-02-07 | net: add confirm_neigh method to dst_ops | Julian Anastasov | 1 | -0/+7 |