Searched refs:hw_rate_idx (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | ssv_rc.c | 30 .hw_rate_idx = 0, 39 .hw_rate_idx = 1, 48 .hw_rate_idx = 2, 57 .hw_rate_idx = 3, 66 .hw_rate_idx = 4, 75 .hw_rate_idx = 5, 84 .hw_rate_idx = 6, 93 .hw_rate_idx = 7, 102 .hw_rate_idx = 8, 111 .hw_rate_idx = 9, [all …]
|
| H A D | ssv_ht_rc.c | 281 rate->drate = ssv_rc->rc_table[mr->rc_index].hw_rate_idx; in minstrel_ht_set_rate() 361 ar[0].drate = ssv_rc->rc_table[sc->max_rate_idx].hw_rate_idx; in ssv62xx_ht_rate_update() 364 ar[1].drate = ssv_rc->rc_table[sc->max_rate_idx].hw_rate_idx; in ssv62xx_ht_rate_update() 367 ar[2].drate = ssv_rc->rc_table[sc->max_rate_idx].hw_rate_idx; in ssv62xx_ht_rate_update() 370 return ssv_rc->rc_table[sc->max_rate_idx].hw_rate_idx; in ssv62xx_ht_rate_update() 412 ar[2].drate = ar[1].drate = ar[0].drate = ssv_rc->rc_table[rateidx].hw_rate_idx; in ssv62xx_ht_rate_update()
|
| H A D | ssv_rc.h | 40 void ssv6xxx_rc_mac8011_rate_idx(struct ssv_softc *sc, int hw_rate_idx,
|
| H A D | ssv_rc_common.h | 74 u8 hw_rate_idx; member
|