diff options
Diffstat (limited to 'net/core')
| -rw-r--r-- | net/core/ethtool.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/net/core/ethtool.c b/net/core/ethtool.c index b849fdae7e87..3c6ce8a3928a 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c @@ -110,6 +110,7 @@ static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN]  	[NETIF_F_HW_ESP_TX_CSUM_BIT] =	 "esp-tx-csum-hw-offload",  	[NETIF_F_RX_UDP_TUNNEL_PORT_BIT] =	 "rx-udp_tunnel-port-offload",  	[NETIF_F_HW_TLS_RECORD_BIT] =	"tls-hw-record", +	[NETIF_F_HW_TLS_TX_BIT] =	 "tls-hw-tx-offload",  };  static const char |