Lines Matching refs:dhdif
3639 dhd_if_t *dhdif; in dhd_set_mac_address() local
3649 dhdif = dhd_get_ifp_by_ndev(dhdp, dev); in dhd_set_mac_address()
3650 if (!dhdif) { in dhd_set_mac_address()
3653 ifidx = dhdif->idx; in dhd_set_mac_address()
3655 memcpy(dhdif->mac_addr, sa->sa_data, ETHER_ADDR_LEN); in dhd_set_mac_address()
3656 dhdif->set_macaddress = TRUE; in dhd_set_mac_address()
3659 WL_MSG(dev->name, "macaddr = %pM\n", dhdif->mac_addr); in dhd_set_mac_address()
3673 dev_addr_set(dev, dhdif->mac_addr); in dhd_set_mac_address()
3684 wl_cfg80211_handle_macaddr_change(dev, dhdif->mac_addr); in dhd_set_mac_address()
3685 return _dhd_set_mac_address(dhd, ifidx, dhdif->mac_addr, TRUE); in dhd_set_mac_address()
3689 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)dhdif, DHD_WQ_WORK_SET_MAC, in dhd_set_mac_address()