Searched defs:rate_control_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/net/ |
D | mac80211.h | 5151 struct rate_control_ops { struct 5152 const char *name; 5153 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir); 5154 void (*free)(void *priv); 5156 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp); 5157 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband, 5160 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband, 5164 void (*free_sta)(void *priv, struct ieee80211_sta *sta, 5167 void (*tx_status_noskb)(void *priv, 5171 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband, [all …]
|