]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netdev_features: remove NETIF_F_ALL_FCOE
authorAlexander Lobakin <aleksander.lobakin@intel.com>
Thu, 29 Aug 2024 12:33:40 +0000 (14:33 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 3 Sep 2024 09:36:43 +0000 (11:36 +0200)
commita61fec1c87be682b5c0fdba6074649c469c675a3
tree352246cbb5dab7b083fc7377b45d523b8aad68b1
parent782dbbf589cd9082effaec522e3f1b4ce1594803
netdev_features: remove NETIF_F_ALL_FCOE

NETIF_F_ALL_FCOE is used only in vlan_dev.c, 2 times. Now that it's only
2 bits, open-code it and remove the definition from netdev_features.h.

Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/linux/netdev_features.h
net/8021q/vlan_dev.c