netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.33/4 00/13] WiMAX patches for 2.6.33 (batch #4)
@ 2009-11-04 21:39 Inaky Perez-Gonzalez
  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
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Inaky Perez-Gonzalez @ 2009-11-04 21:39 UTC (permalink / raw)
  To: netdev, wimax

  [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(-)


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

end of thread, other threads:[~2009-11-04 21:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 21:39 [PATCH 2.6.33/4 00/13] WiMAX patches for 2.6.33 (batch #4) Inaky Perez-Gonzalez
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

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).