Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172238
b: refs/heads/master
c: 1f351e3
h: refs/heads/master
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Dec 4, 2009
1 parent e8624f8 commit 076edd0
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: a5186e997524578b4ba91390ad947c767450dac8
refs/heads/master: 1f351e3840dcf25aaddec2d908c3ab06ae105ee6
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -4806,7 +4806,7 @@ static int airo_config_commit(struct net_device *dev,

static inline int sniffing_mode(struct airo_info *ai)
{
return le16_to_cpu(ai->config.rmode & RXMODE_MASK) >=
return (le16_to_cpu(ai->config.rmode) & le16_to_cpu(RXMODE_MASK)) >=
le16_to_cpu(RXMODE_RFMON);
}

Expand Down

0 comments on commit 076edd0

Please sign in to comment.