]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commit25be862370031056989ee76e3c48c3ac8ff67fd4
tree50e81ac27dfb5422cf24e4902d7725e8c0d6cc0f
parent72b34f04e0b00956dd679ae18bf2163669df8b56
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