2012-05-03 13:07:55

by Luciano Coelho

[permalink] [raw]
Subject: pull request: wl12xx 2012-05-03

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)

----------------------------------------------------------------
[email protected] (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.


Attachments:
signature.asc (836.00 B)
This is a digitally signed message part

2012-05-15 22:17:50

by John W. Linville

[permalink] [raw]
Subject: Re: pull request: wl12xx 2012-05-03

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
[email protected] might be all we have. Be ready.

2012-05-16 03:08:56

by Luciano Coelho

[permalink] [raw]
Subject: Re: pull request: wl12xx 2012-05-03

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.