Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81819
b: refs/heads/master
c: d986bcd
h: refs/heads/master
i:
  81817: 5ffe81c
  81815: fd1ff85
v: v3
  • Loading branch information
Maarten Lankhorst authored and David S. Miller committed Feb 1, 2008
1 parent 19ea157 commit b9a34fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 4fcc54707e51daf68dac995a4c632e5b21454b02
refs/heads/master: d986bcd1ca76e033543a97f8a3ff806530b1c805
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -7120,7 +7120,7 @@ static void iwl3945_config_ap(struct iwl3945_priv *priv)
{
int rc = 0;

if (priv->status & STATUS_EXIT_PENDING)
if (test_bit(STATUS_EXIT_PENDING, &priv->status))
return;

/* The following should be done only at AP bring up */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -7580,7 +7580,7 @@ static void iwl4965_config_ap(struct iwl4965_priv *priv)
{
int rc = 0;

if (priv->status & STATUS_EXIT_PENDING)
if (test_bit(STATUS_EXIT_PENDING, &priv->status))
return;

/* The following should be done only at AP bring up */
Expand Down

0 comments on commit b9a34fe

Please sign in to comment.