Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c1163 u8 channel5G_80M[CHANNEL_MAX_NUMBER_5G_80M] = {42, 58, 106, 122, 138, 155, 171}; in PHY_GetTxPowerIndexBase() local
1164 for (i = 0; i < ARRAY_SIZE(channel5G_80M); ++i) in PHY_GetTxPowerIndexBase()
1165 if (channel5G_80M[i] == Channel) in PHY_GetTxPowerIndexBase()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com_phycfg.c1471 u8 channel5G_80M[CHANNEL_MAX_NUMBER_5G_80M] = {42, 58, 106, 122, 138, 155, 171}; in PHY_GetTxPowerIndexBase() local
1472 for (i = 0; i < sizeof(channel5G_80M)/sizeof(u8); ++i) in PHY_GetTxPowerIndexBase()
1473 if ( channel5G_80M[i] == Channel) in PHY_GetTxPowerIndexBase()