Searched refs:CHANNEL_CW_INT (Results 1 – 4 of 4) sorted by relevance
735 chan->channelFlags &= (~CHANNEL_CW_INT); in ath9k_hw_getnf()752 chan->channelFlags |= CHANNEL_CW_INT; in ath9k_hw_getnf()855 if ((ichan->channelFlags & CHANNEL_CW_INT) != 0) { in ath9k_hw_calibrate()856 chan->channelFlags |= CHANNEL_CW_INT; in ath9k_hw_calibrate()857 ichan->channelFlags &= ~CHANNEL_CW_INT; in ath9k_hw_calibrate()
91 #define CF_INTERFERENCE (CHANNEL_CW_INT | CHANNEL_RADAR_INT)
437 #define CHANNEL_CW_INT 0x00002 macro
75 #define CHANNEL_CW_INT 0x00002 /* CW interference detected on channel */ macro