Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2008-01-18 Thread Jeff Garzik

John W. Linville wrote:

Jeff,

A few more fixes for 2.6.24...note that this branch is based
on 2.6.24-rc8.

Thanks,

John

---

Individual patches available here:


http://www.kernel.org/pub/linux/kernel/people/linville/wireless-2.6/fixes-jgarzik/

---

The following changes since commit cbd9c883696da72b2b1f03f909dbacc04bbf8b58:
  Linus Torvalds (1):
Linux 2.6.24-rc8

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
fixes-jgarzik

Ivo van Doorn (1):
  rt2x00: Fix ieee80211 payload alignment

Marc Pignat (1):
  wireless/libertas support for 88w8385 sdio older revision

Randy Dunlap (1):
  hostap: section mismatch warning

Stefano Brivio (2):
  ipw2200: fix typo in kerneldoc
  b43: fix use-after-free rfkill bug

 drivers/net/wireless/b43/rfkill.c|   11 ++-
 drivers/net/wireless/hostap/hostap_plx.c |6 +++---
 drivers/net/wireless/ipw2200.c   |2 +-
 drivers/net/wireless/libertas/if_sdio.c  |4 
 drivers/net/wireless/rt2x00/rt2x00pci.c  |2 +-
 drivers/net/wireless/rt2x00/rt2x00usb.c  |   11 +--
 6 files changed, 24 insertions(+), 12 deletions(-)


pulled


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6 (use this one)

2008-01-12 Thread Jeff Garzik

John W. Linville wrote:

[2nd try -- turns-out the Mattis Nissler patch needed an extra tweak.
It will probably also cause build breakage when you rebase since
rt2x00lib_txdone(...) becomes rt2x00pci_txdone(rt2x00dev,...) in 2.6.25,
so FYI... :-)

This also includes another patch (the "4 byte boundary" one) which
is already in your upstream branch.  So, beware of that one too. :-)]

Jeff,

Three more fixes for 2.6.24.  The one from Mattias Nissler is already
in your upstream tree...FYI.

Let me know if there are problems!

Thanks,

John

---

Individual patches available here:


http://www.kernel.org/pub/linux/kernel/people/linville/wireless-2.6/fixes-jgarzik/

---

The following changes since commit 3ce54450461bad18bbe1f9f5aa3ecd2f8e8d1235:
  Linus Torvalds (1):
Linux 2.6.24-rc7

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
fixes-jgarzik

Ivo van Doorn (2):
  rt2x00: Corectly initialize rt2500usb MAC
  rt2x00: Put 802.11 data on 4 byte boundary

Mattias Nissler (1):
  rt2x00: Allow rt61 to catch up after a missing tx report

 drivers/net/wireless/rt2x00/rt2500usb.c |2 +-
 drivers/net/wireless/rt2x00/rt2x00pci.c |   20 
 drivers/net/wireless/rt2x00/rt2x00usb.c |   17 +++--
 drivers/net/wireless/rt2x00/rt61pci.c   |   12 
 4 files changed, 44 insertions(+), 7 deletions(-)


pulled


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2008-01-10 Thread John W. Linville
On Thu, Jan 10, 2008 at 02:49:22PM -0500, John W. Linville wrote:
> Jeff,
> 
> A couple more fixes for 2.6.24.  The one from Mattias Nissler is already
> in your upstream tree...FYI.
> 
> Let me know if there are problems!

Please disregard this request.  The 'upstream-jgarzik-2' request is still valid.

Thanks,

John

-- 
John W. Linville
[EMAIL PROTECTED]
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2008-01-07 Thread David Miller
From: "John W. Linville" <[EMAIL PROTECTED]>
Date: Tue, 8 Jan 2008 00:15:23 -0500

>   git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
> fixes-jgarzik

Since Jeff is busy and asked me to take in driver fixes
I'll pulled this into my net-2.6 tree.

Thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-12-17 Thread Jeff Garzik

John W. Linville wrote:

Jeff,

A few more fixes for 2.6.24...let me know if there are any problems!

Thanks,

John

P.S.  The zd1211rw patch is already in netdev-2.6#upstream, but it
belongs in 2.6.24 as well.

---

Individual patches available here:


