Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
H A Dwlan_cmn_ieee80211.h455 #define WLAN_CHAN_IS_5GHZ(chanidx) \ argument
456 ((chanidx > 30) ? true : false)
457 #define WLAN_CHAN_IS_2GHZ(chanidx) \ argument
458 (((chanidx > 0) && (chanidx < 15)) ? true : false)