Lines Matching defs:rate_control_ops
5076 struct rate_control_ops { struct
5077 const char *name;
5078 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);
5079 void (*free)(void *priv);
5081 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
5082 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
5085 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
5089 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
5092 void (*tx_status_noskb)(void *priv,
5096 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
5099 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
5102 void (*add_sta_debugfs)(void *priv, void *priv_sta,
5104 void (*remove_sta_debugfs)(void *priv, void *priv_sta);
5106 u32 (*get_expected_throughput)(void *priv_sta);