Searched refs:last_phy_info (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c17 * Copies the phy information in mvm->last_phy_info, it will be used when the
25 if (unlikely(pkt_len < sizeof(mvm->last_phy_info)))
28 memcpy(&mvm->last_phy_info, pkt->data, sizeof(mvm->last_phy_info));
32 if (mvm->last_phy_info.phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) {
308 phy_info = &mvm->last_phy_info;
H A Dmvm.h923 struct iwl_rx_phy_info last_phy_info; member in struct:iwl_mvm

Completed in 272 milliseconds