Lines Matching defs:rate_control_ops
5647 struct rate_control_ops { struct
5648 const char *name;
5649 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);
5650 void (*free)(void *priv);
5652 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
5653 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
5656 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
5660 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
5663 void (*tx_status_ext)(void *priv,
5666 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
5669 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
5672 void (*add_sta_debugfs)(void *priv, void *priv_sta,
5674 void (*remove_sta_debugfs)(void *priv, void *priv_sta);
5676 u32 (*get_expected_throughput)(void *priv_sta);