Home
last modified time | relevance | path

Searched refs:basic_rate_idx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h364 u8 basic_rate_idx; member
H A Dtx.c317 rate_idx = wlvif->sta.basic_rate_idx; in wl1271_tx_fill_hdr()
323 rate_idx = wlvif->sta.basic_rate_idx; in wl1271_tx_fill_hdr()
H A Ddebugfs.c563 VIF_STATE_PRINT_INT(sta.basic_rate_idx); in vifs_state_read()
H A Dacx.c741 acx->rate_policy_idx = cpu_to_le32(wlvif->sta.basic_rate_idx); in wl1271_acx_sta_rate_policies()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c6054 u8 basic_rate_idx; in ath10k_recalculate_mgmt_rate() local
6063 basic_rate_idx = ffs(vif->bss_conf.basic_rates) - 1; in ath10k_recalculate_mgmt_rate()
6064 bitrate = sband->bitrates[basic_rate_idx].bitrate; in ath10k_recalculate_mgmt_rate()