mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-03 11:13:56 +08:00
iwlwifi: fix rate scale TLC column selection bug
This patch fixes a case that a wrong maximal rate is selected when searching for better configurations. Signed-off-by: Guy Cohen <guy.cohen@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
47cfd46396
commit
135a5484c3
@ -1162,7 +1162,6 @@ static s32 rs_get_best_rate(struct iwl_priv *priv,
|
|||||||
|
|
||||||
/* Higher rate not available, use the original */
|
/* Higher rate not available, use the original */
|
||||||
} else {
|
} else {
|
||||||
new_rate = rate;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user