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:
Howard Harte
2010-07-21 14:41:07 -07:00
committed by Colin Cross
parent a231637f32
commit 29b41d7cc4

View File

@@ -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 */