net: wireless: bcm4329: Fix packet filter to only filter out non-unicast frames
authorHoward Harte <hharte@broadcom.com>
Wed, 21 Jul 2010 21:41:07 +0000 (14:41 -0700)
committerColin 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

index fc24b852cd0256cbeb05d9863d9072b554366e58..48c2ef777b136d155bff4ccbafc97e4ee0d5580b 100644 (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 */