Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x2/
Dusb_phy.c14 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2u_phy_channel_calibrate() local
Dpci_phy.c39 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2_phy_channel_calibrate() local
Deeprom.c281 bool is_5ghz; in mt76x2_get_rate_power() local
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c259 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
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c862 int is_5ghz = (chan->band == NL80211_BAND_5GHZ) ? 1 : 0; in mt76x0_phy_calibrate() local