netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Inaky Perez-Gonzalez <inaky@linux.intel.com>
To: wimax@linuxwimax.org
Cc: netdev@vger.kernel.org
Subject: [PATCH] WiMAX-next for 2.6.30
Date: Sun, 1 Mar 2009 01:56:50 -0800	[thread overview]
Message-ID: <200903010156.51110.inaky@linux.intel.com> (raw)
In-Reply-To: <1235900574-15319-1-git-send-email-inaky@linux.intel.com>

Apologies, I just realized I missed sending the cover letter

This patch series corresponds to the wimax-next tree as it stands
today, with feature additions for the i2400m driver:

 - support extended data-RX protocol and data-RX reordering
 - ability to query for a list of firmware files if the default
   doesn't work
 - control of base station idle mode timeout (with firmware >= 1.4).

The wimax stack NAP level interface (scan, connect, disconnect, etc) 
that has been proposed in the mailing list is still not really ready 
for merging, so it will be kept in a branch of wimax-next.

Harvey Harrison (1):
  wimax: replace uses of __constant_{endian}

Inaky Perez-Gonzalez (6):
  wimax/i2400m: add the ability to fallback to other firmware files if
    the default is not there
  wimax/i2400m: drop support for deprecated major fw interface, add for
    new minor
  wimax/i2400m: firmware_check() encodes the firmware version in
    i2400m->fw_version
  wimax/i2400m: allow control of the base-station idle mode timeout
  wimax/i2400m: support extended data RX protocol (no need to
    reallocate skbs)
  wimax/i2400m: implement RX reorder support

Kay Sievers (1):
  wimax: struct device - replace bus_id with dev_name(), dev_set_name()

 drivers/net/wimax/i2400m/Makefile       |    1 +
 drivers/net/wimax/i2400m/control.c      |  147 +++++-
 drivers/net/wimax/i2400m/debug-levels.h |    1 +
 drivers/net/wimax/i2400m/driver.c       |   28 ++-
 drivers/net/wimax/i2400m/fw.c           |   53 ++-
 drivers/net/wimax/i2400m/i2400m.h       |   75 +++-
 drivers/net/wimax/i2400m/netdev.c       |  106 ++++-
 drivers/net/wimax/i2400m/rx.c           |  746 
++++++++++++++++++++++++++++++-
 drivers/net/wimax/i2400m/sdio.c         |   11 +-
 drivers/net/wimax/i2400m/sysfs.c        |   80 ++++
 drivers/net/wimax/i2400m/usb-notif.c    |    2 +-
 drivers/net/wimax/i2400m/usb.c          |   14 +-
 include/linux/wimax/debug.h             |    2 +-
 include/linux/wimax/i2400m.h            |   69 +++
 14 files changed, 1240 insertions(+), 95 deletions(-)
 create mode 100644 drivers/net/wimax/i2400m/sysfs.c


-- 
Inaky

  parent reply	other threads:[~2009-03-01  9:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-01  9:42 [PATCH] wimax/i2400m: add the ability to fallback to other firmware files if the default is not there Inaky Perez-Gonzalez
2009-03-01  9:42 ` [PATCH] wimax/i2400m: drop support for deprecated major fw interface, add for new minor Inaky Perez-Gonzalez
2009-03-01  9:42   ` [PATCH] wimax/i2400m: firmware_check() encodes the firmware version in i2400m->fw_version Inaky Perez-Gonzalez
2009-03-01  9:42     ` [PATCH] wimax/i2400m: allow control of the base-station idle mode timeout Inaky Perez-Gonzalez
2009-03-01  9:42       ` [PATCH] wimax: struct device - replace bus_id with dev_name(), dev_set_name() Inaky Perez-Gonzalez
2009-03-01  9:42         ` [PATCH] wimax/i2400m: support extended data RX protocol (no need to reallocate skbs) Inaky Perez-Gonzalez
2009-03-01  9:42           ` [PATCH] wimax: replace uses of __constant_{endian} Inaky Perez-Gonzalez
2009-03-01  9:42             ` [PATCH] wimax/i2400m: implement RX reorder support Inaky Perez-Gonzalez
2009-03-01 19:06             ` [PATCH] wimax: replace uses of __constant_{endian} Harvey Harrison
2009-03-02  0:07               ` Inaky Perez-Gonzalez
2009-03-01  9:56 ` Inaky Perez-Gonzalez [this message]
2009-03-02 11:12   ` [PATCH] WiMAX-next for 2.6.30 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=200903010156.51110.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 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).