Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ti/wl12xx/
Dcmd.c51 struct wl1271_general_parms_cmd *gen_parms; in wl1271_cmd_general_parms() local
66 gen_parms = kzalloc(sizeof(*gen_parms), GFP_KERNEL); in wl1271_cmd_general_parms()
67 if (!gen_parms) in wl1271_cmd_general_parms()
70 gen_parms->test.id = TEST_CMD_INI_FILE_GENERAL_PARAM; in wl1271_cmd_general_parms()
72 memcpy(&gen_parms->general_params, gp, sizeof(*gp)); in wl1271_cmd_general_parms()
76 gen_parms->general_params.tx_bip_fem_auto_detect = true; in wl1271_cmd_general_parms()
78 if (gen_parms->general_params.tx_bip_fem_auto_detect) in wl1271_cmd_general_parms()
82 gen_parms->general_params.ref_clock = priv->ref_clock; in wl1271_cmd_general_parms()
84 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl1271_cmd_general_parms()
91 gen_parms->general_params.tx_bip_fem_manufacturer; in wl1271_cmd_general_parms()
[all …]