Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dmac80211.h6638 struct rate_control_ops { struct
6639 unsigned long capa;
6640 const char *name;
6641 void *(*alloc)(struct ieee80211_hw *hw);
6642 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
6644 void (*free)(void *priv);
6646 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
6654 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
6657 void (*tx_status_ext)(void *priv,
6666 void (*add_sta_debugfs)(void *priv, void *priv_sta,
[all …]

Completed in 36 milliseconds