http://www.kernel.org/pub/linux/kernel/people/linville/wireless-2.6/fixes-jgarzik

---

The following changes since commit 82d29bf6dc7317aeb0a3a13c2348ca8591965875:
  Linus Torvalds (1):
Linux 2.6.24-rc5

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
fixes-jgarzik

Adrian Bunk (1):
  wireless/ipw2200.c: add __dev{init,exit} annotations

Andrew Morton (1):
  bcm43xx_debugfs sscanf fix

Cyrill Gorcunov (2):
  ieee80211_rate: missed unlock
  iwlwifi3945/4965: fix rate control algo reference leak

Dan Williams (1):
  libertas: select WIRELESS_EXT

Larry Finger (1):
  b43: Fix rfkill radio LED

Stefano Brivio (1):
  libertas: add Dan Williams as maintainer

Ulrich Kunitz (1):
  zd1211rw: Fix alignment problems

Zhu Yi (1):
  iwlwifi: fix rf_kill state inconsistent during suspend and resume

 MAINTAINERS|6 
 drivers/net/wireless/Kconfig   |1 +
 drivers/net/wireless/b43/leds.c|4 ++
 drivers/net/wireless/b43/main.c|   22 +++---
 drivers/net/wireless/b43/rfkill.c  |   37 ---
 drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c |2 +-
 drivers/net/wireless/ipw2200.c |7 ++--
 drivers/net/wireless/iwlwifi/iwl3945-base.c|5 ++-
 drivers/net/wireless/iwlwifi/iwl4965-base.c|5 ++-
 drivers/net/wireless/zd1211rw/zd_mac.c |   10 +-
 net/mac80211/ieee80211_rate.c  |1 +
 11 files changed, 76 insertions(+), 24 deletions(-)


pulled


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-12-17 Thread Jeff Garzik

John W. Linville wrote:

On Sat, Dec 15, 2007 at 11:31:48PM -0500, John W. Linville wrote:


Cyrill Gorcunov (2):
  ieee80211_rate: missed unlock



 net/mac80211/ieee80211_rate.c  |1 +



diff --git a/net/mac80211/ieee80211_rate.c b/net/mac80211/ieee80211_rate.c
index 7254bd6..3260a4a 100644
--- a/net/mac80211/ieee80211_rate.c
+++ b/net/mac80211/ieee80211_rate.c
@@ -33,6 +33,7 @@ int ieee80211_rate_control_register(struct rate_control_ops 
*ops)
if (!strcmp(alg->ops->name, ops->name)) {
/* don't register an algorithm twice */
WARN_ON(1);
+   mutex_unlock(&rate_ctrl_mutex);
return -EALREADY;
}
}


Crud...there is a one-line fix in here that should have gone to Dave.

Jeff, (assuming Dave ACKs it) would you mind just taking it your
way along with the other posted patches?  Since this is intended for
2.6.24, there should be no great maintenance hardship if it goes to
Linus through your tree instead of Dave's.


Will do...

Jeff




--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-12-17 Thread David Miller
From: "John W. Linville" <[EMAIL PROTECTED]>
Date: Mon, 17 Dec 2007 14:34:02 -0500

> On Sat, Dec 15, 2007 at 11:31:48PM -0500, John W. Linville wrote:
> 
> > Cyrill Gorcunov (2):
> >   ieee80211_rate: missed unlock
> 
> >  net/mac80211/ieee80211_rate.c  |1 +
> 
> > diff --git a/net/mac80211/ieee80211_rate.c b/net/mac80211/ieee80211_rate.c
> > index 7254bd6..3260a4a 100644
> > --- a/net/mac80211/ieee80211_rate.c
> > +++ b/net/mac80211/ieee80211_rate.c
> > @@ -33,6 +33,7 @@ int ieee80211_rate_control_register(struct 
> > rate_control_ops *ops)
> > if (!strcmp(alg->ops->name, ops->name)) {
> > /* don't register an algorithm twice */
> > WARN_ON(1);
> > +   mutex_unlock(&rate_ctrl_mutex);
> > return -EALREADY;
> > }
> > }
> 
> Crud...there is a one-line fix in here that should have gone to Dave.
> 
> Jeff, (assuming Dave ACKs it) would you mind just taking it your
> way along with the other posted patches?  Since this is intended for
> 2.6.24, there should be no great maintenance hardship if it goes to
> Linus through your tree instead of Dave's.

