net/bnxt: fix broadcast/multicast Rx
authorAjit Khaparde <ajit.khaparde@broadcom.com>
Mon, 4 Jul 2016 18:52:04 +0000 (13:52 -0500)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 8 Jul 2016 20:50:41 +0000 (22:50 +0200)
commit0bd7e8d5dca34c8edda5c10c7885acd077a97d24
treef576970e92f4ce30c2c4cc4778a9ab0c91ebf164
parent0e72dbf2d338df917ab74ad58bf1fceb901865a3
net/bnxt: fix broadcast/multicast Rx

Currently we are wrongly setting HWRM_CFA_L2_SET_RX_MASK_INPUT_MASK_MCAST
flag in bnxt_hwrm_cfa_l2_set_rx_mask() which is preventing promiscuous
and multicast promiscuous settings from working correctly.
This patch fixes it.

Fixes: 244bc98b0da7 ("net/bnxt: set L2 Rx mask")

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/bnxt_hwrm.c