Searched refs:IS_5GHZ (Results 1 – 1 of 1) sorted by relevance
1948 #define IS_5GHZ(n) (n > 4000) macro2001 if (IS_5GHZ(wa->freq) ^ IS_5GHZ(wb->freq)) in wpa_scan_result_compar()2002 return IS_5GHZ(wa->freq) ? -1 : 1; in wpa_scan_result_compar()2169 res->noise = IS_5GHZ(res->freq) ? in scan_snr()