Return-path: Received: from server19320154104.serverpool.info ([193.201.54.104]:43946 "EHLO hauke-m.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753634Ab2E2WkX (ORCPT ); Tue, 29 May 2012 18:40:23 -0400 From: Hauke Mehrtens To: mcgrof@gmail.com Cc: lf_driver_backport@lists.linux-foundation.org, linux-wireless@vger.kernel.org, Hauke Mehrtens Subject: [PATCH 8/8] compat-wireless: add include/net/bluetooth/{hci_mon.h,sco.h} Date: Wed, 30 May 2012 00:39:42 +0200 Message-Id: <1338331182-29589-9-git-send-email-hauke@hauke-m.de> (sfid-20120530_004030_428019_CB7A4CE7) In-Reply-To: <1338331182-29589-1-git-send-email-hauke@hauke-m.de> References: <1338331182-29589-1-git-send-email-hauke@hauke-m.de> Sender: linux-wireless-owner@vger.kernel.org List-ID: These two header files used by the bluetooth system are not included in compat-wireless, but should be. Signed-off-by: Hauke Mehrtens --- scripts/admin-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index cbdcb44..a52c908 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -18,7 +18,7 @@ GIT_URL="git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git" GIT_COMPAT_URL="git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/compat.git" -INCLUDE_NET_BT="hci_core.h l2cap.h bluetooth.h rfcomm.h hci.h mgmt.h smp.h" +INCLUDE_NET_BT="hci_core.h l2cap.h bluetooth.h rfcomm.h hci.h hci_mon.h mgmt.h sco.h smp.h" NET_BT_DIRS="bluetooth bluetooth/bnep bluetooth/cmtp bluetooth/rfcomm bluetooth/hidp" INCLUDE_LINUX="ieee80211.h nl80211.h" -- 1.7.9.5