Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118321
b: refs/heads/master
c: 0632790
h: refs/heads/master
i:
  118319: f105cb1
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Oct 29, 2008
1 parent 3e5a77b commit fa3711e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 7d19267b8d1e12c0baebf9be96e04cddffe63f67
refs/heads/master: 063279062a8c530cc90fb77797db16c49c905b26
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2942,10 +2942,8 @@ static void ath5k_configure_filter(struct ieee80211_hw *hw,
sc->opmode != NL80211_IFTYPE_MESH_POINT &&
test_bit(ATH_STAT_PROMISC, sc->status))
rfilt |= AR5K_RX_FILTER_PROM;
if (sc->opmode == NL80211_IFTYPE_STATION ||
sc->opmode == NL80211_IFTYPE_ADHOC) {
if (sc->opmode == NL80211_IFTYPE_ADHOC)
rfilt |= AR5K_RX_FILTER_BEACON;
}

/* Set filters */
ath5k_hw_set_rx_filter(ah,rfilt);
Expand Down

0 comments on commit fa3711e

Please sign in to comment.