Lines Matching defs:rate_control_ops
3546 struct rate_control_ops { struct
3547 struct module *module;
3548 const char *name;
3549 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);
3550 void (*free)(void *priv);
3552 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
3553 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband,
3555 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband,
3559 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
3562 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband,
3565 void (*get_rate)(void *priv, struct ieee80211_sta *sta, void *priv_sta,
3568 void (*add_sta_debugfs)(void *priv, void *priv_sta,
3570 void (*remove_sta_debugfs)(void *priv, void *priv_sta);