On 2/21/20 9:56 AM, Johannes Berg wrote: > From: Johannes Berg > > On upstream it gets it through some include maze, until that's > fixed, just patch it in. Will you take care to improve this upstream for the next kernel version? > > Signed-off-by: Johannes Berg > --- > patches/0093-nl80211-vlan.patch | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > create mode 100644 patches/0093-nl80211-vlan.patch > > diff --git a/patches/0093-nl80211-vlan.patch b/patches/0093-nl80211-vlan.patch > new file mode 100644 > index 000000000000..c1f8dac13125 > --- /dev/null > +++ b/patches/0093-nl80211-vlan.patch > @@ -0,0 +1,12 @@ > +diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c > +index ae8e3d9575d3..15c0e3c5c979 100644 > +--- a/net/wireless/nl80211.c > ++++ b/net/wireless/nl80211.c > +@@ -20,6 +20,7 @@ > + #include > + #include > + #include > ++#include > + #include > + #include > + #include >