Searched refs:nss_band (Results 1 – 1 of 1) sorted by relevance
89 u8 nss, nss_band, *eeprom = dev->mt76.eeprom.data; in mt7915_eeprom_parse_hw_cap() local98 nss_band = nss; in mt7915_eeprom_parse_hw_cap()101 nss_band = FIELD_GET(MT_EE_WIFI_CONF3_TX_PATH_B0, in mt7915_eeprom_parse_hw_cap()103 if (!nss_band || nss_band > 2) in mt7915_eeprom_parse_hw_cap()104 nss_band = 2; in mt7915_eeprom_parse_hw_cap()106 if (nss_band >= nss) in mt7915_eeprom_parse_hw_cap()111 dev->mphy.antenna_mask = BIT(nss_band) - 1; in mt7915_eeprom_parse_hw_cap()
Completed in 3 milliseconds