2012-06-03 14:30:28

by Hauke Mehrtens

[permalink] [raw]
Subject: [PATCH 1/2] compat-wireless: add additional header file for bluetooth

This fixes a compile problem with all kernel versions.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
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 a52c908..c4f5e39 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 hci_mon.h mgmt.h sco.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 a2mp.h"
NET_BT_DIRS="bluetooth bluetooth/bnep bluetooth/cmtp bluetooth/rfcomm bluetooth/hidp"

INCLUDE_LINUX="ieee80211.h nl80211.h"
--
1.7.9.5



2012-06-04 06:31:20

by Ozan Çağlayan

[permalink] [raw]
Subject: Re: [Lf_driver_backport] [PATCH 2/2] compat-wireless: update some urls to git trees in docs

> --- a/scripts/admin-update.sh
> +++ b/scripts/admin-update.sh
> @@ -2,21 +2,21 @@
>  #
>  # Copyright 2007, 2008, 2010   Luis R. Rodriguez <[email protected]>
>  #
> -# Use this to update compat-wireless-2.6 to the latest
> -# wireless-testing.git tree you have.
> +# Use this to update compat-wireless to the latest
> +# linux-nex.git tree you have.

There's a typo in here, linux-nex.

>  #
> -# Usage: you should have the latest pull of wireless-2.6.git
> -# git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
> -# We assume you have it on your ~/devel/wireless-testing/ directory. If you do,
> -# just run this script from the compat-wireless-2.6 directory.
> +# Usage: you should have the latest pull of linux-nex.git

Same typo in here too, :)

2012-06-11 19:19:34

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [Lf_driver_backport] [PATCH 2/2] compat-wireless: update some urls to git trees in docs

On Sun, Jun 3, 2012 at 11:31 PM, Ozan Çağlayan <[email protected]> wrote:
>> --- a/scripts/admin-update.sh
>> +++ b/scripts/admin-update.sh
>> @@ -2,21 +2,21 @@
>>  #
>>  # Copyright 2007, 2008, 2010   Luis R. Rodriguez <[email protected]>
>>  #
>> -# Use this to update compat-wireless-2.6 to the latest
>> -# wireless-testing.git tree you have.
>> +# Use this to update compat-wireless to the latest
>> +# linux-nex.git tree you have.
>
> There's a typo in here, linux-nex.
>
>>  #
>> -# Usage: you should have the latest pull of wireless-2.6.git
>> -# git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
>> -# We assume you have it on your ~/devel/wireless-testing/ directory. If you do,
>> -# just run this script from the compat-wireless-2.6 directory.
>> +# Usage: you should have the latest pull of linux-nex.git
>
> Same typo in here too, :)

Hauke, let me know if you plan on resending. Thanks,

Luis

2012-06-03 14:30:28

by Hauke Mehrtens

[permalink] [raw]
Subject: [PATCH 2/2] compat-wireless: update some urls to git trees in docs

Changes some references to compat and compat-wireless git tree hosted
at git.kernel.org to github and changed some references from wireless-
testing to linux-next and linux-2.6-allstable to linux-stable.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
README | 4 ++--
scripts/admin-update.sh | 16 ++++++++--------
scripts/gen-stable-release.sh | 4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/README b/README
index 09d8612..2cbef56 100644
--- a/README
+++ b/README
@@ -302,8 +302,8 @@ compatibility. You will then need to checkout three trees to start hacking on
compat-wireless:

git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
-git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/compat.git
-git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/compat-wireless-2.6.git
+git://github.com/mcgrof/compat.git
+git://github.com/mcgrof/compat-wireless.git

Linux next
----------
diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh
index c4f5e39..a9dc68c 100755
--- a/scripts/admin-update.sh
+++ b/scripts/admin-update.sh
@@ -2,21 +2,21 @@
#
# Copyright 2007, 2008, 2010 Luis R. Rodriguez <[email protected]>
#
-# Use this to update compat-wireless-2.6 to the latest
-# wireless-testing.git tree you have.
+# Use this to update compat-wireless to the latest
+# linux-nex.git tree you have.
#
-# Usage: you should have the latest pull of wireless-2.6.git
-# git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
-# We assume you have it on your ~/devel/wireless-testing/ directory. If you do,
-# just run this script from the compat-wireless-2.6 directory.
+# Usage: you should have the latest pull of linux-nex.git
+# git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
+# We assume you have it on your ~/linux-next/ directory. If you do,
+# just run this script from the compat-wireless directory.
# You can specify where your GIT_TREE is by doing:
#
-# export GIT_TREE=/home/mcgrof/wireless-testing/
+# export GIT_TREE=/home/mcgrof/linux-next/
#
# for example
#
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"
+GIT_COMPAT_URL="git://github.com/mcgrof/compat.git"

INCLUDE_NET_BT="hci_core.h l2cap.h bluetooth.h rfcomm.h hci.h hci_mon.h mgmt.h sco.h smp.h a2mp.h"
NET_BT_DIRS="bluetooth bluetooth/bnep bluetooth/cmtp bluetooth/rfcomm bluetooth/hidp"
diff --git a/scripts/gen-stable-release.sh b/scripts/gen-stable-release.sh
index 9764730..98f4af0 100755
--- a/scripts/gen-stable-release.sh
+++ b/scripts/gen-stable-release.sh
@@ -3,8 +3,8 @@
#
# You can use this to make stable compat-wireless releases
#
-# The assumption is you have the linux-2.6-allstable git tree on your $HOME
-# git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-allstable.git
+# The assumption is you have the linux-stable git tree on your $HOME
+# git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
#
# Local branches will be created based on the remote linux-2.6.X.y branches.
# If your branch already exists we will nuke it for you to avoid rebasing.
--
1.7.9.5


2012-06-11 19:46:51

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH 1/2] compat-wireless: add additional header file for bluetooth

On Sun, Jun 3, 2012 at 7:30 AM, Hauke Mehrtens <[email protected]> wrote:
> This fixes a compile problem with all kernel versions.
>
> Signed-off-by: Hauke Mehrtens <[email protected]>

Applied and pushed, thanks!

Luis