Searched defs:rate_control_ops (Results 1 – 1 of 1) sorted by relevance
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/ |
| D | mac80211.h | 5973 struct rate_control_ops { struct 5974 unsigned long capa; 5975 const char *name; 5976 void *(*alloc)(struct ieee80211_hw *hw); 5977 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv, 5979 void (*free)(void *priv); 5981 void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp); 5982 void (*rate_init)(void *priv, struct ieee80211_supported_band *sband, 5985 void (*rate_update)(void *priv, struct ieee80211_supported_band *sband, 5989 void (*free_sta)(void *priv, struct ieee80211_sta *sta, [all …]
|