Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c2357 case PHY_NOISE_SAMPLE_EXTERNAL: in wlc_phy_noise_sample_request()
2389 || (reason == PHY_NOISE_SAMPLE_EXTERNAL)) { in wlc_phy_noise_sample_request()
2408 || (reason == PHY_NOISE_SAMPLE_EXTERNAL)) { in wlc_phy_noise_sample_request()
2474 wlc_phy_noise_sample_request(pih, PHY_NOISE_SAMPLE_EXTERNAL, channel); in wlc_phy_noise_sample_request_external()
Dphy_int.h125 #define PHY_NOISE_SAMPLE_EXTERNAL 2 macro