]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 7 Jul 2016 00:37:15 +0000 (17:37 -0700)
commit30f81e7848ee9e5182151fd27d55b9594914052e
tree455a74f06ef0e42b52177dbd29f0a4755191a128
parent294152a6f948187a9831f183b2cd1e2a8c8b73e9
bnxt_en: Set async event bits when registering with the firmware.

Orabug: 23221795

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>
(cherry picked from commit 25be862370031056989ee76e3c48c3ac8ff67fd4)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/broadcom/bnxt/bnxt.c