| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 3630 dhd_if_t *dhdif; in dhd_set_mac_address() local 3640 dhdif = dhd_get_ifp_by_ndev(dhdp, dev); in dhd_set_mac_address() 3641 if (!dhdif) { in dhd_set_mac_address() 3644 ifidx = dhdif->idx; in dhd_set_mac_address() 3646 memcpy(dhdif->mac_addr, sa->sa_data, ETHER_ADDR_LEN); in dhd_set_mac_address() 3647 dhdif->set_macaddress = TRUE; in dhd_set_mac_address() 3650 WL_MSG(dev->name, "macaddr = %pM\n", dhdif->mac_addr); in dhd_set_mac_address() 3664 dev_addr_set(dev, dhdif->mac_addr); in dhd_set_mac_address() 3675 wl_cfg80211_handle_macaddr_change(dev, dhdif->mac_addr); in dhd_set_mac_address() 3676 return _dhd_set_mac_address(dhd, ifidx, dhdif->mac_addr, TRUE); in dhd_set_mac_address() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.c | 3104 dhd_if_t *dhdif; local 3110 dhdif = dhd->iflist[ifidx]; 3113 memcpy(dhdif->mac_addr, sa->sa_data, ETHER_ADDR_LEN); 3114 dhdif->set_macaddress = TRUE; 3118 ret = _dhd_set_mac_address(dhd, ifidx, dhdif->mac_addr); 3119 dhdif->set_macaddress = FALSE; 3121 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)dhdif, DHD_WQ_WORK_SET_MAC,
|
| H A D | dhd.h | 824 #define DHDIF_FWDER(dhdif) FALSE argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.c | 3118 dhd_if_t *dhdif; local 3124 dhdif = dhd->iflist[ifidx]; 3127 memcpy(dhdif->mac_addr, sa->sa_data, ETHER_ADDR_LEN); 3128 dhdif->set_macaddress = TRUE; 3132 ret = _dhd_set_mac_address(dhd, ifidx, dhdif->mac_addr); 3133 dhdif->set_macaddress = FALSE; 3135 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)dhdif, DHD_WQ_WORK_SET_MAC,
|
| H A D | dhd.h | 824 #define DHDIF_FWDER(dhdif) FALSE argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.c | 3104 dhd_if_t *dhdif; local 3110 dhdif = dhd->iflist[ifidx]; 3113 memcpy(dhdif->mac_addr, sa->sa_data, ETHER_ADDR_LEN); 3114 dhdif->set_macaddress = TRUE; 3118 ret = _dhd_set_mac_address(dhd, ifidx, dhdif->mac_addr); 3119 dhdif->set_macaddress = FALSE; 3121 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)dhdif, DHD_WQ_WORK_SET_MAC,
|
| H A D | dhd.h | 824 #define DHDIF_FWDER(dhdif) FALSE argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 928 #define DHDIF_FWDER(dhdif) FALSE argument 4571 dhd_if_t *dhdif; in dhd_set_mac_address() local 4577 dhdif = dhd->iflist[ifidx]; in dhd_set_mac_address() 4580 memcpy(dhdif->mac_addr, sa->sa_data, ETHER_ADDR_LEN); in dhd_set_mac_address() 4581 dhdif->set_macaddress = TRUE; in dhd_set_mac_address() 4583 dhd_deferred_schedule_work(dhd->dhd_deferred_wq, (void *)dhdif, DHD_WQ_WORK_SET_MAC, in dhd_set_mac_address()
|