Re: [PATCH net] cxgb4: avoid disabling FEC by default

2017-05-08 Thread David Miller
From: Ganesh Goudar Date: Sat, 6 May 2017 14:25:06 +0530 > Recent Chelsio firmware started using few port capablity bits to > manage FEC and as driver was not aware of FEC changes those bits > were zeroed, consequently disabling FEC. > > Avoid zeroing those bits and default to whatever the firm

[PATCH net] cxgb4: avoid disabling FEC by default

2017-05-06 Thread Ganesh Goudar
Recent Chelsio firmware started using few port capablity bits to manage FEC and as driver was not aware of FEC changes those bits were zeroed, consequently disabling FEC. Avoid zeroing those bits and default to whatever the firmware tells us the Link is currently advertising. Signed-off-by: Ganes