Searched defs:rate_control_ops (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/net/ | 
| D | mac80211.h | 5933 struct rate_control_ops {  struct5934 	unsigned long capa;
 5935 	const char *name;
 5936 	void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);
 5937 	void (*free)(void *priv);
 5939 	void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
 5940 	void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
 5943 	void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
 5947 	void (*free_sta)(void *priv, struct ieee80211_sta *sta,
 5950 	void (*tx_status_ext)(void *priv,
 [all …]
 
 |