Home
last modified time | relevance | path

Searched refs:fw_by_mac (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.c271 mac_list = dhd->conf->fw_by_mac.m_mac_list_head; in dhd_conf_set_fw_name_by_mac()
272 fw_num = dhd->conf->fw_by_mac.count; in dhd_conf_set_fw_name_by_mac()
2346 dhd_conf_free_mac_list(&conf->fw_by_mac); in dhd_conf_read_fw_by_mac()
2349 conf->fw_by_mac.count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_fw_by_mac()
2350 if (!(mac_list = kmalloc(sizeof(wl_mac_list_t)*conf->fw_by_mac.count, in dhd_conf_read_fw_by_mac()
2352 conf->fw_by_mac.count = 0; in dhd_conf_read_fw_by_mac()
2355 CONFIG_MSG("fw_count=%d\n", conf->fw_by_mac.count); in dhd_conf_read_fw_by_mac()
2356 conf->fw_by_mac.m_mac_list_head = mac_list; in dhd_conf_read_fw_by_mac()
2357 for (i=0; i<conf->fw_by_mac.count; i++) { in dhd_conf_read_fw_by_mac()
3584 dhd_conf_free_mac_list(&conf->fw_by_mac); in dhd_conf_preinit()
[all …]
H A Ddhd_config.h170 wl_mac_list_ctrl_t fw_by_mac; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.c369 mac_list = dhd->conf->fw_by_mac.m_mac_list_head; in dhd_conf_set_fw_name_by_mac()
370 fw_num = dhd->conf->fw_by_mac.count; in dhd_conf_set_fw_name_by_mac()
3329 dhd_conf_free_mac_list(&conf->fw_by_mac); in dhd_conf_read_fw_by_mac()
3332 conf->fw_by_mac.count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_fw_by_mac()
3333 if (!(mac_list = kmalloc(sizeof(wl_mac_list_t)*conf->fw_by_mac.count, in dhd_conf_read_fw_by_mac()
3335 conf->fw_by_mac.count = 0; in dhd_conf_read_fw_by_mac()
3338 CONFIG_MSG("fw_count=%d\n", conf->fw_by_mac.count); in dhd_conf_read_fw_by_mac()
3339 conf->fw_by_mac.m_mac_list_head = mac_list; in dhd_conf_read_fw_by_mac()
3340 for (i=0; i<conf->fw_by_mac.count; i++) { in dhd_conf_read_fw_by_mac()
4847 dhd_conf_free_mac_list(&conf->fw_by_mac); in dhd_conf_preinit()
[all …]
H A Ddhd_config.h216 wl_mac_list_ctrl_t fw_by_mac; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h216 wl_mac_list_ctrl_t fw_by_mac; member
H A Ddhd_config.c457 mac_list = dhd->conf->fw_by_mac.m_mac_list_head; in dhd_conf_set_fw_name_by_mac()
458 fw_num = dhd->conf->fw_by_mac.count; in dhd_conf_set_fw_name_by_mac()
3447 dhd_conf_free_mac_list(&conf->fw_by_mac); in dhd_conf_read_fw_by_mac()
3450 conf->fw_by_mac.count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_fw_by_mac()
3451 if (!(mac_list = kmalloc(sizeof(wl_mac_list_t)*conf->fw_by_mac.count, in dhd_conf_read_fw_by_mac()
3453 conf->fw_by_mac.count = 0; in dhd_conf_read_fw_by_mac()
3456 CONFIG_MSG("fw_count=%d\n", conf->fw_by_mac.count); in dhd_conf_read_fw_by_mac()
3457 conf->fw_by_mac.m_mac_list_head = mac_list; in dhd_conf_read_fw_by_mac()
3458 for (i=0; i<conf->fw_by_mac.count; i++) { in dhd_conf_read_fw_by_mac()
5022 dhd_conf_free_mac_list(&conf->fw_by_mac); in dhd_conf_free_preinit()