Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134435
b: refs/heads/master
c: d42c6b7
h: refs/heads/master
i:
  134433: bfc5c3b
  134431: 0dea42c
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Feb 11, 2009
1 parent b8ec0b3 commit 9f9e263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 254ad0ff9387d1c0a2f975ff40b2f4d1302ccc3a
refs/heads/master: d42c6b71a8e722e00a302e7e3365909560de478a
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath9k/recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ u32 ath_calcrxfilter(struct ath_softc *sc)
rfilt &= ~ATH9K_RX_FILTER_UCAST;
}

if (sc->rx.rxfilter & FIF_CONTROL)
rfilt |= ATH9K_RX_FILTER_CONTROL;

if (sc->sc_ah->ah_opmode == NL80211_IFTYPE_STATION ||
sc->sc_ah->ah_opmode == NL80211_IFTYPE_ADHOC)
rfilt |= ATH9K_RX_FILTER_BEACON;
Expand Down

0 comments on commit 9f9e263

Please sign in to comment.