]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: Remove orphaned ax25_ptr references
authorCosta Shulyupin <costa.shul@redhat.com>
Sun, 31 May 2026 13:48:36 +0000 (16:48 +0300)
committerJakub Kicinski <kuba@kernel.org>
Mon, 1 Jun 2026 23:57:11 +0000 (16:57 -0700)
The AX.25 subsystem was removed in commit dd8d4bc28ad7
("net: remove ax25 and amateur radio (hamradio) subsystem"),
which removed the ax25_ptr field from struct net_device but
left behind the kdoc comment and documentation.

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260531134837.4111349-1-costa.shul@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/net_cachelines/net_device.rst
include/linux/netdevice.h

index 7b3392553fd60c09ee1c8032b65adf7812b5a99e..eb2e6851c6f60dcf738e2196c7645da675b43e83 100644 (file)
@@ -91,7 +91,6 @@ struct vlan_info*                   vlan_info
 struct dsa_port*                    dsa_ptr
 struct tipc_bearer*                 tipc_ptr
 void*                               atalk_ptr
-void*                               ax25_ptr
 struct wireless_dev*                ieee80211_ptr
 struct wpan_dev*                    ieee802154_ptr
 struct mpls_dev*                    mpls_ptr
index 7309467d787322eb48bbf81ae63bca491cc9a8e1..74507c006490f180d2fac6594f6dcf2c86d53919 100644 (file)
@@ -1947,7 +1947,6 @@ enum netdev_reg_state {
  *     @atalk_ptr:     AppleTalk link
  *     @ip_ptr:        IPv4 specific data
  *     @ip6_ptr:       IPv6 specific data
- *     @ax25_ptr:      AX.25 specific data
  *     @ieee80211_ptr: IEEE 802.11 specific data, assign before registering
  *     @ieee802154_ptr: IEEE 802.15.4 low-rate Wireless Personal Area Network
  *                      device struct