Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmac80211.h7044 struct rate_control_ops { struct
7045 unsigned long capa;
7046 const char *name;
7047 void *(*alloc)(struct ieee80211_hw *hw);
7048 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
7050 void (*free)(void *priv);
7052 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
7053 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
7056 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
7060 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
[all …]