From: David Miller <da...@davemloft.net> Date: Mon, 21 May 2018 12:21:04 -0400 (EDT)
> From: Ganesh Goudar <ganes...@chelsio.com> > Date: Mon, 21 May 2018 14:45:43 +0530 > >> trigger an L1 configure operation when a transceiver module >> is inserted in order to cause current "sticky" options like >> Requested Forward Error Correction to be reapplied. >> >> Signed-off-by: Casey Leedom <lee...@chelsio.com> >> Signed-off-by: Ganesh Goudar <ganes...@chelsio.com> > > Applied, although: Actually I had to revert, this doesn't even compile: drivers/scsi/csiostor/csio_hw.c: In function ‘fwcaps16_to_caps32’: drivers/scsi/csiostor/csio_hw.c:1490:17: error: ‘FW_PORT_CAP_MDIX’ undeclared (first use in this function); did you mean ‘FW_PORT_CAP_MDI_S’? if (caps16 & FW_PORT_CAP_##__cap) \ ^