From: Inaky Perez-Gonzalez <inaky@linux.intel.com>
To: netdev@vger.kernel.org, wimax@linuxwimax.org
Subject: [patch 2.6.31 00/10] WiMAX pull request (v2)
Date: Thu, 28 May 2009 18:12:04 -0700 [thread overview]
Message-ID: <cover.1243559425.git.inaky@linux.intel.com> (raw)
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
next reply other threads:[~2009-05-29 4:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-29 1:12 Inaky Perez-Gonzalez [this message]
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
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.1243559425.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.