projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a231637
)
net: wireless: bcm4329: Fix packet filter to only filter out non-unicast frames
author
Howard Harte
<hharte@broadcom.com>
Wed, 21 Jul 2010 21:41:07 +0000
(14:41 -0700)
committer
Colin Cross
<ccross@android.com>
Thu, 30 Sep 2010 00:49:41 +0000
(17:49 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcm4329/dhd_linux.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/bcm4329/dhd_linux.c
b/drivers/net/wireless/bcm4329/dhd_linux.c
index fc24b852cd0256cbeb05d9863d9072b554366e58..48c2ef777b136d155bff4ccbafc97e4ee0d5580b 100644
(file)
--- a/
drivers/net/wireless/bcm4329/dhd_linux.c
+++ b/
drivers/net/wireless/bcm4329/dhd_linux.c
@@
-2159,7
+2159,7
@@
dhd_bus_start(dhd_pub_t *dhdp)
dhdp->pktfilter_count = 1;
/* Setup filter to allow only unicast */
- dhdp->pktfilter[0] = "100 0 0 0 0x
ff
0x00";
+ dhdp->pktfilter[0] = "100 0 0 0 0x
01
0x00";
#endif /* EMBEDDED_PLATFORM */
/* Bus is ready, do any protocol initialization */