Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_recv.c5119 u8 ptype, pstype; in core_update_recvframe_phyinfo() local
5124 pstype = phy_info->frame_type >> 2; in core_update_recvframe_phyinfo()
5133 if ((type != WIFI_CTRL_TYPE) && (ptype != type || pstype != subtype)) { in core_update_recvframe_phyinfo()
5152 ptype, pstype, phy_info->rssi, phy_info->ch_idx, phy_info->tx_bf); in core_update_recvframe_phyinfo()
5163 ptype, pstype, phy_info->rssi, phy_info->ch_idx, phy_info->tx_bf); in core_update_recvframe_phyinfo()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_recv.c5112 u8 ptype, pstype; in core_update_recvframe_phyinfo() local
5117 pstype = phy_info->frame_type >> 2; in core_update_recvframe_phyinfo()
5126 if ((type != WIFI_CTRL_TYPE) && (ptype != type || pstype != subtype)) { in core_update_recvframe_phyinfo()
5145 ptype, pstype, phy_info->rssi, phy_info->ch_idx, phy_info->tx_bf); in core_update_recvframe_phyinfo()
5156 ptype, pstype, phy_info->rssi, phy_info->ch_idx, phy_info->tx_bf); in core_update_recvframe_phyinfo()