Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167511
b: refs/heads/master
c: 886e71d
h: refs/heads/master
i:
  167509: 4aad5d2
  167507: 3972ef3
  167503: 3df0c96
v: v3
  • Loading branch information
Reinette Chatre authored and John W. Linville committed Oct 7, 2009
1 parent 6007d14 commit 8dc7492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9024adf5c81c94f7b5c6fd26942b075e2a26e085
refs/heads/master: 886e71de1f889adadb1065b1a83b0e64625fb716
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ static void iwl5000_gain_computation(struct iwl_priv *priv,
(s32)average_noise[i])) / 1500;
/* bound gain by 2 bits value max, 3rd bit is sign */
data->delta_gain_code[i] =
min(abs(delta_g), CHAIN_NOISE_MAX_DELTA_GAIN_CODE);
min(abs(delta_g), (long) CHAIN_NOISE_MAX_DELTA_GAIN_CODE);

if (delta_g < 0)
/* set negative sign */
Expand Down

0 comments on commit 8dc7492

Please sign in to comment.