Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Deeprom.c176 u8 nss, nss_band, nss_band_max, *eeprom = dev->mt76.eeprom.data; in mt7915_eeprom_parse_hw_cap() local
195 nss_band = nss; in mt7915_eeprom_parse_hw_cap()
199 nss_band = FIELD_GET(MT_EE_WIFI_CONF3_TX_PATH_B0, in mt7915_eeprom_parse_hw_cap()
202 nss_band = FIELD_GET(MT_EE_WIFI_CONF3_TX_PATH_B1, in mt7915_eeprom_parse_hw_cap()
205 nss_band = FIELD_GET(MT_EE_WIFI_CONF_STREAM_NUM, in mt7915_eeprom_parse_hw_cap()
216 if (!nss_band || nss_band > nss_band_max) in mt7915_eeprom_parse_hw_cap()
217 nss_band = nss_band_max; in mt7915_eeprom_parse_hw_cap()
219 if (nss_band > nss) { in mt7915_eeprom_parse_hw_cap()
222 nss, nss_band, phy->band_idx, ext_phy); in mt7915_eeprom_parse_hw_cap()
223 nss = nss_band; in mt7915_eeprom_parse_hw_cap()
[all …]