It's totally fine if Jeff takes this, don't worry so much about
it :-)

And yes the change looks fine to me too :)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-12-17 Thread John W. Linville
On Sat, Dec 15, 2007 at 11:31:48PM -0500, John W. Linville wrote:

> Cyrill Gorcunov (2):
>   ieee80211_rate: missed unlock

>  net/mac80211/ieee80211_rate.c  |1 +

> diff --git a/net/mac80211/ieee80211_rate.c b/net/mac80211/ieee80211_rate.c
> index 7254bd6..3260a4a 100644
> --- a/net/mac80211/ieee80211_rate.c
> +++ b/net/mac80211/ieee80211_rate.c
> @@ -33,6 +33,7 @@ int ieee80211_rate_control_register(struct rate_control_ops 
> *ops)
>   if (!strcmp(alg->ops->name, ops->name)) {
>   /* don't register an algorithm twice */
>   WARN_ON(1);
> + mutex_unlock(&rate_ctrl_mutex);
>   return -EALREADY;
>   }
>   }

Crud...there is a one-line fix in here that should have gone to Dave.

Jeff, (assuming Dave ACKs it) would you mind just taking it your
way along with the other posted patches?  Since this is intended for
2.6.24, there should be no great maintenance hardship if it goes to
Linus through your tree instead of Dave's.

Thanks,

John
-- 
John W. Linville
[EMAIL PROTECTED]
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-12-01 Thread Jeff Garzik

John W. Linville wrote:

Jeff,

A few fixes intended for 2.6.24...

Let me know if there are any problems!

Thanks,

John

---

Individual patches are available here:

http://www.kernel.org/pub/linux/kernel/people/linville/wireless-2.6.git 
fixes-jgarzik

---

The following changes since commit d9f8bcbf67a0ee67c8cb0734f003dfe916bb5248:
  Linus Torvalds (1):
Linux 2.6.24-rc3

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
fixes-jgarzik

David Woodhouse (1):
  libertas: Don't set NETIF_F_IPV6_CSUM in dev->features

Holger Schurig (1):
  libertas: let more than one MAC event through



pulled



--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6 (3rd time is the charm?)

2007-11-08 Thread Jeff Garzik
On Thu, Nov 08, 2007 at 09:26:26AM -0500, John W. Linville wrote:
> Jeff,
> 
> OK, I think things are settled now.  I apologize for the confusion.
> 
> These are fixes intended for 2.6.24.  Please note that three of the
> patches from Michael Buesch in the list below were already sent to
> you directed for 2.6.25.  Upon further review, I think they belong in
> 2.6.24 instead.  I cherry-picked them, so I'm fairly certain git will
> be smart enough to drop them from your 2.6.25 branch when you rebase.
> 
> Please let me know if there are any problems.
> 
> Thanks!
> 
> John
> 
> ---
> 
> Individual patches are available here:
> 
>   
> http://www.kernel.org/pub//linux/kernel/people/linville/wireless-2.6/fixes-jgarzik/
> 

pulled into #upstream-fixes; please check the merge in #upstream


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6 (this time for real!)

2007-11-08 Thread John W. Linville
Clearly having a bad week...just ignore this thread and I'll post a
totally new request shortly.

Thanks,

John

