All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] compat-wireless: add additional header file for bluetooth
@ 2012-06-03 14:30 Hauke Mehrtens
  2012-06-03 14:30 ` [PATCH 2/2] compat-wireless: update some urls to git trees in docs Hauke Mehrtens
  2012-06-11 19:46 ` [PATCH 1/2] compat-wireless: add additional header file for bluetooth Luis R. Rodriguez
  0 siblings, 2 replies; 5+ messages in thread
From: Hauke Mehrtens @ 2012-06-03 14:30 UTC (permalink / raw)
  To: mcgrof; +Cc: lf_driver_backport, linux-wireless, Hauke Mehrtens

This fixes a compile problem with all kernel versions.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] compat-wireless: update some urls to git trees in docs
  2012-06-03 14:30 [PATCH 1/2] compat-wireless: add additional header file for bluetooth Hauke Mehrtens
@ 2012-06-03 14:30 ` Hauke Mehrtens
  2012-06-04  6:31   ` [Lf_driver_backport] " Ozan Çağlayan
  2012-06-11 19:46 ` [PATCH 1/2] compat-wireless: add additional header file for bluetooth Luis R. Rodriguez
  1 sibling, 1 reply; 5+ messages in thread
From: Hauke Mehrtens @ 2012-06-03 14:30 UTC (permalink / raw)
  To: mcgrof; +Cc: lf_driver_backport, linux-wireless, Hauke Mehrtens

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 <hauke@hauke-m.de>
---
 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 <mcgrof@winlab.rutgers.edu>
 #
-# 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Lf_driver_backport] [PATCH 2/2] compat-wireless: update some urls to git trees in docs
  2012-06-03 14:30 ` [PATCH 2/2] compat-wireless: update some urls to git trees in docs Hauke Mehrtens
@ 2012-06-04  6:31   ` Ozan Çağlayan
  2012-06-11 19:19     ` Luis R. Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Ozan Çağlayan @ 2012-06-04  6:31 UTC (permalink / raw)
  To: Hauke Mehrtens; +Cc: mcgrof, linux-wireless, lf_driver_backport

> --- a/scripts/admin-update.sh
> +++ b/scripts/admin-update.sh
> @@ -2,21 +2,21 @@
>  #
>  # Copyright 2007, 2008, 2010   Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
>  #
> -# 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, :)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Lf_driver_backport] [PATCH 2/2] compat-wireless: update some urls to git trees in docs
  2012-06-04  6:31   ` [Lf_driver_backport] " Ozan Çağlayan
@ 2012-06-11 19:19     ` Luis R. Rodriguez
  0 siblings, 0 replies; 5+ messages in thread
From: Luis R. Rodriguez @ 2012-06-11 19:19 UTC (permalink / raw)
  To: Ozan Çağlayan
  Cc: Hauke Mehrtens, linux-wireless, lf_driver_backport

On Sun, Jun 3, 2012 at 11:31 PM, Ozan Çağlayan <ozancag@gmail.com> wrote:
>> --- a/scripts/admin-update.sh
>> +++ b/scripts/admin-update.sh
>> @@ -2,21 +2,21 @@
>>  #
>>  # Copyright 2007, 2008, 2010   Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
>>  #
>> -# 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] compat-wireless: add additional header file for bluetooth
  2012-06-03 14:30 [PATCH 1/2] compat-wireless: add additional header file for bluetooth Hauke Mehrtens
  2012-06-03 14:30 ` [PATCH 2/2] compat-wireless: update some urls to git trees in docs Hauke Mehrtens
@ 2012-06-11 19:46 ` Luis R. Rodriguez
  1 sibling, 0 replies; 5+ messages in thread
From: Luis R. Rodriguez @ 2012-06-11 19:46 UTC (permalink / raw)
  To: Hauke Mehrtens; +Cc: lf_driver_backport, linux-wireless

On Sun, Jun 3, 2012 at 7:30 AM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
> This fixes a compile problem with all kernel versions.
>
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Applied and pushed, thanks!

  Luis

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-11 19:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-03 14:30 [PATCH 1/2] compat-wireless: add additional header file for bluetooth Hauke Mehrtens
2012-06-03 14:30 ` [PATCH 2/2] compat-wireless: update some urls to git trees in docs Hauke Mehrtens
2012-06-04  6:31   ` [Lf_driver_backport] " Ozan Çağlayan
2012-06-11 19:19     ` Luis R. Rodriguez
2012-06-11 19:46 ` [PATCH 1/2] compat-wireless: add additional header file for bluetooth Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.