Searched refs:reg_fdev (Results 1 – 1 of 1) sorted by relevance
| /linux/net/wireless/ |
| H A D | reg.c | 97 static struct faux_device *reg_fdev; 574 ret = kobject_uevent_env(®_fdev->dev.kobj, KOBJ_CHANGE, env); in call_crda() 770 if (request_firmware(&sig, "regulatory.db.p7s", ®_fdev->dev)) in load_builtin_regdb_keys() 1051 ®_fdev->dev, GFP_KERNEL, in query_regdb_file() 1067 err = request_firmware(&fw, "regulatory.db", ®_fdev->dev); in query_regdb_file() 4288 if (!reg_fdev) in regulatory_init_db() 4293 faux_device_destroy(reg_fdev); in regulatory_init_db() 4301 faux_device_destroy(reg_fdev); in regulatory_init_db() 4330 reg_fdev = faux_device_create("regulatory", NULL, NULL); in regulatory_init() 4331 if (!reg_fdev) in regulatory_init() 108 static struct faux_device *reg_fdev; global() variable [all...] |