Home
last modified time | relevance | path

Searched refs:ctrl_rate_idx (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c29 .ctrl_rate_idx = 0,
38 .ctrl_rate_idx = 1,
47 .ctrl_rate_idx = 1,
56 .ctrl_rate_idx = 1,
65 .ctrl_rate_idx = 4,
74 .ctrl_rate_idx = 4,
83 .ctrl_rate_idx = 4,
92 .ctrl_rate_idx = 7,
101 .ctrl_rate_idx = 7,
110 .ctrl_rate_idx = 9,
[all …]
H A Dssv_ht_rc.c282 rate->crate = ssv_rc->rc_table[mr->rc_index].ctrl_rate_idx; in minstrel_ht_set_rate()
362 ar[0].crate = ssv_rc->rc_table[sc->max_rate_idx].ctrl_rate_idx; in ssv62xx_ht_rate_update()
365 ar[1].crate = ssv_rc->rc_table[sc->max_rate_idx].ctrl_rate_idx; in ssv62xx_ht_rate_update()
368 ar[2].crate = ssv_rc->rc_table[sc->max_rate_idx].ctrl_rate_idx; in ssv62xx_ht_rate_update()
413 ar[2].crate = ar[1].crate = ar[0].crate = ssv_rc->rc_table[rateidx].ctrl_rate_idx; in ssv62xx_ht_rate_update()
H A Dssv_rc_common.h73 u8 ctrl_rate_idx; member