Searched defs:rate_control_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| D | mac80211.h | 6132 struct rate_control_ops { struct 6133 unsigned long capa; 6134 const char *name; 6135 void *(*alloc)(struct ieee80211_hw *hw); 6136 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv, 6138 void (*free)(void *priv); 6140 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp); 6141 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband, 6144 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband, 6148 void (*free_sta)(void *priv, struct ieee80211_sta *sta, [all …]
|
| /kernel/linux/linux-6.6/include/net/ |
| D | mac80211.h | 6757 struct rate_control_ops { struct 6758 unsigned long capa; 6759 const char *name; 6760 void *(*alloc)(struct ieee80211_hw *hw); 6761 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv, 6763 void (*free)(void *priv); 6765 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp); 6766 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband, 6769 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband, 6773 void (*free_sta)(void *priv, struct ieee80211_sta *sta, [all …]
|