Skip to content

endianess should include host-order #87

Description

PROBLEM

netlink.h and mac80211_hwsim.h packets are defined in host order, however only "little-endian" and "big-endian" are allowed.

These definitions are used for "simulated" networking between kernel and user space and also by VMs from guest to host to pass Wi-Fi packets to/from the linux mac80211_hwsim driver.

See https://wireless.wiki.kernel.org/en/users/drivers/mac80211_hwsim

RECOMMENDATION

Add another type: "host-endian"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions