Searched defs:rate_control_ops (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | mac80211.h | 6151 struct rate_control_ops { struct 6152 unsigned long capa; 6153 const char *name; 6154 void *(*alloc)(struct ieee80211_hw *hw); 6155 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv, 6157 void (*free)(void *priv); 6159 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp); 6160 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband, 6163 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband, 6167 void (*free_sta)(void *priv, struct ieee80211_sta *sta, [all …]
|