Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c30 u8 *perm_addr = hw->mac.perm_addr; in fm10k_stop_hw_vf() local
41 if (is_valid_ether_addr(perm_addr)) { in fm10k_stop_hw_vf()
42 bal = (((u32)perm_addr[3]) << 24) | in fm10k_stop_hw_vf()
43 (((u32)perm_addr[4]) << 16) | in fm10k_stop_hw_vf()
44 (((u32)perm_addr[5]) << 8); in fm10k_stop_hw_vf()
46 (((u32)perm_addr[0]) << 16) | in fm10k_stop_hw_vf()
47 (((u32)perm_addr[1]) << 8) | in fm10k_stop_hw_vf()
48 ((u32)perm_addr[2]); in fm10k_stop_hw_vf()
203 u8 perm_addr[ETH_ALEN]; in fm10k_msg_mac_vlan_vf() local
210 perm_addr, &vid); in fm10k_msg_mac_vlan_vf()
[all …]
Dfm10k_pf.c267 u8 perm_addr[ETH_ALEN]; in fm10k_read_mac_addr_pf() local
277 perm_addr[0] = (u8)(serial_num >> 24); in fm10k_read_mac_addr_pf()
278 perm_addr[1] = (u8)(serial_num >> 16); in fm10k_read_mac_addr_pf()
279 perm_addr[2] = (u8)(serial_num >> 8); in fm10k_read_mac_addr_pf()
287 perm_addr[3] = (u8)(serial_num >> 16); in fm10k_read_mac_addr_pf()
288 perm_addr[4] = (u8)(serial_num >> 8); in fm10k_read_mac_addr_pf()
289 perm_addr[5] = (u8)(serial_num); in fm10k_read_mac_addr_pf()
292 hw->mac.perm_addr[i] = perm_addr[i]; in fm10k_read_mac_addr_pf()
293 hw->mac.addr[i] = perm_addr[i]; in fm10k_read_mac_addr_pf()
Dfm10k_netdev.c1007 if (is_valid_ether_addr(hw->mac.perm_addr)) { in fm10k_restore_rx_state()
1008 ether_addr_copy(hw->mac.addr, hw->mac.perm_addr); in fm10k_restore_rx_state()
1009 ether_addr_copy(netdev->perm_addr, hw->mac.perm_addr); in fm10k_restore_rx_state()
1010 ether_addr_copy(netdev->dev_addr, hw->mac.perm_addr); in fm10k_restore_rx_state()
Dfm10k_pci.c1082 if (is_valid_ether_addr(hw->mac.perm_addr) && in fm10k_mbx_mac_addr()
1083 memcmp(hw->mac.perm_addr, hw->mac.addr, ETH_ALEN)) in fm10k_mbx_mac_addr()
1650 memcpy(netdev->perm_addr, hw->mac.addr, netdev->addr_len); in fm10k_sw_init()
1652 if (!is_valid_ether_addr(netdev->perm_addr)) { in fm10k_sw_init()
Dfm10k_type.h555 u8 perm_addr[ETH_ALEN]; member
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c139 u8 *perm_addr) in i40e_dcbnl_get_perm_hw_addr() argument
144 memset(perm_addr, 0xff, MAX_ADDR_LEN); in i40e_dcbnl_get_perm_hw_addr()
147 perm_addr[i] = pf->hw.mac.perm_addr[i]; in i40e_dcbnl_get_perm_hw_addr()
150 perm_addr[i] = pf->hw.mac.san_addr[j]; in i40e_dcbnl_get_perm_hw_addr()
Di40e_type.h251 u8 perm_addr[ETH_ALEN]; member
Di40e_fcoe.c1526 ether_addr_copy(netdev->perm_addr, hw->mac.san_addr); in i40e_fcoe_config_netdev()
Di40e_main.c8188 ether_addr_copy(mac_addr, hw->mac.perm_addr); in i40e_config_netdev()
8207 ether_addr_copy(netdev->perm_addr, mac_addr); in i40e_config_netdev()
9812 ether_addr_copy(hw->mac.perm_addr, hw->mac.addr); in i40e_probe()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dtx99.c76 memcpy(hdr->addr1, hw->wiphy->perm_addr, ETH_ALEN); in ath9k_build_tx99_skb()
77 memcpy(hdr->addr2, hw->wiphy->perm_addr, ETH_ALEN); in ath9k_build_tx99_skb()
78 memcpy(hdr->addr3, hw->wiphy->perm_addr, ETH_ALEN); in ath9k_build_tx99_skb()
Dlink.c245 memcpy(hdr->addr1, hw->wiphy->perm_addr, ETH_ALEN); in ath_paprd_calibrate()
246 memcpy(hdr->addr2, hw->wiphy->perm_addr, ETH_ALEN); in ath_paprd_calibrate()
247 memcpy(hdr->addr3, hw->wiphy->perm_addr, ETH_ALEN); in ath_paprd_calibrate()
Dmain.c983 sc->hw->wiphy->perm_addr[i]); in ath9k_update_bssid_mask()
/linux-4.1.27/net/wireless/
Dsysfs.c37 SHOW_FMT(macaddress, "%pM", wiphy.perm_addr);
57 return sprintf(buf, "%pM\n", wiphy->perm_addr); in addresses_show()
Dcore.c602 !is_zero_ether_addr(wiphy->perm_addr) && in wiphy_register()
603 memcmp(wiphy->perm_addr, wiphy->addresses[0].addr, in wiphy_register()
613 memcpy(wiphy->perm_addr, wiphy->addresses[0].addr, ETH_ALEN); in wiphy_register()
Dtrace.h2623 request->wiphy->perm_addr);
/linux-4.1.27/net/mac80211/
Diface.c570 local->hw.wiphy->perm_addr, in ieee80211_do_open()
572 memcpy(dev->perm_addr, dev->dev_addr, ETH_ALEN); in ieee80211_do_open()
1533 u8 *perm_addr, enum nl80211_iftype type) in ieee80211_assign_perm_addr() argument
1542 memcpy(perm_addr, local->hw.wiphy->perm_addr, ETH_ALEN); in ieee80211_assign_perm_addr()
1560 memcpy(perm_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_assign_perm_addr()
1573 memcpy(perm_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_assign_perm_addr()
1592 memcpy(perm_addr, in ieee80211_assign_perm_addr()
1618 m = local->hw.wiphy->perm_addr; in ieee80211_assign_perm_addr()
1652 memcpy(perm_addr, tmp_addr, ETH_ALEN); in ieee80211_assign_perm_addr()
1725 ieee80211_assign_perm_addr(local, ndev->perm_addr, type); in ieee80211_if_add()
[all …]
/linux-4.1.27/drivers/net/wireless/cw1200/
Dmain.c339 if (hw->wiphy->perm_addr[3] == 0 && in cw1200_init_common()
340 hw->wiphy->perm_addr[4] == 0 && in cw1200_init_common()
341 hw->wiphy->perm_addr[5] == 0) { in cw1200_init_common()
342 get_random_bytes(&hw->wiphy->perm_addr[3], 3); in cw1200_init_common()
Dsta.c81 memcpy(priv->mac_addr, dev->wiphy->perm_addr, ETH_ALEN); in cw1200_start()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnvm.c546 hw->mac.perm_addr[i] = (u8)(rar_low >> (i * 8)); in e1000_read_mac_addr_generic()
549 hw->mac.perm_addr[i + 4] = (u8)(rar_high >> (i * 8)); in e1000_read_mac_addr_generic()
552 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_generic()
Dptp.c218 adapter->netdev->perm_addr); in e1000e_ptp_init()
Dhw.h537 u8 perm_addr[ETH_ALEN]; member
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dvf.c156 memcpy(hw->mac.perm_addr, addr, ETH_ALEN); in e1000_reset_hw_vf()
335 memcpy(hw->mac.addr, hw->mac.perm_addr, ETH_ALEN); in e1000_read_mac_addr_vf()
Dvf.h194 u8 perm_addr[6]; member
Dnetdev.c1476 memcpy(netdev->perm_addr, adapter->hw.mac.addr, in igbvf_reset()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c170 u8 *perm_addr) in ixgbe_dcbnl_get_perm_hw_addr() argument
175 memset(perm_addr, 0xff, MAX_ADDR_LEN); in ixgbe_dcbnl_get_perm_hw_addr()
178 perm_addr[i] = adapter->hw.mac.perm_addr[i]; in ixgbe_dcbnl_get_perm_hw_addr()
185 perm_addr[i] = adapter->hw.mac.san_addr[j]; in ixgbe_dcbnl_get_perm_hw_addr()
Dixgbe_x540.c137 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
Dixgbe_82598.c811 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
Dixgbe_x550.c1332 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
Dixgbe_82599.c1216 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
Dixgbe_main.c8319 ether_addr_copy(hw->mac.perm_addr, addr); in ixgbe_get_platform_mac_addr()
8325 ether_addr_copy(hw->mac.perm_addr, idprom->id_ethaddr); in ixgbe_get_platform_mac_addr()
8608 memcpy(netdev->dev_addr, hw->mac.perm_addr, netdev->addr_len); in ixgbe_probe()
8616 ixgbe_mac_set_default_filter(adapter, hw->mac.perm_addr); in ixgbe_probe()
Dixgbe_type.h3131 u8 perm_addr[ETH_ALEN]; member
/linux-4.1.27/drivers/net/
Dntb_netdev.c346 random_ether_addr(ndev->perm_addr); in ntb_netdev_probe()
347 memcpy(ndev->dev_addr, ndev->perm_addr, ndev->addr_len); in ntb_netdev_probe()
/linux-4.1.27/drivers/net/wireless/p54/
Deeprom.c915 if (!is_valid_ether_addr(dev->wiphy->perm_addr)) { in p54_parse_eeprom()
916 u8 perm_addr[ETH_ALEN]; in p54_parse_eeprom() local
920 eth_random_addr(perm_addr); in p54_parse_eeprom()
921 SET_IEEE80211_PERM_ADDR(dev, perm_addr); in p54_parse_eeprom()
927 dev->wiphy->perm_addr, priv->version, in p54_parse_eeprom()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_nvm.c625 hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8)); in igb_read_mac_addr()
628 hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8)); in igb_read_mac_addr()
631 hw->mac.addr[i] = hw->mac.perm_addr[i]; in igb_read_mac_addr()
De1000_hw.h385 u8 perm_addr[6]; member
/linux-4.1.27/drivers/net/wimax/i2400m/
Ddriver.c239 if (!memcmp(net_dev->perm_addr, ddi->mac_address, in i2400m_check_mac_addr()
245 dev_warn(dev, "boot mode reported %pM\n", net_dev->perm_addr); in i2400m_check_mac_addr()
252 memcpy(net_dev->perm_addr, ddi->mac_address, ETH_ALEN); in i2400m_check_mac_addr()
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
Dmain.c1346 if (alx_get_perm_macaddr(hw, hw->perm_addr)) { in alx_probe()
1350 memcpy(hw->perm_addr, netdev->dev_addr, netdev->addr_len); in alx_probe()
1353 memcpy(hw->mac_addr, hw->perm_addr, ETH_ALEN); in alx_probe()
1355 memcpy(netdev->perm_addr, hw->perm_addr, ETH_ALEN); in alx_probe()
1408 alx_set_macaddr(hw, hw->perm_addr); in alx_remove()
Dhw.h468 u8 perm_addr[ETH_ALEN]; member
/linux-4.1.27/drivers/net/wireless/
Dadm8211.c1773 u8 perm_addr[ETH_ALEN]; in adm8211_probe() local
1853 *(__le32 *)perm_addr = cpu_to_le32(ADM8211_CSR_READ(PAR0)); in adm8211_probe()
1854 *(__le16 *)&perm_addr[4] = in adm8211_probe()
1857 if (!is_valid_ether_addr(perm_addr)) { in adm8211_probe()
1860 eth_random_addr(perm_addr); in adm8211_probe()
1862 SET_IEEE80211_PERM_ADDR(dev, perm_addr); in adm8211_probe()
1908 dev->wiphy->perm_addr, pdev->revision); in adm8211_probe()
Dmwl8k.c2339 __u8 perm_addr[ETH_ALEN]; member
2455 memset(cmd->perm_addr, 0xff, sizeof(cmd->perm_addr)); in mwl8k_cmd_get_hw_spec_sta()
2467 SET_IEEE80211_PERM_ADDR(hw, cmd->perm_addr); in mwl8k_cmd_get_hw_spec_sta()
2489 __u8 perm_addr[ETH_ALEN]; member
2520 memset(cmd->perm_addr, 0xff, sizeof(cmd->perm_addr)); in mwl8k_cmd_get_hw_spec_ap()
2538 SET_IEEE80211_PERM_ADDR(hw, cmd->perm_addr); in mwl8k_cmd_get_hw_spec_ap()
2582 __u8 perm_addr[ETH_ALEN]; member
5963 priv->hw_rev, hw->wiphy->perm_addr, in mwl8k_probe_hw()
Dmac80211_hwsim.c2522 wiphy_debug(hw->wiphy, "hwaddr %pM registered\n", hw->wiphy->perm_addr); in mac80211_hwsim_new_radio()
Drndis_wlan.c3464 memcpy(wiphy->perm_addr, usbdev->net->dev_addr, ETH_ALEN); in rndis_wlan_bind()
/linux-4.1.27/drivers/net/wireless/zd1211rw/
Dzd_mac.h302 return mac->hw->wiphy->perm_addr; in zd_mac_get_perm_addr()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dvf.c120 ether_addr_copy(hw->mac.perm_addr, addr); in ixgbevf_reset_hw_vf()
222 ether_addr_copy(mac_addr, hw->mac.perm_addr); in ixgbevf_get_mac_addr_vf()
Dvf.h84 u8 perm_addr[6]; member
Dixgbevf_main.c2063 hw->mac.ops.set_rar(hw, 0, hw->mac.perm_addr, 0); in ixgbevf_up_complete()
2253 memcpy(netdev->perm_addr, adapter->hw.mac.addr, in ixgbevf_reset()
/linux-4.1.27/net/dcb/
Ddcbnl.c283 u8 perm_addr[MAX_ADDR_LEN]; in dcbnl_getperm_hwaddr() local
288 memset(perm_addr, 0, sizeof(perm_addr)); in dcbnl_getperm_hwaddr()
289 netdev->dcbnl_ops->getpermhwaddr(netdev, perm_addr); in dcbnl_getperm_hwaddr()
291 return nla_put(skb, DCB_ATTR_PERM_HWADDR, sizeof(perm_addr), perm_addr); in dcbnl_getperm_hwaddr()
/linux-4.1.27/net/mac802154/
Diface.c545 ieee802154_le64_to_be64(ndev->perm_addr, in ieee802154_if_add()
553 memcpy(ndev->dev_addr, ndev->perm_addr, in ieee802154_if_add()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbnad.h347 mac_t perm_addr; member
Dbnad.c878 memcpy(netdev->perm_addr, &bnad->perm_addr, netdev->addr_len); in bnad_set_netdev_perm_addr()
880 memcpy(netdev->dev_addr, &bnad->perm_addr, netdev->addr_len); in bnad_set_netdev_perm_addr()
1097 if (is_zero_ether_addr(&bnad->perm_addr.mac[0])) { in bnad_cb_tx_resume()
1098 bna_enet_perm_mac_get(&bnad->bna.enet, &bnad->perm_addr); in bnad_cb_tx_resume()
3745 bna_enet_perm_mac_get(&bna->enet, &bnad->perm_addr); in bnad_pci_probe()
/linux-4.1.27/drivers/s390/net/
Dqeth_l3_sys.c307 memcpy(card->dev->perm_addr, card->options.hsuid, 9); in qeth_l3_dev_hsuid_store()
319 memcpy(card->dev->perm_addr, card->options.hsuid, 9); in qeth_l3_dev_hsuid_store()
Dqeth_l3_main.c3323 memcpy(card->dev->perm_addr, card->options.hsuid, 9); in qeth_l3_setup_netdev()
/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_ib_main.c400 usnic_mac_ip_to_gid(us_ibdev->netdev->perm_addr, in usnic_ib_device_add()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c1932 u8 *perm_addr) in bnx2x_dcbnl_get_perm_hw_addr() argument
1938 memcpy(perm_addr, netdev->dev_addr, netdev->addr_len); in bnx2x_dcbnl_get_perm_hw_addr()
1942 memcpy(perm_addr+netdev->addr_len, bp->fip_mac, in bnx2x_dcbnl_get_perm_hw_addr()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_type.h251 u8 perm_addr[ETH_ALEN]; member
Di40e_common.c615 memcpy(hw->mac.perm_addr, vsi_res->default_mac_addr, in i40e_vf_parse_hw_config()
Di40evf_main.c2147 ether_addr_copy(netdev->perm_addr, adapter->hw.mac.addr); in i40evf_init_task()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dinit.c298 eth_broadcast_addr(adapter->perm_addr); in mwifiex_init_adapter()
Dcfg80211.c2587 memcpy(dev->dev_addr, wiphy->perm_addr, ETH_ALEN); in mwifiex_add_virtual_intf()
3521 ether_addr_copy(wiphy->perm_addr, adapter->perm_addr); in mwifiex_register_cfg80211()
Dmain.c1031 ether_addr_copy(priv->curr_addr, priv->adapter->perm_addr); in mwifiex_init_priv_params()
Dcmdevt.c1577 ether_addr_copy(priv->adapter->perm_addr, hw_spec->permanent_addr); in mwifiex_ret_get_hw_spec()
Dmain.h762 u8 perm_addr[ETH_ALEN]; member
/linux-4.1.27/drivers/net/usb/
Dax88179_178a.c1251 memcpy(dev->net->perm_addr, dev->net->dev_addr, ETH_ALEN); in ax88179_bind()
1555 memcpy(dev->net->perm_addr, dev->net->dev_addr, ETH_ALEN); in ax88179_reset()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dmain.c647 ether_addr_copy(ndev->perm_addr, bl.mac_address); in wil_get_bl_info()
/linux-4.1.27/drivers/net/wireless/orinoco/
Dmain.c2090 err = orinoco_hw_read_card_settings(priv, wiphy->perm_addr); in orinoco_init()
2286 memcpy(dev->dev_addr, wiphy->perm_addr, ETH_ALEN); in orinoco_if_add()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dsiena.c219 rc = efx_mcdi_get_board_cfg(efx, efx->net_dev->perm_addr, NULL, &caps); in siena_probe_nvconfig()
Dfalcon.c2190 ether_addr_copy(efx->net_dev->perm_addr, nvconfig->mac_address[0]); in falcon_probe_nvconfig()
Defx.c1023 ether_addr_copy(efx->net_dev->dev_addr, efx->net_dev->perm_addr); in efx_probe_port()
Def10.c245 rc = efx_ef10_get_mac_address(efx, efx->net_dev->perm_addr); in efx_ef10_probe()
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c2331 memcpy(netdev->perm_addr, netdev->dev_addr, netdev->addr_len); in ixgb_io_slot_reset()
2333 if (!is_valid_ether_addr(netdev->perm_addr)) { in ixgb_io_slot_reset()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c789 memcpy(addr, netdev->perm_addr, netdev->addr_len); in qlcnic_dcb_get_perm_hw_addr()
/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c927 memcpy(ndev->perm_addr, ndev->dev_addr, ndev->addr_len); in xgene_enet_get_resources()
/linux-4.1.27/drivers/net/ethernet/micrel/
Dksz884x.c1294 u8 perm_addr[ETH_ALEN]; member
4069 hw->perm_addr[MAC_ADDR_ORDER(i)] = readb(hw->io + in hw_read_addr()
4073 memcpy(hw->override_addr, hw->perm_addr, ETH_ALEN); in hw_read_addr()
4075 memcpy(hw->perm_addr, DEFAULT_MAC_ADDRESS, ETH_ALEN); in hw_read_addr()
/linux-4.1.27/include/net/
Dmac80211.h2067 memcpy(hw->wiphy->perm_addr, addr, ETH_ALEN); in SET_IEEE80211_PERM_ADDR()
Dcfg80211.h3124 u8 perm_addr[ETH_ALEN]; member
/linux-4.1.27/net/ipv6/
Daddrconf.c1961 memcpy(eui, dev->perm_addr, 3); in addrconf_ifid_ip6tnl()
1962 memcpy(eui + 5, dev->perm_addr + 3, 3); in addrconf_ifid_ip6tnl()
2943 memcpy(data.hwaddr, idev->dev->perm_addr, idev->dev->addr_len); in ipv6_generate_stable_address()
Dip6_tunnel.c1563 eth_random_addr(dev->perm_addr); in ip6_tnl_dev_setup()
/linux-4.1.27/drivers/net/wireless/ath/ar5523/
Dar5523.c1005 ar5523_config_multi(ar, CFG_MAC_ADDR, &ar->hw->wiphy->perm_addr, in ar5523_start()
/linux-4.1.27/net/core/
Dethtool.c1407 if (copy_to_user(useraddr, dev->perm_addr, epaddr.size)) in ethtool_get_perm_addr()
Ddev.c6439 memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len); in register_netdevice()
/linux-4.1.27/drivers/net/ethernet/neterion/
Ds2io.c5265 register u64 mac_addr = 0, perm_addr = 0; in do_s2io_prog_unicast() local
5278 perm_addr <<= 8; in do_s2io_prog_unicast()
5279 perm_addr |= sp->def_mac_addr[0].mac_addr[i]; in do_s2io_prog_unicast()
5283 if (mac_addr == perm_addr) in do_s2io_prog_unicast()
/linux-4.1.27/net/iucv/
Daf_iucv.c741 if (!memcmp(dev->perm_addr, uid, 8)) { in iucv_sock_bind()
/linux-4.1.27/include/linux/
Dnetdevice.h1592 unsigned char perm_addr[MAX_ADDR_LEN]; member
/linux-4.1.27/drivers/net/ethernet/realtek/
Dr8169.c7853 rtl_rar_set(tp, dev->perm_addr); in rtl_shutdown()
7895 rtl_rar_set(tp, dev->perm_addr); in rtl_remove_one()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c3946 memcpy(adapter->netdev->perm_addr, mac, ETH_ALEN); in be_mac_setup()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2100.c1910 memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); in ipw2100_wdev_init()
Dipw2200.c11357 memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); in ipw_wdev_init()