OpenCloudOS-Kernel/drivers/net/ethernet/broadcom/bnxt
Dan Carpenter 09a7636a5b bnxt: fix a condition
This code generates as static checker warning because htons(ETH_P_IPV6)
is always true.  From the context it looks like the && was intended to
be !=.

Fixes: 94758f8de0 ('bnxt_en: Add GRO logic for BCM5731X chips.')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-07-09 00:02:08 -04:00
..
Makefile bnxt_en: New Broadcom ethernet driver. 2015-10-22 19:30:33 -07:00
bnxt.c bnxt: fix a condition 2016-07-09 00:02:08 -04:00
bnxt.h bnxt_en: Allow statistics DMA to be configurable using ethtool -C. 2016-07-02 14:52:36 -04:00
bnxt_ethtool.c bnxt_en: Allow statistics DMA to be configurable using ethtool -C. 2016-07-02 14:52:36 -04:00
bnxt_ethtool.h bnxt_en: Add EEE setup code. 2016-04-05 16:20:46 -04:00
bnxt_fw_hdr.h bnxt_en: Add support for firmware updates for additional processors. 2016-07-02 14:52:36 -04:00
bnxt_hsi.h bnxt_en: Update firmware spec. to 1.3.0. 2016-07-02 14:52:35 -04:00
bnxt_nvm_defs.h bnxt_en: Add support for updating flash more securely 2016-07-02 14:52:35 -04:00
bnxt_sriov.c bnxt_en: Add function for VF driver to query default VLAN. 2016-06-14 19:16:13 -04:00
bnxt_sriov.h bnxt_en: Call firmware to approve VF MAC address change. 2016-04-11 14:58:45 -04:00