Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Dcmd.c17 struct wl1271_ext_radio_parms_cmd *ext_radio_parms; in wl1271_cmd_ext_radio_parms() local
25 ext_radio_parms = kzalloc(sizeof(*ext_radio_parms), GFP_KERNEL); in wl1271_cmd_ext_radio_parms()
26 if (!ext_radio_parms) in wl1271_cmd_ext_radio_parms()
29 ext_radio_parms->test.id = TEST_CMD_INI_FILE_RF_EXTENDED_PARAM; in wl1271_cmd_ext_radio_parms()
31 memcpy(ext_radio_parms->tx_per_channel_power_compensation_2, in wl1271_cmd_ext_radio_parms()
34 memcpy(ext_radio_parms->tx_per_channel_power_compensation_5, in wl1271_cmd_ext_radio_parms()
39 ext_radio_parms, sizeof(*ext_radio_parms)); in wl1271_cmd_ext_radio_parms()
41 ret = wl1271_cmd_test(wl, ext_radio_parms, sizeof(*ext_radio_parms), 0); in wl1271_cmd_ext_radio_parms()
45 kfree(ext_radio_parms); in wl1271_cmd_ext_radio_parms()