Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_wlan_util.c604 struct HT_info_element *pHT_info; in bwmode_update_check() local
620 pHT_info = (struct HT_info_element *)pIE->data; in bwmode_update_check()
622 if ((pHT_info->infos[0] & BIT(2)) && pregistrypriv->cbw40_enable) { in bwmode_update_check()
625 switch (pHT_info->infos[0] & 0x3) { in bwmode_update_check()
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c877 struct HT_info_element *pHT_info; in bwmode_update_check() local
894 pHT_info = (struct HT_info_element *)pIE->data; in bwmode_update_check()
904 if ((pHT_info->infos[0] & BIT(2)) && cbw40_enable) { in bwmode_update_check()
907 switch (pHT_info->infos[0] & 0x3) { in bwmode_update_check()