On Wed, Nov 07, 2007 at 08:34:29PM -0500, John W. Linville wrote:
> On Wed, Nov 07, 2007 at 02:24:19PM -0500, Jeff Garzik wrote:
> > On Wed, Nov 07, 2007 at 02:13:29PM -0500, John W. Linville wrote:
> > > Jeff,
> > > 
> > > If you haven't already pulled this then please hold-off.  I'll post
> > > a new request soon.
> > 
> > Haven't pulled yet...
> 
> Jeff,
> 
> These fixes are additive on top of the previous request in this thread.
> That request is archived here:
> 
>   http://marc.info/?l=linux-wireless&m=119438263704232&w=2
> 
> Also, note that the first three from Michael Buesch in the list below
> were already sent to you directed for 2.6.25, but I think they belong in
> 2.6.24 instead.  I cherry-picked them, so I'm fairly certain git will be
> smart enough to drop them from your 2.6.25 branch when you rebase.
> 
> Let me know if there are any problems!
> 
> Thanks,
> 
> John
> 
> ---
> 
> The entire series (i.e. both from yesterday and today) is available
> here:
> 
>   
> http://www.kernel.org/pub//linux/kernel/people/linville/wireless-2.6/fixes-jgarzik/
> 
> ---
> 
> The following changes since commit 33a463d0c82cad08a64526c217f6d835a51dfc1c:
>   Michael Buesch (1):
> b43: pcmcia-host initialization bugfixes
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
> fixes-jgarzik
> 
> Michael Buesch (6):
>   b43: Fix rfkill callback deadlock
>   b43: debugfs SHM read buffer overrun fix
>   b43: Rewrite and fix rfkill init
>   b43: properly request pcmcia IRQ
>   b43legacy: Fix sparse warning
>   b43: Fix kconfig dependencies for rfkill and leds
> 
> Stefano Brivio (4):
>   b43legacy: fix possible buffer overrun in debugfs
>   b43legacy: add me as maintainer and fix URLs
>   b43: fix shared IRQ race condition
>   b43legacy: fix shared IRQ race condition
> 
>  MAINTAINERS  |   10 ++-
>  drivers/net/wireless/b43/Kconfig |   10 ++-
>  drivers/net/wireless/b43/debugfs.c   |2 +-
>  drivers/net/wireless/b43/main.c  |   19 +++---
>  drivers/net/wireless/b43/pcmcia.c|8 ++
>  drivers/net/wireless/b43/rfkill.c|  115 +
>  drivers/net/wireless/b43/rfkill.h|   14 +---
>  drivers/net/wireless/b43legacy/debugfs.c |2 +-
>  drivers/net/wireless/b43legacy/main.c|   21 +++---
>  9 files changed, 100 insertions(+), 101 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1c7c229..6a97027 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -787,23 +787,25 @@ B43 WIRELESS DRIVER
>  P:   Michael Buesch
>  M:   [EMAIL PROTECTED]
>  P:   Stefano Brivio
> -M:   [EMAIL PROTECTED]
> +M:   [EMAIL PROTECTED]
>  L:   [EMAIL PROTECTED]
> -W:   http://bcm43xx.berlios.de/
> +W:   http://linuxwireless.org/en/users/Drivers/b43
>  S:   Maintained
>  
>  B43LEGACY WIRELESS DRIVER
>  P:   Larry Finger
>  M:   [EMAIL PROTECTED]
> +P:   Stefano Brivio
> +M:   [EMAIL PROTECTED]
>  L:   [EMAIL PROTECTED]
> -W:   http://bcm43xx.berlios.de/
> +W:   http://linuxwireless.org/en/users/Drivers/b43
>  S:   Maintained
>  
>  BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
>  P:   Larry Finger
>  M:   [EMAIL PROTECTED]
>  P:   Stefano Brivio
> -M:   [EMAIL PROTECTED]
> +M:   [EMAIL PROTECTED]
>  L:   [EMAIL PROTECTED]
>  W:   http://bcm43xx.berlios.de/
>  S:   Maintained
> diff --git a/drivers/net/wireless/b43/Kconfig 
> b/drivers/net/wireless/b43/Kconfig
> index e3c573e..fdbc351 100644
> --- a/drivers/net/wireless/b43/Kconfig
> +++ b/drivers/net/wireless/b43/Kconfig
> @@ -61,16 +61,18 @@ config B43_PCMCIA
>  
> If unsure, say N.
>  
> -# LED support
> +# This config option automatically enables b43 LEDS support,
> +# if it's possible.
>  config B43_LEDS
>   bool
> - depends on B43 && MAC80211_LEDS
> + depends on B43 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43)
>   default y
>  
> -# RFKILL support
> +# This config option automatically enables b43 RFKILL support,
> +# if it's possible.
>  config B43_RFKILL
>   bool
> - depends on B43 && RFKILL && RFKILL_INPUT && INPUT_POLLDEV
> + depends on B43 && (RFKILL = y || RFKILL = B43) && RFKILL_INPUT && 
> (INPUT_POLLDEV = y || INPUT_POLLDEV = B43)
>   default y
>  
>  config B43_DEBUG
> diff --git a/drivers/net/wireless/b43/debugfs.c 
> b/drivers/net/wireless/b43/debugfs.c
> index 734e70e..ef0075d 100644
> --- a/drivers/net/wireless/b43/debugfs.c
> +++ b/drivers/net/wireless/b43/debugfs.c
> @@ -128,7 +128,7 @@ static ssize_t shm_read_file(struct b43_wldev *dev,
>   __le16 *le16buf = (__le16 *)buf;
>  
>   for (i = 0; i < 0x1000; i++) {
> - if (bufsize <= 0)
> + if (bufsize < sizeof(tmp))
>   break;
>   tmp = b43_shm_read16(dev, B43_SHM

Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-11-07 Thread Jeff Garzik
On Wed, Nov 07, 2007 at 02:13:29PM -0500, John W. Linville wrote:
> Jeff,
> 
> If you haven't already pulled this then please hold-off.  I'll post
> a new request soon.

Haven't pulled yet...

Jeff



-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-11-07 Thread John W. Linville
Jeff,

If you haven't already pulled this then please hold-off.  I'll post
a new request soon.

Thanks,

John

On Tue, Nov 06, 2007 at 03:07:00PM -0500, John W. Linville wrote:
> Jeff,
> 
> Here are a few fixes for 2.6.24.  The iwlwifi "is_power_of_2" patch is
> a little questionable as a fix.  But it does bring the buildtime check
> in iwl_tx_queue_init in-line with the runtime check in iwl_queue_init,
> and it is 2x a one-liner -- so I think it is worthwhile.
> 
> Thanks,
> 
> John
> 
> ---
> 
> Individual patches available here:
> 
>   
> http://www.kernel.org/pub//linux/kernel/people/linville/wireless-2.6/fixes-jgarzik/
> 
> ---
> 
> The following changes since commit 2655e2cee2d77459fcb7e10228259e4ee0328697:
>   Alan Cox (1):
> ata_piix: Add additional PCI identifier for 40 wire short cable
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
> fixes-jgarzik
> 
> Holger Schurig (1):
>   libertas: fixes for slow hardware
> 
> Ivo van Doorn (1):
>   rt2x00: Block adhoc & master mode
> 
> John W. Linville (1):
>   hermes: clarify Intel reference in Kconfig help
> 
> Marcelo Tosatti (1):
>   libertas: properly account for queue commands
> 
> Michael Buesch (1):
>   b43: pcmcia-host initialization bugfixes
> 
> Pierre Ossman (1):
>   libertas: make if_sdio align packets
> 
> Randy Dunlap (1):
>   hostap: fix section mismatch warning
> 
> Robert P. J. Day (1):
>   iwlwifi: Use more obvious "is_power_of_2" macro.
> 
> Roel Kluin (1):
>   ipw2100: fix postfix decrement errors
> 
>  drivers/net/wireless/Kconfig|2 +-
>  drivers/net/wireless/b43/pcmcia.c   |   44 +++---
>  drivers/net/wireless/hostap/hostap_pci.c|6 ++--
>  drivers/net/wireless/ipw2100.c  |4 +-
>  drivers/net/wireless/iwlwifi/iwl3945-base.c |3 +-
>  drivers/net/wireless/iwlwifi/iwl4965-base.c |3 +-
>  drivers/net/wireless/libertas/cmd.c |   10 --
>  drivers/net/wireless/libertas/if_cs.c   |7 +++-
>  drivers/net/wireless/libertas/if_sdio.c |4 ++-
>  drivers/net/wireless/rt2x00/rt2x00mac.c |8 +
>  10 files changed, 58 insertions(+), 33 deletions(-)
-- 
John W. Linville
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-10-29 Thread Jeff Garzik

John W. Linville wrote:

Jeff,

A few fixes for 2.6.24...

Thanks,

John

---

Individual patches available here:


http://www.kernel.org/pub/linux/kernel/people/linville/wireless-2.6/fixes-jgarzik

---

The following changes since commit c9927c2bf4f45bb85e8b502ab3fb79ad6483c244:
  Linus Torvalds (1):
Linux 2.6.24-rc1

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
fixes-jgarzik

Anton Blanchard (3):
  ipw2100/ipw2200: jiffies_round -> jiffies_round_relative
  rt2x00: jiffies_round -> jiffies_round_relative
  b43/b43legacy: jiffies_round -> jiffies_round_relative

Michael Wu (1):
  rtl8187: Allow multicast frames

Mohamed Abbas (3):
  iwl4965: fix scan problem
  iwl3945: cancel scan on rxon command
  iwl3945: fix direct scan problem

Tomas Winkler (1):
  iwlwifi: fix sending probe request in iwl 4965

mabbas (1):
  iwl4965: fix driver hang related to hardware scan

 drivers/net/wireless/b43/main.c |2 +-
 drivers/net/wireless/b43legacy/main.c   |2 +-
 drivers/net/wireless/ipw2100.c  |   11 +++--
 drivers/net/wireless/ipw2200.c  |6 +-
 drivers/net/wireless/iwlwifi/iwl-4965.c |6 +--
 drivers/net/wireless/iwlwifi/iwl3945-base.c |   56 +++
 drivers/net/wireless/iwlwifi/iwl4965-base.c |   56 +++
 drivers/net/wireless/rt2x00/rt2x00lib.h |2 +-
 drivers/net/wireless/rtl8187_dev.c  |   20 +
 9 files changed, 121 insertions(+), 40 deletions(-)


pulled


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-10-19 Thread Jeff Garzik

pulled

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-10-03 Thread Jeff Garzik

John W. Linville wrote:

The following changes since commit 3146b39c185f8a436d430132457e84fa1d8f8208:
  Linus Torvalds (1):
Linux 2.6.23-rc9

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
fixes-jgarzik

Joe Perches (1):
  bcm43xx: Correct printk with PFX before KERN_

Richard Knutsson (1):
  softmac: Fix compiler-warning


pulled


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-09-15 Thread Jeff Garzik

John W. Linville wrote:

Jeff,

Two more fixes for 2.6.23, including one for kernel.org bug 8937...

Thanks,

John

---

The following changes since commit 0d4cbb5e7f60b2f1a4d8b7f6ea4cc264262c7a01:
  Linus Torvalds (1):
Linux 2.6.23-rc6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
fixes-jgarzik

Larry Finger (1):
  bcm43xx: Fix cancellation of work queue crashes

Masakazu Mokuno (1):
  As struct iw_point is bi-directional payload, we should copy back the 
content

 drivers/net/wireless/bcm43xx/bcm43xx_main.c  |   28 ++---
 drivers/net/wireless/bcm43xx/bcm43xx_main.h  |2 +-
 drivers/net/wireless/bcm43xx/bcm43xx_sysfs.c |2 +-
 fs/compat_ioctl.c|   22 ---
 4 files changed, 40 insertions(+), 14 deletions(-)


pulled

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-08-07 Thread Jeff Garzik

John W. Linville wrote:

The following changes since commit d4ac2477fad0f2680e84ec12e387ce67682c5c13:
  Linus Torvalds (1):
Linux 2.6.23-rc2

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
fixes-jgarzik

John W. Linville (1):
  Revert "[PATCH] bcm43xx: Fix deviation from specifications in 
set_baseband_attenuation"

Masakazu Mokuno (1):
  remove duplicated ioctl entries in compat_ioctl.c

Michael Buesch (1):
  softmac: Fix deadlock of wx_set_essid with assoc work

Michael Wu (1):
  rtl8187: ensure priv->hwaddr is always valid

Ulrich Kunitz (1):
  zd1211rw: fix filter for PSPOLL frames

 drivers/net/wireless/bcm43xx/bcm43xx_phy.c  |2 +-
 drivers/net/wireless/rtl8187_dev.c  |2 +-
 drivers/net/wireless/zd1211rw/zd_mac.c  |2 +-
 fs/compat_ioctl.c   |3 ---
 net/ieee80211/softmac/ieee80211softmac_wx.c |   11 ---
 5 files changed, 11 insertions(+), 9 deletions(-)


pulled


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html