]> git.baikalelectronics.ru Git - kernel.git/commit
bnxt_en: Set async event bits when registering with the firmware.
authorMichael Chan <michael.chan@broadcom.com>
Tue, 5 Apr 2016 18:09:00 +0000 (14:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Apr 2016 20:20:47 +0000 (16:20 -0400)
commit6c3e69e3bf8a3bdf1c6f3d3729f8dd8ee04027b6
tree50e81ac27dfb5422cf24e4902d7725e8c0d6cc0f
parent5031bc54d03136bb53894940467fa8eeef77277c
bnxt_en: Set async event bits when registering with the firmware.

Currently, the driver only sets bit 0 of the async_event_fwd fields.
To be compatible with the latest spec, we need to set the
appropriate event bits handled by the driver.  We should be handling
link change and PF driver unload events, so these 2 bits should be
set.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c