Searched defs:rate_control_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/include/net/ |
D | mac80211.h | 6247 struct rate_control_ops { struct 6248 unsigned long capa; 6249 const char *name; 6250 void *(*alloc)(struct ieee80211_hw *hw); 6251 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv, 6253 void (*free)(void *priv); 6255 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp); 6256 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband, 6259 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband, 6263 void (*free_sta)(void *priv, struct ieee80211_sta *sta, [all …]
|