dm9601: fix IFF_ALLMULTI handling
authorPeter Korsgaard <[email protected]>
Mon, 30 Sep 2013 21:28:20 +0000 (23:28 +0200)
committerDavid S. Miller <[email protected]>
Mon, 30 Sep 2013 23:48:59 +0000 (19:48 -0400)
commitbf0ea6380724beb64f27a722dfc4b0edabff816e
tree088a9f9d742b5b42f4ed662f5492f6a9ada7bfeb
parent8d34ce10c59b40e0ce2685341c4e93416f505e45
dm9601: fix IFF_ALLMULTI handling

Pass-all-multicast is controlled by bit 3 in RX control, not bit 2
(pass undersized frames).

Reported-by: Joseph Chang <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/usb/dm9601.c