Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A D_hal_rate.h210 HRATE_OFDM54 = 0xB, enumerator
H A Drtw_mp.h1441 #define MP_IS_OFDM_HRATE(_rate) ((_rate) >= HRATE_OFDM6 && (_rate) <= HRATE_OFDM54)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A D_hal_rate.h210 HRATE_OFDM54 = 0xB, enumerator
H A Drtw_mp.h1456 #define MP_IS_OFDM_HRATE(_rate) ((_rate) >= HRATE_OFDM6 && (_rate) <= HRATE_OFDM54)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mp.c2437 else if (!strcmp(str, "54M")) return HRATE_OFDM54; in srate2herate()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mp.c2578 else if (!strcmp(str, "54M")) return HRATE_OFDM54; in srate2herate()