Searched defs:ieee80211_tx_rate_control (Results 1 – 1 of 1) sorted by relevance
5063 struct ieee80211_tx_rate_control { struct5064 struct ieee80211_hw *hw;5065 struct ieee80211_supported_band *sband;5066 struct ieee80211_bss_conf *bss_conf;5067 struct sk_buff *skb;5068 struct ieee80211_tx_rate reported_rate;5069 bool rts, short_preamble;5070 u8 max_rate_idx;5071 u32 rate_idx_mask;5072 u8 *rate_idx_mcs_mask;[all …]