netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 2.6.31 00/10] WiMAX pull request (v2)
@ 2009-05-29  1:12 Inaky Perez-Gonzalez
  2009-05-29  1:12 ` [patch 2.6.31 01/10] wimax/i2400m: generate fake source MAC address with random_ether_addr() Inaky Perez-Gonzalez
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Inaky Perez-Gonzalez @ 2009-05-29  1:12 UTC (permalink / raw)
  To: netdev, wimax

This pull request for 2.6.31 adds a new WiMAX API call for getting the
device state (from Paulius Zaleckas), fixes random stuff in the
i2400m, adds a debug facility to trace commands sent to the device and
cleans up state-report handling code.

Changes in v2:

 - Fix breakage of API noticed by Stephen Hemminger in "wimax: Add
   netlink interface to get device state". 

The following changes since commit 7d18f114897ff4358419b14d551e704a4299a440:
  David S. Miller (1):
        net: Fix arg to trace_napi_poll() in netpoll.

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax.git linux-2.6.31.y

Patches follow for reviewing convenience.

Inaky Perez-Gonzalez (9):
      wimax/i2400m: generate fake source MAC address with random_ether_addr()
      wimax/i2400m: trace commands sent from user space on the "echo" pipe
      wimax/i2400m: allow kernel commands to device to be logged too
      wimax/i2400m: factor out 'state report's TLV handling to a function
      wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()
      wimax: document why wimax_msg_*() operations can be used in any state
      wimax/i2400m: sdio: set the block size before enabling the function
      wimax/i2400m: usb: fix device reset on autosuspend while not yet idle
      wimax: a new API call was added, increment minor protocol version number

Paulius Zaleckas (1):
      wimax: Add netlink interface to get device state

 drivers/net/wimax/i2400m/control.c |  100 ++++++++++++++++++++----------------
 drivers/net/wimax/i2400m/driver.c  |    5 +-
 drivers/net/wimax/i2400m/i2400m.h  |    5 ++
 drivers/net/wimax/i2400m/netdev.c  |    4 +-
 drivers/net/wimax/i2400m/rx.c      |    6 ++-
 drivers/net/wimax/i2400m/sdio.c    |   18 +++---
 drivers/net/wimax/i2400m/usb.c     |   35 +++++++++++--
 include/linux/wimax.h              |    7 ++-
 net/wimax/Makefile                 |    1 +
 net/wimax/debug-levels.h           |    1 +
 net/wimax/debugfs.c                |    1 +
 net/wimax/op-msg.c                 |   17 +++++-
 net/wimax/op-state-get.c           |   86 +++++++++++++++++++++++++++++++
 net/wimax/stack.c                  |    5 ++-
 14 files changed, 222 insertions(+), 69 deletions(-)
 create mode 100644 net/wimax/op-state-get.c

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

end of thread, other threads:[~2009-05-29  8:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29  1:12 [patch 2.6.31 00/10] WiMAX pull request (v2) Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 01/10] wimax/i2400m: generate fake source MAC address with random_ether_addr() Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 02/10] wimax/i2400m: trace commands sent from user space on the "echo" pipe Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 03/10] wimax/i2400m: allow kernel commands to device to be logged too Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 04/10] wimax/i2400m: factor out 'state report's TLV handling to a function Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 05/10] wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*() Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 06/10] wimax: document why wimax_msg_*() operations can be used in any state Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 07/10] wimax/i2400m: sdio: set the block size before enabling the function Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 08/10] wimax: Add netlink interface to get device state Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 09/10] wimax/i2400m: usb: fix device reset on autosuspend while not yet idle Inaky Perez-Gonzalez
2009-05-29  1:12 ` [patch 2.6.31 10/10] wimax: a new API call was added, increment minor protocol version number Inaky Perez-Gonzalez
2009-05-29  8:43 ` [patch 2.6.31 00/10] WiMAX pull request (v2) David Miller

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