linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: TI wireless drivers 2012-06-27 (for 3.6)
@ 2012-07-08 13:39 Luciano Coelho
  2012-07-08 13:40 ` pull request: TI wireless drivers 2012-07-08 " Luciano Coelho
  0 siblings, 1 reply; 3+ messages in thread
From: Luciano Coelho @ 2012-07-08 13:39 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, arik, assaf

[-- Attachment #1: Type: text/plain, Size: 3240 bytes --]

Hi John,

A few more patches with some bugfixes and an update in the firmware APIs
intended for 3.6.  The new firmware has already been applied in
linux-firmware.git and renamed, so this should work with the latest
stuff from there.

Please let me know if there are any problems with this.


The following changes since commit abb14fc399bb895bc5ab86af5d4defc2dfec4e70:

  Merge tag 'nfc-next-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0 (2012-07-06 16:20:33 -0400)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git for-linville

for you to fetch changes up to b950b01308bdcb07b16eb0ea63a76901d029bfd8:

  Merge branch 'wl12xx-next' into for-linville (2012-07-08 16:27:26 +0300)

----------------------------------------------------------------

Arik Nemtsov (9):
      wlcore/wl12xx/wl18xx: check min FW version
      wlcore: don't stop tx queue via watermark if already stopped
      wlcore: remove recover cmd from testmode
      wlcore: avoid debug prints during intended FW recovery
      wlcore: always clear recovery flag during recovery_work
      wlcore: don't set SDIO_FAILED flag when driver state is off
      wlcore: define number of supported bands internally
      wl12xx/wl18xx: use a dynamic PS timeout of 1.5sec
      wlcore: determine AP extra rates correctly

Dan Carpenter (1):
      wlcore: fix a couple small memory leaks

Eliad Peller (2):
      wlcore: implement .flush callback
      wlcore: check ssid length against the correct element

Ido Yariv (1):
      wlcore: Prevent processing of work items during op_stop

Luciano Coelho (2):
      wl12xx/wlcore: increase FW filename version
      Merge branch 'wl12xx-next' into for-linville

Victor Goldenshtein (1):
      wlcore: enable sched scan while connected

Yoni Divinsky (2):
      wlcore: add probe request templates for sched and one-shot scans
      wlcore: change the wait for event mechanism

 drivers/net/wireless/ti/wl12xx/main.c     |   26 ++++++++++++++-----
 drivers/net/wireless/ti/wl12xx/wl12xx.h   |   14 ++++++++++
 drivers/net/wireless/ti/wl18xx/main.c     |   27 ++++++++++++++-----
 drivers/net/wireless/ti/wl18xx/wl18xx.h   |    7 +++++
 drivers/net/wireless/ti/wlcore/boot.c     |   55 +++++++++++++++++++++++++++++++++++++--
 drivers/net/wireless/ti/wlcore/cmd.c      |   22 +++++++++++++---
 drivers/net/wireless/ti/wlcore/cmd.h      |    6 ++---
 drivers/net/wireless/ti/wlcore/init.c     |   16 ++++++++++++
 drivers/net/wireless/ti/wlcore/io.c       |    6 +++++
 drivers/net/wireless/ti/wlcore/io.h       |   13 +++++-----
 drivers/net/wireless/ti/wlcore/main.c     |   75 ++++++++++++++++++++++++++++++-----------------------
 drivers/net/wireless/ti/wlcore/scan.c     |   11 ++++----
 drivers/net/wireless/ti/wlcore/sdio.c     |    6 -----
 drivers/net/wireless/ti/wlcore/spi.c      |    6 -----
 drivers/net/wireless/ti/wlcore/testmode.c |   13 +---------
 drivers/net/wireless/ti/wlcore/wlcore.h   |   25 ++++++++++++++++--
 drivers/net/wireless/ti/wlcore/wlcore_i.h |   16 ++++--------
 17 files changed, 242 insertions(+), 102 deletions(-)


-- 
Cheers,
Luca.




[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: pull request: TI wireless drivers 2012-07-08 (for 3.6)
  2012-07-08 13:39 pull request: TI wireless drivers 2012-06-27 (for 3.6) Luciano Coelho
@ 2012-07-08 13:40 ` Luciano Coelho
  2012-07-10 16:13   ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Luciano Coelho @ 2012-07-08 13:40 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, arik, assaf

Oops, fixed the subject, which was obviously sent with the wrong date.
Sorry for the mix up.

Luca.

