Lines Matching defs:rate_control_ops
7014 struct rate_control_ops { struct
7015 unsigned long capa;
7016 const char *name;
7017 void *(*alloc)(struct ieee80211_hw *hw);
7018 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
7020 void (*free)(void *priv);
7022 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
7023 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
7026 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
7030 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
7033 void (*tx_status_ext)(void *priv,
7036 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
7039 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
7042 void (*add_sta_debugfs)(void *priv, void *priv_sta,
7045 u32 (*get_expected_throughput)(void *priv_sta);