Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150379
b: refs/heads/master
c: d8959fb
h: refs/heads/master
i:
  150377: 55b40c0
  150375: 08349cf
v: v3
  • Loading branch information
Jouni Malinen authored and John W. Linville committed May 20, 2009
1 parent f49c1b2 commit bc272c4
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: 92778180f7fca7f7797de8020900a7fea175f7e3
refs/heads/master: d8959fbfbad5f75c7df673aaf5112ba5e405ad34
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ int ath_rx_tasklet(struct ath_softc *sc, int flush)
}

/* Send the frame to mac80211 */
if (hdr->addr1[5] & 0x01) {
if (is_multicast_ether_addr(hdr->addr1)) {
int i;
/*
* Deliver broadcast/multicast frames to all suitable
Expand Down

0 comments on commit bc272c4

Please sign in to comment.