• Rasmus Villemoes's avatar
    net: mrp: move struct definitions out of uapi · 67819390
    Rasmus Villemoes authored
    None of these are actually used in the kernel/userspace interface -
    there's a userspace component of implementing MRP, and userspace will
    need to construct certain frames to put on the wire, but there's no
    reason the kernel should provide the relevant definitions in a UAPI
    header.
    
    In fact, some of those definitions were broken until previous commit,
    so only keep the few that are actually referenced in the kernel code,
    and move them to the br_private_mrp.h header.
    Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
    Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
    67819390
br_private_mrp.h 3.58 KB