Searched refs:is_5ghz (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.c3778 int is_5ghz; local
3781 is_5ghz = !! IEEE80211_IS_CHAN_5GHZ(ic->ic_curchan);
3787 if ((mac->mac_phy.phy_n->ipa2g_on && is_5ghz == 0) ||
3788 (mac->mac_phy.phy_n->ipa5g_on && is_5ghz == 1)) {
3790 } else if (is_5ghz == 1) {

Completed in 35 milliseconds