]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: remove iw_public_data from struct net_device
authorJohannes Berg <johannes.berg@intel.com>
Mon, 7 Oct 2024 19:35:25 +0000 (21:35 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 8 Oct 2024 19:53:40 +0000 (21:53 +0200)
commit836265d31631e28000fc8917ce697fc687a58724
treec7f58c5583630921dc7d4f7c84e948f081298456
parent49e3307da0f1dbad776650cf522f984b633d3afe
wifi: remove iw_public_data from struct net_device

Given the previous patches, we no longer need the
struct iw_public_data etc., it's only used by the
old Intel drivers (and ps3_gelic creates it but
then doesn't use it). Remove all of that, including
the pointer in struct net_device.

Link: https://patch.msgid.link/20241007213525.8b2d52b60531.I6a27aaf30bded9a0977f07f47fba2bd31a3b3330@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Documentation/networking/net_cachelines/net_device.rst
drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
drivers/net/ethernet/toshiba/ps3_gelic_wireless.h
drivers/net/wireless/intel/ipw2x00/ipw2100.c
drivers/net/wireless/intel/ipw2x00/ipw2100.h
drivers/net/wireless/intel/ipw2x00/ipw2200.c
drivers/net/wireless/intel/ipw2x00/ipw2200.h
drivers/net/wireless/intel/ipw2x00/libipw_spy.c
include/linux/netdevice.h
include/net/iw_handler.h