Skip to content

Commit

Permalink
iwlwifi: fix rate scale TLC column selection bug
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guy Cohen authored and John W. Linville committed May 28, 2008
1 parent 47cfd46 commit 135a548
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/iwlwifi/iwl-4965-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 135a548

Please sign in to comment.