Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dmac80211.h7040 struct rate_control_ops { struct
7041 unsigned long capa;
7042 const char *name;
7043 void *(*alloc)(struct ieee80211_hw *hw);
7044 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
7046 void (*free)(void *priv);
7048 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
7056 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
7059 void (*tx_status_ext)(void *priv,
7068 void (*add_sta_debugfs)(void *priv, void *priv_sta,
[all …]