Lines Matching defs:rate_control_ops
6792 struct rate_control_ops { struct
6793 unsigned long capa;
6794 const char *name;
6795 void *(*alloc)(struct ieee80211_hw *hw);
6796 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
6798 void (*free)(void *priv);
6800 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
6801 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
6804 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
6808 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
6811 void (*tx_status_ext)(void *priv,
6814 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
6817 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
6820 void (*add_sta_debugfs)(void *priv, void *priv_sta,
6823 u32 (*get_expected_throughput)(void *priv_sta);