Lines Matching defs:rate_control_ops
6987 struct rate_control_ops { struct
6988 unsigned long capa;
6989 const char *name;
6990 void *(*alloc)(struct ieee80211_hw *hw);
6991 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
6993 void (*free)(void *priv);
6995 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
6996 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
6999 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
7003 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
7006 void (*tx_status_ext)(void *priv,
7009 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
7012 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
7015 void (*add_sta_debugfs)(void *priv, void *priv_sta,
7018 u32 (*get_expected_throughput)(void *priv_sta);