Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet
Michal Schmidt a8e0c246da bnx2x: fix encapsulation features on 57710/57711
E1x chips (57710, 57711(E)) have no support for encapsulation
offload. bnx2x incorrectly advertises the support as available.

Setting of those features is conditional on "!CHIP_IS_E1x(bp)", but
the bp struct is not initialized yet at this point and consequently
any chip passes the check.
The check must use the "chip_is_e1x" local variable instead to work
correctly.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-16 17:05:48 -04:00
..
2015-03-10 13:42:00 -04:00
2015-03-13 12:43:25 -04:00
2015-02-26 04:54:03 -08:00
2014-12-30 18:34:23 -05:00
2015-02-05 16:07:06 -08:00
2014-11-11 18:12:32 -05:00
2015-01-11 21:44:55 -05:00
2014-12-22 16:29:03 -05:00
2014-12-22 16:29:03 -05:00