Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3322b30 authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville
Browse files

iwlagn: remove un-necessary step



No need to copy twice.

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d36120c6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2666,8 +2666,7 @@ lq_update:

out:
	tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, index, is_green);
	i = index;
	lq_sta->last_txrate_idx = i;
	lq_sta->last_txrate_idx = index;
}

/**