Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c6901 struct libipw_qos_parameters *active_one = NULL; in ipw_qos_activate() local
6909 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_CCK]); in ipw_qos_activate()
6910 memcpy(active_one, priv->qos_data.def_qos_parm_CCK, size); in ipw_qos_activate()
6911 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_OFDM]); in ipw_qos_activate()
6912 memcpy(active_one, priv->qos_data.def_qos_parm_OFDM, size); in ipw_qos_activate()
6917 active_one = &def_parameters_CCK; in ipw_qos_activate()
6919 active_one = &def_parameters_OFDM; in ipw_qos_activate()
6921 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size); in ipw_qos_activate()
6931 active_one = &def_parameters_CCK; in ipw_qos_activate()
6933 active_one = priv->qos_data.def_qos_parm_CCK; in ipw_qos_activate()
[all …]