Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dmac80211.h6136 struct rate_control_ops { struct
6137 unsigned long capa;
6138 const char *name;
6139 void *(*alloc)(struct ieee80211_hw *hw);
6140 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
6142 void (*free)(void *priv);
6144 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
6145 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
6148 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
6152 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
[all …]
/kernel/linux/linux-6.6/include/net/
Dmac80211.h6792 struct rate_control_ops { struct
6793 unsigned long capa;
6794 const char *name;
6795 void *(*alloc)(struct ieee80211_hw *hw);
6796 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
6798 void (*free)(void *priv);
6800 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
6801 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
6804 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
6808 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
[all …]