OSDN Git Service

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)
committerArve Hjønnevåg <arve@android.com>
Thu, 22 Jul 2010 23:05:09 +0000 (16:05 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcm4329/dhd_linux.c

index fc24b85..48c2ef7 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 */