Searched defs:rate_control_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/include/net/ |
D | mac80211.h | 5076 struct rate_control_ops { struct 5077 const char *name; 5078 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir); 5079 void (*free)(void *priv); 5081 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp); 5082 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband, 5085 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband, 5089 void (*free_sta)(void *priv, struct ieee80211_sta *sta, 5092 void (*tx_status_noskb)(void *priv, 5096 void (*tx_status)(void *priv, struct ieee80211_supported_band *sband, [all …]
|