Searched refs:phy_length (Results 1 – 2 of 2) sorted by relevance
345 int phy_length = 0; /* phy info header size, bytes */ in wil_rx_add_radiotap_header() local367 phy_length = len - 8; in wil_rx_add_radiotap_header()368 memcpy(phy_data, pa, phy_length); in wil_rx_add_radiotap_header()372 rtap_len += phy_length; in wil_rx_add_radiotap_header()410 phy_length); in wil_rx_add_radiotap_header()413 phy_length); in wil_rx_add_radiotap_header()
3025 static inline u16 phy_length(const struct skge_hw *hw, u32 status) in phy_length() function3078 if (phy_length(skge->hw, status) != len) in skge_rx_get()