Skip to content

Commit 7745f19

Browse files
makelinuxkuba-moo
authored andcommitted
net: Remove orphaned ax25_ptr references
The AX.25 subsystem was removed in commit dd8d4bc ("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>
1 parent 4490516 commit 7745f19

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Documentation/networking/net_cachelines/net_device.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ struct vlan_info* vlan_info
9191
struct dsa_port* dsa_ptr
9292
struct tipc_bearer* tipc_ptr
9393
void* atalk_ptr
94-
void* ax25_ptr
9594
struct wireless_dev* ieee80211_ptr
9695
struct wpan_dev* ieee802154_ptr
9796
struct mpls_dev* mpls_ptr

include/linux/netdevice.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,6 @@ enum netdev_reg_state {
19471947
* @atalk_ptr: AppleTalk link
19481948
* @ip_ptr: IPv4 specific data
19491949
* @ip6_ptr: IPv6 specific data
1950-
* @ax25_ptr: AX.25 specific data
19511950
* @ieee80211_ptr: IEEE 802.11 specific data, assign before registering
19521951
* @ieee802154_ptr: IEEE 802.15.4 low-rate Wireless Personal Area Network
19531952
* device struct

0 commit comments

Comments
 (0)