Home
last modified time | relevance | path

Searched defs:rate_control_ops (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/net/
Dmac80211.h3546 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,
[all …]