Lines Matching refs:wl_suspend
3109 dhd_conf_set_wl_cmd(dhd, conf->wl_suspend, FALSE); in dhd_conf_set_suspend_resume()
4423 if (conf->wl_suspend) { in dhd_conf_read_others()
4424 kfree(conf->wl_suspend); in dhd_conf_read_others()
4425 conf->wl_suspend = NULL; in dhd_conf_read_others()
4427 if (!(conf->wl_suspend = kmalloc(strlen(data)+1, GFP_KERNEL))) { in dhd_conf_read_others()
4430 memset(conf->wl_suspend, 0, strlen(data)+1); in dhd_conf_read_others()
4431 strcpy(conf->wl_suspend, data); in dhd_conf_read_others()
4432 CONFIG_MSG("wl_suspend = %s\n", conf->wl_suspend); in dhd_conf_read_others()
5038 if (conf->wl_suspend) { in dhd_conf_free_preinit()
5039 kfree(conf->wl_suspend); in dhd_conf_free_preinit()
5040 conf->wl_suspend = NULL; in dhd_conf_free_preinit()