Searched refs:last_phy_info (Results 1 – 2 of 2) sorted by relevance
25 if (unlikely(pkt_len < sizeof(mvm->last_phy_info))) in iwl_mvm_rx_rx_phy_cmd()28 memcpy(&mvm->last_phy_info, pkt->data, sizeof(mvm->last_phy_info)); in iwl_mvm_rx_rx_phy_cmd()32 if (mvm->last_phy_info.phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) { in iwl_mvm_rx_rx_phy_cmd()305 phy_info = &mvm->last_phy_info; in iwl_mvm_rx_rx_mpdu()
854 struct iwl_rx_phy_info last_phy_info; member