From patchwork Fri Feb 14 11:00:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 11382097 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A4EEB109A for ; Fri, 14 Feb 2020 11:00:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8DDE12168B for ; Fri, 14 Feb 2020 11:00:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728522AbgBNLAk (ORCPT ); Fri, 14 Feb 2020 06:00:40 -0500 Received: from s3.sipsolutions.net ([144.76.43.62]:42614 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726220AbgBNLAj (ORCPT ); Fri, 14 Feb 2020 06:00:39 -0500 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1j2Yi5-00BRpH-KW; Fri, 14 Feb 2020 12:00:37 +0100 From: Johannes Berg To: backports@vger.kernel.org Cc: Johannes Berg Subject: [PATCH] patches: make nl80211.c include if_vlan.h Date: Fri, 14 Feb 2020 12:00:34 +0100 Message-Id: <20200214120034.a6ef82e5246f.Id24cee4c680b685966d9cb78c08671ac18b75983@changeid> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Sender: backports-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: backports@vger.kernel.org From: Johannes Berg On upstream it gets it through some include maze, until that's fixed, just patch it in. 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