Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_misc.c505 t_u16 shift_index = 1U; in wlan_rate_ioctl_set_rate_index() local
596 bitmap_rates[0] = (shift_index << rate_index); in wlan_rate_ioctl_set_rate_index()
602 bitmap_rates[1] = (shift_index << (rate_index - MLAN_RATE_INDEX_OFDM0)); in wlan_rate_ioctl_set_rate_index()
617 bitmap_rates[2 + (rate_index / 16)] = (shift_index << (rate_index % 16)); in wlan_rate_ioctl_set_rate_index()
631 bitmap_rates[10 + nss - MLAN_RATE_NSS1] = (shift_index << rate_index); in wlan_rate_ioctl_set_rate_index()