From: Mark Einon Date: Thu, 11 Sep 2014 21:59:45 +0000 (+0100) Subject: staging: et131x: Simplify code in nic_rx_pkts() for multicast_pkts_rcvd X-Git-Tag: fixes-for-v3.18-merge-window~15^2~403 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8019f2e2aa76658890dcca0cdff56a78959e3c57;p=pandora-kernel.git staging: et131x: Simplify code in nic_rx_pkts() for multicast_pkts_rcvd In nic_rx_pkts(), we check that a multicast packet received (when using a multicast list) is one that was requested - despite setting the list up with the hardware. We shouldn't expect to get a mc packet we didn't ask for, so remove these extra checks. This also means that the surrounding code can be tiedied up a little. Tested somewhat with omping, with no adverse effects seen. Also remove this item from the TODO list. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed