Hi John,
Here's the first pull-request for 2.6.38. It contains some bugfixes,
some improvements in TX handling and the beginning of 802.11n
implementation.
The patches have accumulated a bit, because of the merge window.
Please pull or let me know if there's any problem. This tree is based
on wireless-next/master.
Thanks!
The following changes since commit 229aebb873e29726b91e076161649cf45154b0bf:
Linus Torvalds (1):
Merge branch 'for-next' of git://git.kernel.org/.../jikos/trivial
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git wl12xx-next
Eliad Peller (4):
wl1271: set wl->vif only if add_interface succeeded.
wl1271: refactor debugfs function generation code
wl1271: handle HW watchdog interrupt
wl1271: add recover testmode command
Gery Kahn (1):
wl1271: ref_clock cosmetic changes
Ido Yariv (4):
wl1271: TX aggregation optimization
wl1271: Fix TX starvation
wl1271: Allocate TX descriptors more efficiently
wl1271: Fix TX queue low watermark handling
Juuso Oikarinen (3):
wl1271: Fix RX path stall
wl1271: Fix scan failure detection
wl1271: Check interface state in op_* functions
Luciano Coelho (1):
wl1271: exit ELP mode when setting enabled rates in tx
Nicolas Kaiser (1):
wireless/wl1271: remove redundant if-statement v2
Shahar Levi (3):
wl1271: 11n Support, Add Definitions
wl1271: 11n Support, ACX Commands
wl1271: 11n Support, functionality and configuration ability
Teemu Paasikivi (1):
wl1271: Fix warning about unsupported RX rate
drivers/net/wireless/wl12xx/Kconfig | 10 +
drivers/net/wireless/wl12xx/wl1271.h | 13 ++-
drivers/net/wireless/wl12xx/wl1271_acx.c | 83 +++++++++
drivers/net/wireless/wl12xx/wl1271_acx.h | 89 ++++++++++-
drivers/net/wireless/wl12xx/wl1271_boot.c | 10 +-
drivers/net/wireless/wl12xx/wl1271_debugfs.c | 215 +++++++++++++------------
drivers/net/wireless/wl12xx/wl1271_event.c | 2 -
drivers/net/wireless/wl12xx/wl1271_main.c | 220 ++++++++++++++++++++-----
drivers/net/wireless/wl12xx/wl1271_rx.c | 28 +++-
drivers/net/wireless/wl12xx/wl1271_rx.h | 2 +-
drivers/net/wireless/wl12xx/wl1271_scan.c | 5 +-
drivers/net/wireless/wl12xx/wl1271_testmode.c | 12 ++
drivers/net/wireless/wl12xx/wl1271_tx.c | 132 ++++++++++-----
drivers/net/wireless/wl12xx/wl1271_tx.h | 3 +-
include/linux/wl12xx.h | 8 +
15 files changed, 624 insertions(+), 208 deletions(-)
--
Cheers,
Luca.
On Tue, Nov 02, 2010 at 09:04:45PM +0200, Luciano Coelho wrote:
> Hi John,
>
> Here's the first pull-request for 2.6.38. It contains some bugfixes,
> some improvements in TX handling and the beginning of 802.11n
> implementation.
>
> The patches have accumulated a bit, because of the merge window.
>
> Please pull or let me know if there's any problem. This tree is based
> on wireless-next/master.
>
> Thanks!
>
> The following changes since commit 229aebb873e29726b91e076161649cf45154b0bf:
> Linus Torvalds (1):
> Merge branch 'for-next' of git://git.kernel.org/.../jikos/trivial
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git wl12xx-next
Sorry for the delay! This has been pulled and should be pushed-out
in a few hours.
John
--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.