Searched defs:is_5ghz (Results 1 – 5 of 5) sorted by relevance
14 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2u_phy_channel_calibrate() local
39 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2_phy_channel_calibrate() local
281 bool is_5ghz; in mt76x2_get_rate_power() local
259 static u32 iwl_get_channel_flags(u8 ch_num, int ch_idx, bool is_5ghz, in iwl_get_channel_flags()326 bool is_5ghz = (ch_idx >= num_2ghz_channels); in iwl_init_channel_map() local
862 int is_5ghz = (chan->band == NL80211_BAND_5GHZ) ? 1 : 0; in mt76x0_phy_calibrate() local