Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134882
b: refs/heads/master
c: e05eac3
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Feb 27, 2009
1 parent 7689719 commit 88c789f
Show file tree
Hide file tree
Showing 2 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: c3d72b968129ad4aec86c5fc8d2380f01ebebc53
refs/heads/master: e05eac37946a51efcedcc1b9cddb10af15628902
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/p54/p54common.c
Original file line number Diff line number Diff line change
Expand Up @@ -2212,8 +2212,8 @@ static void p54_configure_filter(struct ieee80211_hw *dev,

*total_flags &= FIF_PROMISC_IN_BSS |
FIF_OTHER_BSS |
(*total_flags & FIF_PROMISC_IN_BSS) ?
FIF_FCSFAIL : 0;
(*total_flags & FIF_PROMISC_IN_BSS ?
FIF_FCSFAIL : 0);

priv->filter_flags = *total_flags;

Expand Down

0 comments on commit 88c789f

Please sign in to comment.