From: Inaky Perez-Gonzalez <inaky@linux.intel.com>
To: netdev@vger.kernel.org, wimax@linuxwimax.org
Subject: [PATCH 2.6.33/4 00/13] WiMAX patches for 2.6.33 (batch #4)
Date: Wed, 4 Nov 2009 13:39:55 -0800 [thread overview]
Message-ID: <cover.1257370737.git.inaky@linux.intel.com> (raw)
[this series of patches has been split in four batches as it was too
long; the grouping is just sequential as they are not really
related, except for dependencies].
Misc independent small fixes; most relevant are: don't overwrite MAC
headers so tcpdump/wireshark can use it, fix of an OOPS during TX
shutdown; fix OOPS when exiting USB kthreads.
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax.git
Patches follow for ease of review.
Cindy H Kao (2):
wimax/i2400m: use JUMP cmd for last FW chunk indication
wimax/i2400m: change the bcf_len to exclude the extended header size
Inaky Perez-Gonzalez (11):
wimax/i2400m: reduce verbosity of debug messages in boot mode
wimax/i2400m: fix race condition with tcpdump et al
wimax: allow user space to send messages once the device is
registered
wimax: allow WIMAX_RF_QUERY calls when state is still uninitialized
wimax/i2400m: when stopping the device, cancel any pending message
wimax/i2400m: fix deadlock: don't do BUS reset under
i2400m->init_mutex
wimax/i2400m: move i2400m_init() out of i2400m.h
wimax/i2400m: queue device's report until the driver is ready for
them
wimax/i2400m: fix oops in TX when tearing down the device
wimax/i2400m: Let device's status reports change the device state
wimax/i2400m: fix oops caused by race condition when exiting USB
kthreads
drivers/net/wimax/i2400m/driver.c | 117 +++++++++++-------------------
drivers/net/wimax/i2400m/fw.c | 30 +++++---
drivers/net/wimax/i2400m/i2400m.h | 48 ++++--------
drivers/net/wimax/i2400m/netdev.c | 21 +++++-
drivers/net/wimax/i2400m/rx.c | 142 ++++++++++++++++++++++++++++-------
drivers/net/wimax/i2400m/sdio-rx.c | 2 +-
drivers/net/wimax/i2400m/sdio-tx.c | 5 +-
drivers/net/wimax/i2400m/tx.c | 18 ++++-
drivers/net/wimax/i2400m/usb-rx.c | 35 +++++++--
drivers/net/wimax/i2400m/usb-tx.c | 35 ++++++++-
drivers/net/wimax/i2400m/usb.c | 14 +++-
net/wimax/op-msg.c | 2 +
net/wimax/op-rfkill.c | 9 ++-
13 files changed, 310 insertions(+), 168 deletions(-)
next reply other threads:[~2009-11-04 21:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 21:39 Inaky Perez-Gonzalez [this message]
2009-11-04 21:39 ` [PATCH 2.6.33/4 01/13] wimax/i2400m: reduce verbosity of debug messages in boot mode Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/4 02/13] wimax/i2400m: fix race condition with tcpdump et al Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/4 03/13] wimax: allow user space to send messages once the device is registered Inaky Perez-Gonzalez
2009-11-04 21:39 ` [PATCH 2.6.33/4 04/13] wimax: allow WIMAX_RF_QUERY calls when state is still uninitialized Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/4 05/13] wimax/i2400m: use JUMP cmd for last FW chunk indication Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/4 06/13] wimax/i2400m: change the bcf_len to exclude the extended header size Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/4 07/13] wimax/i2400m: when stopping the device, cancel any pending message Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/4 08/13] wimax/i2400m: fix deadlock: don't do BUS reset under i2400m->init_mutex Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/4 09/13] wimax/i2400m: move i2400m_init() out of i2400m.h Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/4 10/13] wimax/i2400m: queue device's report until the driver is ready for them Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/4 11/13] wimax/i2400m: fix oops in TX when tearing down the device Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/4 12/13] wimax/i2400m: Let device's status reports change the device state Inaky Perez-Gonzalez
2009-11-04 21:40 ` [PATCH 2.6.33/4 13/13] wimax/i2400m: fix oops caused by race condition when exiting USB kthreads Inaky Perez-Gonzalez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1257370737.git.inaky@linux.intel.com \
--to=inaky@linux.intel.com \
--cc=netdev@vger.kernel.org \
--cc=wimax@linuxwimax.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.