]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image format
authorJames Ketrenos <jketreno@linux.intel.com>
Tue, 7 Mar 2006 19:22:28 +0000 (03:22 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 17 Mar 2006 20:08:04 +0000 (15:08 -0500)
commite4ae614789b9c4e56df6427ee61b6b720b5967d2
treea65ca3227d09488495444b9f4d43179c595191c4
parent0091e58417b0183185b62fd308aecaef48b6101e
[PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image format

This patch modifies the driver to support the ipw2200-fw-3.0 image format.

The 3.0 fw image does not add any new capabilities, but as a result of
image format changes, it should fix two problems experienced by users:

1) Race conditions with the request_firmware interface and udev/hotplug
are improved as only a single request_firmware call is now required to
load the firmware and microcode (vs. 3 separate calls previously)

2) The monitor mode firmware (sniffer) is now packaged with the correct
boot image so it can now function without frequent restarts.

Note: Once you apply this patch, you will also need to upgrade your
firmware image to the 3.0 version available from:

        http://ipw2200.sf.net/firmware.php

Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2200.c