Searched refs:hw_version (Results 1 - 61 of 61) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dreg.h820 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_5416_PCI) || \
821 ((_ah)->hw_version.macVersion == AR_SREV_VERSION_5416_PCIE))
824 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_5416_22)) || \
825 ((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9100))
828 ((ah->hw_version.macVersion) == AR_SREV_VERSION_9100)
830 (((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9100))
833 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9160))
835 (((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9160))
838 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9160_11))
840 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9280))
842 (((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9280))
844 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9280))
847 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9285))
849 (((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9285))
852 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9287))
854 (((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9287))
856 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9287) && \
857 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9287_11))
859 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9287) && \
860 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9287_12))
862 (((_ah)->hw_version.macVersion > AR_SREV_VERSION_9287) || \
863 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9287) && \
864 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_9287_12)))
866 (((_ah)->hw_version.macVersion > AR_SREV_VERSION_9287) || \
867 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9287) && \
868 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_9287_13)))
871 (((_ah))->hw_version.macVersion == AR_SREV_VERSION_9271)
874 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9271_10))
877 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9271_11))
880 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9300))
882 ((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9300)
885 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9300_22))
888 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9330))
891 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9330_11))
894 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9330_12))
898 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9462))
900 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9485))
902 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9565))
914 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_9485_11))
916 (((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9485))
919 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9340))
923 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9340_13))
927 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_9340_13))
935 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9462_20))
938 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9462_21))
941 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_9462_20))
944 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_9462_21))
948 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9565_10))
951 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9565_101))
954 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9565_11))
957 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_9565_11))
960 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9550))
962 (((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9550))
965 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9580) && \
966 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_9580_10))
968 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9580) && \
969 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9580_10))
972 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9531))
974 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9531) && \
975 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9531_10))
977 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9531) && \
978 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9531_11))
980 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9531) && \
981 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9531_20))
984 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9561))
997 (((_ah)->hw_version.usbdev == AR9280_USB) || \
998 ((_ah)->hw_version.usbdev == AR9287_USB))
H A Dhw.c258 ah->hw_version.macRev = ah->get_mac_revision(); ath9k_hw_read_revisions()
260 switch (ah->hw_version.devid) { ath9k_hw_read_revisions()
262 ah->hw_version.macVersion = AR_SREV_VERSION_9100; ath9k_hw_read_revisions()
265 ah->hw_version.macVersion = AR_SREV_VERSION_9330; ath9k_hw_read_revisions()
268 ah->hw_version.macRev = MS(val, AR_SREV_REVISION2); ath9k_hw_read_revisions()
272 ah->hw_version.macVersion = AR_SREV_VERSION_9340; ath9k_hw_read_revisions()
275 ah->hw_version.macVersion = AR_SREV_VERSION_9550; ath9k_hw_read_revisions()
278 ah->hw_version.macVersion = AR_SREV_VERSION_9531; ath9k_hw_read_revisions()
281 ah->hw_version.macVersion = AR_SREV_VERSION_9561; ath9k_hw_read_revisions()
288 ah->hw_version.macVersion = ath9k_hw_read_revisions()
290 ah->hw_version.macRev = MS(val, AR_SREV_REVISION2); ath9k_hw_read_revisions()
299 ah->hw_version.macVersion = MS(val, AR_SREV_VERSION); ath9k_hw_read_revisions()
301 ah->hw_version.macRev = val & AR_SREV_REVISION; ath9k_hw_read_revisions()
303 if (ah->hw_version.macVersion == AR_SREV_VERSION_5416_PCIE) ath9k_hw_read_revisions()
423 if (ah->hw_version.macVersion == AR_SREV_VERSION_5416_PCI || ath9k_hw_init_config()
448 ah->hw_version.magic = AR5416_MAGIC; ath9k_hw_init_defaults()
449 ah->hw_version.subvendorid = 0; ath9k_hw_init_defaults()
560 switch (ah->hw_version.macVersion) { __ath9k_hw_init()
582 ah->hw_version.macVersion, ah->hw_version.macRev); __ath9k_hw_init()
623 ah->hw_version.phyRev = REG_READ(ah, AR_PHY_CHIP_ID); __ath9k_hw_init()
657 switch (ah->hw_version.devid) { ath9k_hw_init()
684 ah->hw_version.devid); ath9k_hw_init()
2365 switch (ah->hw_version.macVersion) { ath9k_hw_dfs_tested()
2389 ah->hw_version.subvendorid == AR_SUBVENDOR_ID_NEW_A) { ath9k_hw_fill_cap_info()
2440 if ((ah->hw_version.devid == AR5416_DEVID_PCI) && ath9k_hw_fill_cap_info()
2464 if (ah->hw_version.devid != AR2427_DEVID_PCIE) ath9k_hw_fill_cap_info()
3243 ath9k_hw_mac_bb_name(ah->hw_version.macVersion), ath9k_hw_name()
3244 ah->hw_version.macRev); ath9k_hw_name()
3249 ath9k_hw_mac_bb_name(ah->hw_version.macVersion), ath9k_hw_name()
3250 ah->hw_version.macRev, ath9k_hw_name()
3251 ath9k_hw_rf_name((ah->hw_version.analog5GhzRev ath9k_hw_name()
3253 ah->hw_version.phyRev); ath9k_hw_name()
H A Ddfs_debug.c38 struct ath9k_hw_version *hw_ver = &sc->sc_ah->hw_version; read_file_dfs()
H A Dhtc_drv_init.c618 ah->hw_version.devid = devid; ath9k_init_priv()
619 ah->hw_version.usbdev = drv_info; ath9k_init_priv()
1000 ret = ath9k_init_htc_services(priv, priv->ah->hw_version.devid, ath9k_htc_resume()
1001 priv->ah->hw_version.usbdev); ath9k_htc_resume()
H A Dar9002_hw.c368 ah->hw_version.analog5GhzRev = val; ar9002_hw_rf_claim()
H A Dar5008_phy.c581 if (ah->hw_version.macVersion == AR_SREV_REVISION_5416_10) { ar5008_hw_init_chain_masks()
1156 ah->hw_version.macVersion, ar5008_hw_ani_cache_ini_regs()
1157 ah->hw_version.macRev, ar5008_hw_ani_cache_ini_regs()
H A Deeprom_def.c367 if ((ah->hw_version.devid == AR9280_DEVID_PCI) && ath9k_hw_def_check_eeprom()
690 if (ah->hw_version.macVersion != AR_SREV_VERSION_9160) ath9k_hw_def_set_addac()
H A Dar9003_phy.c1426 ah->hw_version.macVersion, ar9003_hw_ani_cache_ini_regs()
1427 ah->hw_version.macRev, ar9003_hw_ani_cache_ini_regs()
H A Dhtc_drv_main.c1820 else if (priv->ah->hw_version.usbdev == AR9280_USB) ath9k_htc_get_eeprom_base()
1823 else if (priv->ah->hw_version.usbdev == AR9287_USB) ath9k_htc_get_eeprom_base()
H A Dhw.h776 struct ath9k_hw_version hw_version; member in struct:ath_hw
H A Dinit.c552 ah->hw_version.devid = devid; ath9k_init_softc()
H A Drecv.c423 if (sc->sc_ah->hw_version.macVersion <= AR_SREV_VERSION_9160) ath_calcrxfilter()
/linux-4.1.27/drivers/input/mouse/
H A Delantech.c108 switch (etd->hw_version) { elantech_read_reg()
140 else if (etd->hw_version != 4) elantech_read_reg()
163 switch (etd->hw_version) { elantech_write_reg()
834 switch (etd->hw_version) { elantech_process_byte()
920 switch (etd->hw_version) { elantech_set_absolute_mode()
980 } else if (etd->hw_version == 1 && elantech_set_absolute_mode()
1004 switch (etd->hw_version) { elantech_set_range()
1147 * Some hw_version 4 models do have a middle button
1190 switch (etd->hw_version) { elantech_set_input_params()
1207 if (etd->hw_version == 3) elantech_set_input_params()
1307 if (etd->hw_version == 1) { elantech_set_int_attr()
1379 * Some hw_version >= 4 models have a revision higher then 20. Meaning elantech_is_signature_valid()
1487 * Some hw_version 4 models do not work with crc_disabled
1517 * Some hw_version 3 models go into error state when we try to set
1543 etd->hw_version = 1; elantech_set_properties()
1548 etd->hw_version = 2; elantech_set_properties()
1551 etd->hw_version = 3; elantech_set_properties()
1560 etd->hw_version = 4; elantech_set_properties()
1568 etd->send_cmd = etd->hw_version >= 3 ? elantech_send_cmd : elantech_set_properties()
1582 if (etd->hw_version > 1) { elantech_set_properties()
1597 /* Enable real hardware resolution on hw_version 3 ? */ elantech_set_properties()
1639 etd->hw_version, param[0], param[1], param[2]); elantech_init()
1713 psmouse->pktsize = etd->hw_version > 1 ? 6 : 4; elantech_init()
H A Delantech.h137 unsigned char hw_version; member in struct:elantech_data
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dboot.h41 u32 hw_version; member in struct:wl1271_static_data
H A Dmain.c1180 wiphy->hw_version = wl->chip.id; wl1271_plt_start()
2391 wiphy->hw_version = wl->chip.id; wl12xx_init_fw()
/linux-4.1.27/drivers/tty/ipwireless/
H A Dhardware.c230 short hw_version; member in struct:ipw_hardware
420 if (hw->hw_version == HW_VERSION_1) { do_send_fragment()
434 } else if (hw->hw_version == HW_VERSION_2) { do_send_fragment()
525 if (hw->hw_version == HW_VERSION_1) { ipw_setup_hardware()
843 if (hw->hw_version == HW_VERSION_1) acknowledge_data_read()
861 if (hw->hw_version == HW_VERSION_1) { do_receive_packet()
1049 if (hw->hw_version == HW_VERSION_1) is_card_present()
1218 if (ipw->hardware->hw_version == HW_VERSION_1) ipwireless_interrupt()
1594 if (hw->hw_version == HW_VERSION_1) { do_close_hardware()
1651 hw->hw_version = (is_v2_card ? HW_VERSION_2 : HW_VERSION_1); ipwireless_init_hardware_v1()
1652 hw->ll_mtu = (hw->hw_version == HW_VERSION_1 ? LL_MTU_V1 : LL_MTU_V2); ipwireless_init_hardware_v1()
1677 hw->hw_version == HW_VERSION_2 && ipwireless_setup_timer()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c44 wil->hw_version = HW_VER_SPARROW_B0; wil_set_capabilities()
49 wil->hw_version = HW_VER_UNKNOWN; wil_set_capabilities()
H A Dmain.c667 jiffies_to_msecs(to-left), wil->hw_version); wil_wait_for_fw_ready()
683 if (wil->hw_version == HW_VER_UNKNOWN) wil_reset()
H A Ddebugfs.c1412 WIL_FIELD(hw_version, S_IRUGO, doff_x32),
H A Dwil6210.h536 u32 hw_version; member in struct:wil6210_priv
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_gs.c1366 snprintf(eiter->a.hw_version, sizeof(eiter->a.hw_version), qla2x00_fdmi_rhba()
1368 } else if (qla2xxx_get_vpd_field(vha, "MN", eiter->a.hw_version, qla2x00_fdmi_rhba()
1369 sizeof(eiter->a.hw_version))) { qla2x00_fdmi_rhba()
1371 } else if (qla2xxx_get_vpd_field(vha, "EC", eiter->a.hw_version, qla2x00_fdmi_rhba()
1372 sizeof(eiter->a.hw_version))) { qla2x00_fdmi_rhba()
1375 snprintf(eiter->a.hw_version, sizeof(eiter->a.hw_version), qla2x00_fdmi_rhba()
1378 alen = strlen(eiter->a.hw_version); qla2x00_fdmi_rhba()
1384 "Hardware ver = %s.\n", eiter->a.hw_version); qla2x00_fdmi_rhba()
1790 snprintf(eiter->a.hw_version, sizeof(eiter->a.hw_version), qla2x00_fdmiv2_rhba()
1792 } else if (qla2xxx_get_vpd_field(vha, "MN", eiter->a.hw_version, qla2x00_fdmiv2_rhba()
1793 sizeof(eiter->a.hw_version))) { qla2x00_fdmiv2_rhba()
1795 } else if (qla2xxx_get_vpd_field(vha, "EC", eiter->a.hw_version, qla2x00_fdmiv2_rhba()
1796 sizeof(eiter->a.hw_version))) { qla2x00_fdmiv2_rhba()
1799 snprintf(eiter->a.hw_version, sizeof(eiter->a.hw_version), qla2x00_fdmiv2_rhba()
1802 alen = strlen(eiter->a.hw_version); qla2x00_fdmiv2_rhba()
1808 "Hardware ver = %s.\n", eiter->a.hw_version); qla2x00_fdmiv2_rhba()
H A Dqla_mr.h288 uint8_t hw_version[16]; member in struct:config_info_data
471 uint8_t hw_version[16]; member in struct:mr_data_fx00
H A Dqla_mr.c1945 memcpy(&vha->hw->mr.hw_version, pinfo->hw_version, qlafx00_fx_disc()
1946 sizeof(vha->hw->mr.hw_version)); qlafx00_fx_disc()
H A Dqla_def.h2170 uint8_t hw_version[32]; member in union:ct_fdmi_hba_attr::__anon9502
2193 uint8_t hw_version[16]; member in union:ct_fdmiv2_hba_attr::__anon9503
H A Dqla_attr.c1061 vha->hw->mr.hw_version); qla2x00_isp_id_show()
/linux-4.1.27/drivers/net/can/softing/
H A Dsofting.h68 uint16_t fw_version, hw_version, license, serial; member in struct:softing::__anon6060
H A Dsofting_fw.c374 card->id.hw_version = ioread16(&card->dpram[DPRAM_FCT_PARAM + 4]); softing_chip_poweron()
H A Dsofting_main.c715 DEV_ATTR_RO(hardware_version, id.hw_version);
/linux-4.1.27/include/sound/
H A Dsnd_wavefront.h84 char hw_version[2]; /* major = [0], minor = [1] */ member in struct:_snd_wavefront
/linux-4.1.27/net/mac80211/
H A Dethtool.c230 regs->version = wdev->wiphy->hw_version; ieee80211_get_regs()
/linux-4.1.27/drivers/input/touchscreen/
H A Delants_i2c.c126 u16 hw_version; member in struct:elants_data
302 ts->hw_version = elants_i2c_parse_version(resp); elants_i2c_query_fw_id()
303 if (ts->hw_version != 0xffff) elants_i2c_query_fw_id()
702 fw_name = kasprintf(GFP_KERNEL, "elants_i2c_%04x.bin", ts->hw_version); elants_i2c_fw_update()
1024 static ELANTS_VERSION_ATTR(hw_version);
H A Datmel_mxt_ts.c2331 static DEVICE_ATTR(hw_version, S_IRUGO, mxt_hw_version_show, NULL);
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
H A Dvnic_devcmd.h455 * note: hw_version and asic_rev refer to the same thing,
456 * but have different formats. hw_version is
463 char hw_version[32]; member in struct:vnic_devcmd_fw_info
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dcore.c105 ar->wiphy->hw_version = le32_to_cpu(targ_info.version); ath6kl_core_init()
H A Dhif.c105 ath6kl_info("hw 0x%x fw %s\n", ar->wiphy->hw_version, ath6kl_hif_dump_fw_crash()
/linux-4.1.27/drivers/crypto/
H A Datmel-aes.c145 u32 hw_version; member in struct:atmel_aes_dev
288 dd->hw_version = atmel_aes_get_version(dd); atmel_aes_hw_version_init()
291 "version: 0x%x\n", dd->hw_version); atmel_aes_hw_version_init()
1260 switch (dd->hw_version & 0xff0) { atmel_aes_get_cap()
H A Datmel-sha.c134 u32 hw_version; member in struct:atmel_sha_dev
821 dd->hw_version = atmel_sha_get_version(dd); atmel_sha_hw_version_init()
824 "version: 0x%x\n", dd->hw_version); atmel_sha_hw_version_init()
1278 switch (dd->hw_version & 0xff0) { atmel_sha_get_cap()
H A Datmel-tdes.c137 u32 hw_version; member in struct:atmel_tdes_dev
245 dd->hw_version = atmel_tdes_get_version(dd); atmel_tdes_hw_version_init()
248 "version: 0x%x\n", dd->hw_version); atmel_tdes_hw_version_init()
1302 switch (dd->hw_version & 0xf00) { atmel_tdes_get_cap()
/linux-4.1.27/include/net/nfc/
H A Dhci.h150 u8 hw_version; member in struct:nfc_hci_dev
/linux-4.1.27/net/nfc/hci/
H A Dcore.c546 hdev->hw_version = skb->data[0] & 0x1f; hci_dev_version()
560 pr_info("HW Version : %d\n", hdev->hw_version); hci_dev_version()
/linux-4.1.27/drivers/scsi/fnic/
H A Dvnic_devcmd.h303 char hw_version[32]; member in struct:vnic_devcmd_fw_info
/linux-4.1.27/drivers/infiniband/hw/amso1100/
H A Dc2_rnic.c168 props->hw_ver = be32_to_cpu(reply->hw_version); c2_rnic_query()
H A Dc2_wr.h346 __be32 hw_version; member in struct:c2wr_rnic_query_rep
/linux-4.1.27/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_fd.c52 u8 hw_version; /* Hardware version (PCB) */ member in struct:pcan_ufd_fw_info
878 dev->adapter->name, pdev->usb_if->fw_info.hw_version, pcan_usb_fd_init()
/linux-4.1.27/drivers/iio/accel/
H A Dmma9551_core.c112 u8 hw_version[2]; member in struct:mma9551_version_info
/linux-4.1.27/drivers/net/can/usb/
H A Dgs_usb.c76 u32 hw_version; member in struct:gs_device_config
/linux-4.1.27/drivers/net/wireless/orinoco/
H A Dmain.c2049 &wiphy->hw_version); orinoco_init()
2067 &wiphy->hw_version); orinoco_init()
/linux-4.1.27/sound/isa/wavefront/
H A Dwavefront_synth.c2178 dev->hw_version[0] = rbuf[0]; snd_wavefront_detect()
2179 dev->hw_version[1] = rbuf[1]; snd_wavefront_detect()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dcore.c1213 ar->hw->wiphy->hw_version = target_info.version; ath10k_core_probe_fw()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_fcs.h645 u8 hw_version[8]; member in struct:bfa_fcs_fdmi_hba_attr_s
H A Dbfa_fcs_lport.c1998 if (fcs_hba_attr->hw_version[0] != '\0') { bfa_fcs_lport_fdmi_build_rhba_pyld()
2001 templen = (u16) strlen(fcs_hba_attr->hw_version); bfa_fcs_lport_fdmi_build_rhba_pyld()
2002 memcpy(attr->value, fcs_hba_attr->hw_version, templen); bfa_fcs_lport_fdmi_build_rhba_pyld()
2627 hba_attr->hw_version); bfa_fcs_fdmi_get_hbaattr()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Dacx.h89 u32 hw_version; member in struct:acx_revision
H A Dmain.c426 wiphy->hw_version = wl->chip_id; wl1251_op_start()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dmac80211.c208 hw->wiphy->hw_version = priv->trans->hw_id;
/linux-4.1.27/drivers/net/wireless/
H A Dat76c50x-usb.c2375 wiphy->hw_version = priv->board_type; at76_init_new_device()
/linux-4.1.27/drivers/tty/
H A Dsynclink.c183 int hw_version; member in struct:mgsl_struct
4246 info->hw_version + 1, info->device_name, info->io_base, info->irq_level, mgsl_add_device()
8104 info->hw_version = 1; synclink_init_one()
8112 info->hw_version = 0; synclink_init_one()
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Dmain.c1797 wiphy->hw_version = dev->dev->id.coreid; b43legacy_upload_microcode()
/linux-4.1.27/include/net/
H A Dcfg80211.h3050 * @hw_version: hardware version for ethtool reporting
3166 u32 hw_version; member in struct:wiphy
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dmac80211.c528 hw->wiphy->hw_version = mvm->trans->hw_id; iwl_mvm_mac_setup_register()
/linux-4.1.27/drivers/net/wireless/b43/
H A Dmain.c2745 wiphy->hw_version = dev->dev->core_id; b43_upload_microcode()

Completed in 2283 milliseconds