On Sun, 2012-07-08 at 16:39 +0300, Luciano Coelho wrote:
> Hi John,
> 
> A few more patches with some bugfixes and an update in the firmware APIs
> intended for 3.6.  The new firmware has already been applied in
> linux-firmware.git and renamed, so this should work with the latest
> stuff from there.
> 
> Please let me know if there are any problems with this.
> 
> 
> The following changes since commit abb14fc399bb895bc5ab86af5d4defc2dfec4e70:
> 
>   Merge tag 'nfc-next-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0 (2012-07-06 16:20:33 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git for-linville
> 
> for you to fetch changes up to b950b01308bdcb07b16eb0ea63a76901d029bfd8:
> 
>   Merge branch 'wl12xx-next' into for-linville (2012-07-08 16:27:26 +0300)
> 
> ----------------------------------------------------------------
> 
> Arik Nemtsov (9):
>       wlcore/wl12xx/wl18xx: check min FW version
>       wlcore: don't stop tx queue via watermark if already stopped
>       wlcore: remove recover cmd from testmode
>       wlcore: avoid debug prints during intended FW recovery
>       wlcore: always clear recovery flag during recovery_work
>       wlcore: don't set SDIO_FAILED flag when driver state is off
>       wlcore: define number of supported bands internally
>       wl12xx/wl18xx: use a dynamic PS timeout of 1.5sec
>       wlcore: determine AP extra rates correctly
> 
> Dan Carpenter (1):
>       wlcore: fix a couple small memory leaks
> 
> Eliad Peller (2):
>       wlcore: implement .flush callback
>       wlcore: check ssid length against the correct element
> 
> Ido Yariv (1):
>       wlcore: Prevent processing of work items during op_stop
> 
> Luciano Coelho (2):
>       wl12xx/wlcore: increase FW filename version
>       Merge branch 'wl12xx-next' into for-linville
> 
> Victor Goldenshtein (1):
>       wlcore: enable sched scan while connected
> 
> Yoni Divinsky (2):
>       wlcore: add probe request templates for sched and one-shot scans
>       wlcore: change the wait for event mechanism
> 
>  drivers/net/wireless/ti/wl12xx/main.c     |   26 ++++++++++++++-----
>  drivers/net/wireless/ti/wl12xx/wl12xx.h   |   14 ++++++++++
>  drivers/net/wireless/ti/wl18xx/main.c     |   27 ++++++++++++++-----
>  drivers/net/wireless/ti/wl18xx/wl18xx.h   |    7 +++++
>  drivers/net/wireless/ti/wlcore/boot.c     |   55 +++++++++++++++++++++++++++++++++++++--
>  drivers/net/wireless/ti/wlcore/cmd.c      |   22 +++++++++++++---
>  drivers/net/wireless/ti/wlcore/cmd.h      |    6 ++---
>  drivers/net/wireless/ti/wlcore/init.c     |   16 ++++++++++++
>  drivers/net/wireless/ti/wlcore/io.c       |    6 +++++
>  drivers/net/wireless/ti/wlcore/io.h       |   13 +++++-----
>  drivers/net/wireless/ti/wlcore/main.c     |   75 ++++++++++++++++++++++++++++++-----------------------
>  drivers/net/wireless/ti/wlcore/scan.c     |   11 ++++----
>  drivers/net/wireless/ti/wlcore/sdio.c     |    6 -----
>  drivers/net/wireless/ti/wlcore/spi.c      |    6 -----
>  drivers/net/wireless/ti/wlcore/testmode.c |   13 +---------
>  drivers/net/wireless/ti/wlcore/wlcore.h   |   25 ++++++++++++++++--
>  drivers/net/wireless/ti/wlcore/wlcore_i.h |   16 ++++--------
>  17 files changed, 242 insertions(+), 102 deletions(-)
> 
> 



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

* Re: pull request: TI wireless drivers 2012-07-08 (for 3.6)
  2012-07-08 13:40 ` pull request: TI wireless drivers 2012-07-08 " Luciano Coelho
@ 2012-07-10 16:13   ` John W. Linville
  0 siblings, 0 replies; 3+ messages in thread
From: John W. Linville @ 2012-07-10 16:13 UTC (permalink / raw)
  To: Luciano Coelho; +Cc: linux-wireless, arik, assaf

Due to yesterday's unfortunate rebasing, I grabbed these patches and
rebased them on top of the current wireless-next.

Again, I apologize for whatever confusion or inconvenience that caused...

John

