Lines Matching defs:rate_control_ops
7040 struct rate_control_ops { struct
7041 unsigned long capa;
7042 const char *name;
7043 void *(*alloc)(struct ieee80211_hw *hw);
7044 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
7046 void (*free)(void *priv);
7048 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
7049 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
7052 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
7056 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
7059 void (*tx_status_ext)(void *priv,
7062 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
7065 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
7068 void (*add_sta_debugfs)(void *priv, void *priv_sta,
7071 u32 (*get_expected_throughput)(void *priv_sta);