Home
last modified time | relevance | path

Searched defs:is_5ghz (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2u_phy.c56 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2u_phy_channel_calibrate() local
Dmt76x2_phy.c49 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2_phy_channel_calibrate() local
Dmt76x2_eeprom.c432 bool is_5ghz; in mt76x2_get_rate_power() local
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c251 static u32 iwl_get_channel_flags(u8 ch_num, int ch_idx, bool is_5ghz, in iwl_get_channel_flags()
321 bool is_5ghz = (ch_idx >= num_2ghz_channels); in iwl_init_channel_map() local
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c786 int is_5ghz = (dev->mt76.chandef.chan->band == NL80211_BAND_5GHZ) ? 1 : 0; in mt76x0_phy_recalibrate_after_assoc() local