diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-11-23 17:06:54 +0200 |
|---|---|---|
| committer | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-11-23 17:09:37 +0200 |
| commit | ff59c850184f807dae78d588ab3b864b0ad70300 (patch) | |
| tree | 2e966f8a76ad9feeaf5fef896c5779cda42ed2fd /kernel/driver | |
| parent | 7f4da5fff2368080e41732945977bed0b8128f31 (diff) | |
| download | accel-ppp-ff59c850184f807dae78d588ab3b864b0ad70300.tar.gz accel-ppp-ff59c850184f807dae78d588ab3b864b0ad70300.zip | |
ipoe: Fix flowi4_tos build error on Fedora 6.18
Part of a long-term kernel networking cleanup is the kernel is moving to a strict type called dscp_t.
1)Macros like flowi4_tos are being removed to break compilation of old drivers (like accel-ppp) that treat the field as a raw byte.
2)This forces developers to use the new accessor functions (like ip4_dst_hoplimit or inet_dscp_to_dsfield) ensuring ECN bits are preserved.
We need to maintain compatibility with older kernel as well.
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
Diffstat (limited to 'kernel/driver')
0 files changed, 0 insertions, 0 deletions
