Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377389
b: refs/heads/master
c: b28b6df
h: refs/heads/master
i:
  377387: d529ed0
v: v3
  • Loading branch information
Nikolay Martynov authored and Johannes Berg committed Jun 4, 2013
1 parent bd5a8d2 commit b08f350
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: 8edf3fd6eb0649b0f19363baf23bca39c6fbdba4
refs/heads/master: b28b6dfe580ab1ab8bf08b908fd69e299b877103
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/dvm/rxon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ static void iwlagn_chain_noise_reset(struct iwl_priv *priv)
struct iwl_chain_noise_data *data = &priv->chain_noise_data;
int ret;

if (!(priv->calib_disabled & IWL_CHAIN_NOISE_CALIB_DISABLED))
if (priv->calib_disabled & IWL_CHAIN_NOISE_CALIB_DISABLED)
return;

if ((data->state == IWL_CHAIN_NOISE_ALIVE) &&
Expand Down

0 comments on commit b08f350

Please sign in to comment.