Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/iwmc3200wifi/
Dcommands.c205 struct iwm_lmac_cal_cfg_cmd cal_cfg_cmd; in iwm_send_init_calib_cfg() local
207 memset(&cal_cfg_cmd, 0, sizeof(struct iwm_lmac_cal_cfg_cmd)); in iwm_send_init_calib_cfg()
209 cal_cfg_cmd.ucode_cfg.init.enable = cpu_to_le32(calib_requested); in iwm_send_init_calib_cfg()
210 cal_cfg_cmd.ucode_cfg.init.start = cpu_to_le32(calib_requested); in iwm_send_init_calib_cfg()
211 cal_cfg_cmd.ucode_cfg.init.send_res = cpu_to_le32(calib_requested); in iwm_send_init_calib_cfg()
212 cal_cfg_cmd.ucode_cfg.flags = in iwm_send_init_calib_cfg()
215 return iwm_send_lmac_ptrough_cmd(iwm, CALIBRATION_CFG_CMD, &cal_cfg_cmd, in iwm_send_init_calib_cfg()
221 struct iwm_lmac_cal_cfg_cmd cal_cfg_cmd; in iwm_send_periodic_calib_cfg() local
223 memset(&cal_cfg_cmd, 0, sizeof(struct iwm_lmac_cal_cfg_cmd)); in iwm_send_periodic_calib_cfg()
225 cal_cfg_cmd.ucode_cfg.periodic.enable = cpu_to_le32(calib_requested); in iwm_send_periodic_calib_cfg()
[all …]