mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
net: wireless: bcm4329: Fix packet filter to only filter out non-unicast frames
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
a231637f32
commit
29b41d7cc4
@@ -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 0xff 0x00";
|
||||
dhdp->pktfilter[0] = "100 0 0 0 0x01 0x00";
|
||||
#endif /* EMBEDDED_PLATFORM */
|
||||
|
||||
/* Bus is ready, do any protocol initialization */
|
||||
|
||||
Reference in New Issue
Block a user