diff options
author | Jakub Kicinski <[email protected]> | 2022-05-19 13:20:54 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2022-05-22 21:51:54 +0100 |
commit | c304eddcecfe2513ff98ce3ae97d1c196d82ba08 (patch) | |
tree | b790596c2d45437fa59fd108d0bc5ef25edca060 /net/lapb/lapb_timer.c | |
parent | 5ff851b7be752a6d607c289b489c40f96f9dc489 (diff) |
net: wrap the wireless pointers in struct net_device in an ifdef
Most protocol-specific pointers in struct net_device are under
a respective ifdef. Wireless is the notable exception. Since
there's a sizable number of custom-built kernels for datacenter
workloads which don't build wireless it seems reasonable to
ifdefy those pointers as well.
While at it move IPv4 and IPv6 pointers up, those are special
for obvious reasons.
Acked-by: Johannes Berg <[email protected]>
Acked-by: Stefan Schmidt <[email protected]> # ieee802154
Acked-by: Sven Eckelmann <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions