Lines Matching defs:rate_control_ops
5933 struct rate_control_ops { struct
5934 unsigned long capa;
5935 const char *name;
5936 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);
5937 void (*free)(void *priv);
5939 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
5940 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
5943 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
5947 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
5950 void (*tx_status_ext)(void *priv,
5953 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
5956 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
5959 void (*add_sta_debugfs)(void *priv, void *priv_sta,
5962 u32 (*get_expected_throughput)(void *priv_sta);