Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dcmd.c191 struct wl1271_ext_radio_parms_cmd *ext_radio_parms; in wl1271_cmd_ext_radio_parms() local
198 ext_radio_parms = kzalloc(sizeof(*ext_radio_parms), GFP_KERNEL); in wl1271_cmd_ext_radio_parms()
199 if (!ext_radio_parms) in wl1271_cmd_ext_radio_parms()
202 ext_radio_parms->test.id = TEST_CMD_INI_FILE_RF_EXTENDED_PARAM; in wl1271_cmd_ext_radio_parms()
204 memcpy(ext_radio_parms->tx_per_channel_power_compensation_2, in wl1271_cmd_ext_radio_parms()
207 memcpy(ext_radio_parms->tx_per_channel_power_compensation_5, in wl1271_cmd_ext_radio_parms()
212 ext_radio_parms, sizeof(*ext_radio_parms)); in wl1271_cmd_ext_radio_parms()
214 ret = wl1271_cmd_test(wl, ext_radio_parms, sizeof(*ext_radio_parms), 0); in wl1271_cmd_ext_radio_parms()
218 kfree(ext_radio_parms); in wl1271_cmd_ext_radio_parms()