Searched defs:rate_control_ops (Results 1 – 1 of 1) sorted by relevance
| /linux/include/net/ |
| H A D | mac80211.h | 7280 struct rate_control_ops { struct 7281 unsigned long capa; 7282 const char *name; 7283 void *(*alloc)(struct ieee80211_hw *hw); 7284 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv, 7286 void (*free)(void *priv); 7288 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp); 7289 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband, 7292 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband, 7296 void (*free_sta)(void *priv, struct ieee80211_sta *sta, [all …]
|