On Sun, Jul 08, 2012 at 04:40:54PM +0300, Luciano Coelho wrote:
> Oops, fixed the subject, which was obviously sent with the wrong date.
> Sorry for the mix up.
> 
> Luca.
> 
> On Sun, 2012-07-08 at 16:39 +0300, Luciano Coelho wrote:
> > Hi John,
> > 
> > A few more patches with some bugfixes and an update in the firmware APIs
> > intended for 3.6.  The new firmware has already been applied in
> > linux-firmware.git and renamed, so this should work with the latest
> > stuff from there.
> > 
> > Please let me know if there are any problems with this.
> > 
> > 
> > The following changes since commit abb14fc399bb895bc5ab86af5d4defc2dfec4e70:
> > 
> >   Merge tag 'nfc-next-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0 (2012-07-06 16:20:33 -0400)
> > 
> > are available in the git repository at:
> > 
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git for-linville
> > 
> > for you to fetch changes up to b950b01308bdcb07b16eb0ea63a76901d029bfd8:
> > 
> >   Merge branch 'wl12xx-next' into for-linville (2012-07-08 16:27:26 +0300)
> > 
> > ----------------------------------------------------------------
> > 
> > Arik Nemtsov (9):
> >       wlcore/wl12xx/wl18xx: check min FW version
> >       wlcore: don't stop tx queue via watermark if already stopped
> >       wlcore: remove recover cmd from testmode
> >       wlcore: avoid debug prints during intended FW recovery
> >       wlcore: always clear recovery flag during recovery_work
> >       wlcore: don't set SDIO_FAILED flag when driver state is off
> >       wlcore: define number of supported bands internally
> >       wl12xx/wl18xx: use a dynamic PS timeout of 1.5sec
> >       wlcore: determine AP extra rates correctly
> > 
> > Dan Carpenter (1):
> >       wlcore: fix a couple small memory leaks
> > 
> > Eliad Peller (2):
> >       wlcore: implement .flush callback
> >       wlcore: check ssid length against the correct element
> > 
> > Ido Yariv (1):
> >       wlcore: Prevent processing of work items during op_stop
> > 
> > Luciano Coelho (2):
> >       wl12xx/wlcore: increase FW filename version
> >       Merge branch 'wl12xx-next' into for-linville
> > 
> > Victor Goldenshtein (1):
> >       wlcore: enable sched scan while connected
> > 
> > Yoni Divinsky (2):
> >       wlcore: add probe request templates for sched and one-shot scans
> >       wlcore: change the wait for event mechanism
> > 
> >  drivers/net/wireless/ti/wl12xx/main.c     |   26 ++++++++++++++-----
> >  drivers/net/wireless/ti/wl12xx/wl12xx.h   |   14 ++++++++++
> >  drivers/net/wireless/ti/wl18xx/main.c     |   27 ++++++++++++++-----
> >  drivers/net/wireless/ti/wl18xx/wl18xx.h   |    7 +++++
> >  drivers/net/wireless/ti/wlcore/boot.c     |   55 +++++++++++++++++++++++++++++++++++++--
> >  drivers/net/wireless/ti/wlcore/cmd.c      |   22 +++++++++++++---
> >  drivers/net/wireless/ti/wlcore/cmd.h      |    6 ++---
> >  drivers/net/wireless/ti/wlcore/init.c     |   16 ++++++++++++
> >  drivers/net/wireless/ti/wlcore/io.c       |    6 +++++
> >  drivers/net/wireless/ti/wlcore/io.h       |   13 +++++-----
> >  drivers/net/wireless/ti/wlcore/main.c     |   75 ++++++++++++++++++++++++++++++-----------------------
> >  drivers/net/wireless/ti/wlcore/scan.c     |   11 ++++----
> >  drivers/net/wireless/ti/wlcore/sdio.c     |    6 -----
> >  drivers/net/wireless/ti/wlcore/spi.c      |    6 -----
> >  drivers/net/wireless/ti/wlcore/testmode.c |   13 +---------
> >  drivers/net/wireless/ti/wlcore/wlcore.h   |   25 ++++++++++++++++--
> >  drivers/net/wireless/ti/wlcore/wlcore_i.h |   16 ++++--------
> >  17 files changed, 242 insertions(+), 102 deletions(-)
> > 
> > 
> 
> 
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

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

end of thread, other threads:[~2012-07-10 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-08 13:39 pull request: TI wireless drivers 2012-06-27 (for 3.6) Luciano Coelho
2012-07-08 13:40 ` pull request: TI wireless drivers 2012-07-08 " Luciano Coelho
2012-07-10 16:13   ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).