Searched refs:ext_radio_parms (Results 1 – 1 of 1) sorted by relevance
31 struct wl1271_ext_radio_parms_cmd *ext_radio_parms; in wl1271_cmd_ext_radio_parms() local39 ext_radio_parms = kzalloc(sizeof(*ext_radio_parms), GFP_KERNEL); in wl1271_cmd_ext_radio_parms()40 if (!ext_radio_parms) in wl1271_cmd_ext_radio_parms()43 ext_radio_parms->test.id = TEST_CMD_INI_FILE_RF_EXTENDED_PARAM; in wl1271_cmd_ext_radio_parms()45 memcpy(ext_radio_parms->tx_per_channel_power_compensation_2, in wl1271_cmd_ext_radio_parms()48 memcpy(ext_radio_parms->tx_per_channel_power_compensation_5, in wl1271_cmd_ext_radio_parms()53 ext_radio_parms, sizeof(*ext_radio_parms)); in wl1271_cmd_ext_radio_parms()55 ret = wl1271_cmd_test(wl, ext_radio_parms, sizeof(*ext_radio_parms), 0); in wl1271_cmd_ext_radio_parms()59 kfree(ext_radio_parms); in wl1271_cmd_ext_radio_parms()