Re: [PATCH net-next v2 11/11] net: dsa: rename switch EEE ops

2017-08-01 Thread Andrew Lunn
On Tue, Aug 01, 2017 at 04:32:41PM -0400, Vivien Didelot wrote: > To avoid confusion with the PHY EEE settings, rename the .set_eee and > .get_eee ops to respectively .set_mac_eee and .get_mac_eee. > > Signed-off-by: Vivien Didelot Reviewed-by: Andrew Lunn Andrew

[PATCH net-next v2 11/11] net: dsa: rename switch EEE ops

2017-08-01 Thread Vivien Didelot
To avoid confusion with the PHY EEE settings, rename the .set_eee and .get_eee ops to respectively .set_mac_eee and .get_mac_eee. Signed-off-by: Vivien Didelot --- drivers/net/dsa/bcm_sf2.c| 12 ++-- drivers/net/dsa/mv88e6xxx/chip.c | 12 ++-- drivers/net/dsa/qca8k.c