Re: [PATCH net-next 3/8] bnxt_en: Use common function to get ethtool supported flags.

2016-03-06 Thread Sergei Shtylyov
Hello. On 3/6/2016 10:01 AM, Michael Chan wrote: The supported bits and advertising bits in ethtool have the same definitions. The same is true for the firmware bits. So use the common function to handle the conversion for both supported and advertising bits. Signed-off-by: Michael Chan ---

[PATCH net-next 3/8] bnxt_en: Use common function to get ethtool supported flags.

2016-03-05 Thread Michael Chan
The supported bits and advertising bits in ethtool have the same definitions. The same is true for the firmware bits. So use the common function to handle the conversion for both supported and advertising bits. Signed-off-by: Michael Chan --- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c |