Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A D_hal_rate.h200 HRATE_CCK2 = 0x1, enumerator
H A Drtw_mp.h1438 #define MP_IS_CCK_HRATE(_rate) ((_rate) == HRATE_CCK1 || (_rate) == HRATE_CCK2 || \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A D_hal_rate.h200 HRATE_CCK2 = 0x1, enumerator
H A Drtw_mp.h1453 #define MP_IS_CCK_HRATE(_rate) ((_rate) == HRATE_CCK1 || (_rate) == HRATE_CCK2 || \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mp.c2427 else if (!strcmp(str, "2M")) return HRATE_CCK2; in srate2herate()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mp.c2568 else if (!strcmp(str, "2M")) return HRATE_CCK2; in srate2herate()