mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 12:25:31 +00:00
iwlagn: remove un-necessary step
No need to copy twice. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d36120c625
commit
c3322b30fe
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user