Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_monitor.c548 uint8 plcp_len = D11_PHY_RXPLCP_LEN(corerev); in bcmwifi_parse_ampdu()
808 plcp_len = D11_PHY_RXPLCP_LEN(corerev); in wl_d11rx_to_rxsts()
911 p += (hwrxoff + D11_PHY_RXPLCP_LEN(corerev)); in wl_d11rx_to_rxsts()
912 len -= (hwrxoff + D11_PHY_RXPLCP_LEN(corerev)); in wl_d11rx_to_rxsts()
935 info->headroom = MAX_RADIOTAP_SIZE - D11_PHY_RXPLCP_LEN(corerev) - hwrxoff; in wl_monitor_amsdu()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dd11.h583 #define D11_PHY_RXPLCP_LEN(rev) (D11_PHY_HDR_LEN) macro