Lines Matching defs:rate_control_ops
5151 struct rate_control_ops { struct
5152 const char *name;
5153 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);
5154 void (*free)(void *priv);
5156 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
5157 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
5160 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
5164 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
5167 void (*tx_status_noskb)(void *priv,
5171 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
5174 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
5177 void (*add_sta_debugfs)(void *priv, void *priv_sta,
5179 void (*remove_sta_debugfs)(void *priv, void *priv_sta);
5181 u32 (*get_expected_throughput)(void *priv_sta);