Home
last modified time | relevance | path

Searched defs:rate_control_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/net/
Dmac80211.h5933 struct rate_control_ops { struct
5934 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 …]