HomeFreeBSD

linuxkpi: add ieee80211_node.h to headers to include before LIST_HEAD

Description

linuxkpi: add ieee80211_node.h to headers to include before LIST_HEAD

ieee80211_node.h uses LIST_HEAD() which LinuxKPI redefines and this
can lead to problems (see comment there). Make sure the net80211
header file is handled correctly by adding it to the list of files
to include before re-defining the macro.
Also add header files needed as dependencies.

Sponsored by: The FreeBSD Foundation
Reviewed by: philip, hselasky
Differential Revision: https://reviews.freebsd.org/D29336

(cherry picked from commit de8a7cc703f1d3eab293d53fbc8269e1aca3a6ab)

Details

Provenance
bzAuthored on Mar 18 2021, 10:23 PM
Reviewer
philip
Differential Revision
D29336: linuxkpi: add ieee80211_node.h to headers to include before LIST_HEAD
Parents
rGb3096b49f97e: LinuxKPI: add support for crc32_le()
Branches
Unknown
Tags
Unknown