lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 1 Mar 2009 01:56:50 -0800
From:	Inaky Perez-Gonzalez <inaky@...ux.intel.com>
To:	wimax@...uxwimax.org
Cc:	netdev@...r.kernel.org
Subject: [PATCH] WiMAX-next for 2.6.30

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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