Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dwmi.c3731 u32 phy_err_mask; in ath10k_wmi_10_4_op_pull_phyerr_ev() local
3752 phy_err_mask = __le32_to_cpu(phyerr->phy_err_mask[0]); in ath10k_wmi_10_4_op_pull_phyerr_ev()
3754 if (phy_err_mask & PHY_ERROR_10_4_SPECTRAL_SCAN_MASK) in ath10k_wmi_10_4_op_pull_phyerr_ev()
3756 else if (phy_err_mask & PHY_ERROR_10_4_RADAR_MASK) in ath10k_wmi_10_4_op_pull_phyerr_ev()
Dwmi.h3045 __le32 phy_err_mask[2]; member