All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: wl12xx 2012-05-03
@ 2012-05-03 13:07 Luciano Coelho
  2012-05-15 22:01 ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Luciano Coelho @ 2012-05-03 13:07 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless

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

Hi John,

This is another pull request intended for 3.5.  A few fixes here and
there, stuff that has been pending for a while and I hadn't had the time
to apply.  Nothing really major.

Please pull or let me know if there's any problem. This tree is based on
wireless-next/master and the head I want you to pull from is
422823e85d3957b64c573a2f15c6172d78de1e00. 

Thanks! 

The following changes since commit 0a9b3782ef402d27c3e6d1b116f10076a9dd088c:

  {nl,cfg,mac}80211: Allow user to see/configure HT protection mode (2012-05-02 14:30:55 -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 422823e85d3957b64c573a2f15c6172d78de1e00:

  wlcore/wl12xx: implement better beacon loss handling (2012-05-03 15:45:03 +0300)

----------------------------------------------------------------
Bartosz.Markowski@tieto.com (1):
      wlcore/wl12xx: implement better beacon loss handling

Dan Carpenter (2):
      wlcore: release lock on error in wl1271_op_suspend()
      wlcore: fixup an allocation

Eyal Shapira (4):
      wlcore: add RX filters util functions
      wl12xx: add RX filters ACX commands
      wlcore: add RX filters driver state mgmt functions
      wl12xx: support wowlan wakeup patterns

Jesper Juhl (1):
      wlcore: fix size of two memset's in wl1271_cmd_build_arp_rsp()

Luciano Coelho (1):
      wlcore: use GFP_KERNEL together with GFP_DMA

Randy Dunlap (1):
      wireless: TI wlxxx depends on MAC80211

 drivers/net/wireless/ti/wl12xx/Kconfig  |    1 +
 drivers/net/wireless/ti/wlcore/Kconfig  |    2 +-
 drivers/net/wireless/ti/wlcore/acx.c    |   79 +++++++++++++
 drivers/net/wireless/ti/wlcore/acx.h    |   30 +++++
 drivers/net/wireless/ti/wlcore/boot.c   |    3 +-
 drivers/net/wireless/ti/wlcore/cmd.c    |    8 +-
 drivers/net/wireless/ti/wlcore/event.c  |   29 ++---
 drivers/net/wireless/ti/wlcore/main.c   |  322 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/net/wireless/ti/wlcore/rx.c     |   36 ++++++
 drivers/net/wireless/ti/wlcore/rx.h     |    4 +
 drivers/net/wireless/ti/wlcore/wl12xx.h |   41 +++++++
 drivers/net/wireless/ti/wlcore/wlcore.h |    6 +
 12 files changed, 531 insertions(+), 30 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: wl12xx 2012-05-03
  2012-05-03 13:07 pull request: wl12xx 2012-05-03 Luciano Coelho
@ 2012-05-15 22:01 ` John W. Linville
  2012-05-16  3:08   ` Luciano Coelho
  0 siblings, 1 reply; 3+ messages in thread
From: John W. Linville @ 2012-05-15 22:01 UTC (permalink / raw)
  To: Luciano Coelho; +Cc: linux-wireless

On Thu, May 03, 2012 at 04:07:51PM +0300, Luciano Coelho wrote:
> Hi John,
> 
> This is another pull request intended for 3.5.  A few fixes here and
> there, stuff that has been pending for a while and I hadn't had the time
> to apply.  Nothing really major.
> 
> Please pull or let me know if there's any problem. This tree is based on
> wireless-next/master and the head I want you to pull from is
> 422823e85d3957b64c573a2f15c6172d78de1e00. 
> 
> Thanks! 
> 
> The following changes since commit 0a9b3782ef402d27c3e6d1b116f10076a9dd088c:
> 
>   {nl,cfg,mac}80211: Allow user to see/configure HT protection mode (2012-05-02 14:30:55 -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 422823e85d3957b64c573a2f15c6172d78de1e00:
> 
>   wlcore/wl12xx: implement better beacon loss handling (2012-05-03 15:45:03 +0300)

I used the magic of git to fix this up after last week's rebasing.
Please do take the opportunity to verify the result.

Thanks,

John
-- 
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

* Re: pull request: wl12xx 2012-05-03
  2012-05-15 22:01 ` John W. Linville
@ 2012-05-16  3:08   ` Luciano Coelho
  0 siblings, 0 replies; 3+ messages in thread
From: Luciano Coelho @ 2012-05-16  3:08 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless

Hey,

On Tue, 2012-05-15 at 18:01 -0400, John W. Linville wrote:
> On Thu, May 03, 2012 at 04:07:51PM +0300, Luciano Coelho wrote:
> > Hi John,
> > 
> > This is another pull request intended for 3.5.  A few fixes here and
> > there, stuff that has been pending for a while and I hadn't had the time
> > to apply.  Nothing really major.
> > 
> > Please pull or let me know if there's any problem. This tree is based on
> > wireless-next/master and the head I want you to pull from is
> > 422823e85d3957b64c573a2f15c6172d78de1e00. 
> > 
> > Thanks! 
> > 
> > The following changes since commit 0a9b3782ef402d27c3e6d1b116f10076a9dd088c:
> > 
> >   {nl,cfg,mac}80211: Allow user to see/configure HT protection mode (2012-05-02 14:30:55 -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 422823e85d3957b64c573a2f15c6172d78de1e00:
> > 
> >   wlcore/wl12xx: implement better beacon loss handling (2012-05-03 15:45:03 +0300)
> 
> I used the magic of git to fix this up after last week's rebasing.
> Please do take the opportunity to verify the result.

Your magic skills still seem to be working very well. ;)

The only difference I found in our code from my original pull request
branch and your new wireless-next/master was Dave's commit 9d83ba4b
wl12xx: Stop using NLA_PUT*().

Thanks!

-- 
Cheers,
Luca.


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

end of thread, other threads:[~2012-05-16  3:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-03 13:07 pull request: wl12xx 2012-05-03 Luciano Coelho
2012-05-15 22:01 ` John W. Linville
2012-05-16  3:08   ` Luciano Coelho

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.