Searched refs:D11_PHY_RXPLCP_LEN (Results 1 – 2 of 2) sorted by relevance
548 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()
583 #define D11_PHY_RXPLCP_LEN(rev) (D11_PHY_HDR_LEN) macro