mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
qlge: Add handler for DCBX firmware event.
The driver has nothing to do, but this marker prevents the event from showing up 'not handled'. Signed-off-by: Ron Mercer <ron.mercer@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bc9167f39f
commit
91ced682f9
@ -446,6 +446,9 @@ static int ql_mpi_handler(struct ql_adapter *qdev, struct mbox_params *mbcp)
|
|||||||
ql_aen_lost(qdev, mbcp);
|
ql_aen_lost(qdev, mbcp);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case AEN_DCBX_CHG:
|
||||||
|
/* Need to support AEN 8110 */
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
QPRINTK(qdev, DRV, ERR,
|
QPRINTK(qdev, DRV, ERR,
|
||||||
"Unsupported AE %.08x.\n", mbcp->mbox_out[0]);
|
"Unsupported AE %.08x.\n", mbcp->mbox_out[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user