Re: [PATCH net-next v2 06/11] net: dsa: bcm_sf2: remove unneeded supported flags

2017-08-01 Thread Florian Fainelli
On 08/01/2017 01:32 PM, Vivien Didelot wrote: > The SF2 driver is masking the supported bitfield of its private copy of > the ports' ethtool_eee structures. It is used nowhere, thus remove it. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next v2 06/11] net: dsa: bcm_sf2: remove unneeded supported flags

2017-08-01 Thread Vivien Didelot
The SF2 driver is masking the supported bitfield of its private copy of the ports' ethtool_eee structures. It is used nowhere, thus remove it. Signed-off-by: Vivien Didelot --- drivers/net/dsa/bcm_sf2.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/dsa/bcm_sf2.c b/drivers/ne