Home
last modified time | relevance | path

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

/linux-6.15/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()
H A Dmain.c2318 wl12xx_allocate_rate_policy(wl, &wlvif->sta.basic_rate_idx); in wl12xx_init_vif_data()
2788 wl12xx_free_rate_policy(wl, &wlvif->sta.basic_rate_idx); in __wl1271_op_remove_interface()
/linux-6.15/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()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c3252 u8 basic_rate_idx; in ath11k_recalculate_mgmt_rate() local
3261 basic_rate_idx = ffs(vif->bss_conf.basic_rates) - 1; in ath11k_recalculate_mgmt_rate()
3262 bitrate = sband->bitrates[basic_rate_idx].bitrate; in ath11k_recalculate_mgmt_rate()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c3437 u8 basic_rate_idx; in ath12k_recalculate_mgmt_rate() local
3453 basic_rate_idx = ffs(bss_conf->basic_rates) - 1; in ath12k_recalculate_mgmt_rate()
3454 bitrate = sband->bitrates[basic_rate_idx].bitrate; in ath12k_recalculate_mgmt_rate()