mirror of https://gitee.com/openkylin/linux.git
iwlwifi: add frame count limit to link quality command
This patch adds frame count limit to link quality host command. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
30e553e3ea
commit
5e1dd8dc19
|
@ -2444,6 +2444,7 @@ static void rs_fill_link_cmd(const struct iwl_priv *priv,
|
|||
repeat_rate--;
|
||||
}
|
||||
|
||||
lq_cmd->agg_params.agg_frame_cnt_limit = 64;
|
||||
lq_cmd->agg_params.agg_dis_start_th = 3;
|
||||
lq_cmd->agg_params.agg_time_limit = cpu_to_le16(4000);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue