Home
last modified time | relevance | path

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

/linux/include/net/
A Dmac80211.h6258 struct rate_control_ops { struct
6259 unsigned long capa;
6260 const char *name;
6261 void *(*alloc)(struct ieee80211_hw *hw);
6262 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
6264 void (*free)(void *priv);
6266 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp);
6274 void (*free_sta)(void *priv, struct ieee80211_sta *sta,
6277 void (*tx_status_ext)(void *priv,
6286 void (*add_sta_debugfs)(void *priv, void *priv_sta,
[all …]

Completed in 17 milliseconds