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
1 changed files with 0 additions and 1 deletions
|
@ -1162,7 +1162,6 @@ static s32 rs_get_best_rate(struct iwl_priv *priv,
|
|||
|
||||
/* Higher rate not available, use the original */
|
||||
} else {
|
||||
new_rate = rate;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue