freebsd-dev/sys/compat/linuxkpi/common
Bjoern A. Zeeb de8a7cc703 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
MFC-after:	2 weeks
Reviewed-by:	philip, hselasky
Differential Revision:	https://reviews.freebsd.org/D29336
2021-03-24 22:19:34 +00:00
..
include linuxkpi: add ieee80211_node.h to headers to include before LIST_HEAD 2021-03-24 22:19:34 +00:00
src Allocating the LinuxKPI current structure from a software interrupt thread 2021-03-10 13:27:40 +01:00