]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] libertas: remove fw.c
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Thu, 2 Aug 2007 15:45:12 +0000 (11:45 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:49:48 +0000 (16:49 -0700)
commite476123b20d955014df33328847cf70c7e41311c
tree62a9e58760fe8021adf62f745316a265c2d7dca4
parentb54f1fabee0758998c386ef6ba533c832e185a8c
[PATCH] libertas: remove fw.c

Firmware download is quite different for different hardware. The SDIO and CF
cards have two flat files that need to be downloaded, whereas the USB driver
needs only one file, but with an internal structure.

The code that handles this (USB only) structured file is currently in fw.c.
This patch moves this code into if_usb.c. The remaining functions in fw.c
have not much to do with firmware, they are various card- and network-stack
initialisation functions. I've moved them into main.c.

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/Makefile
drivers/net/wireless/libertas/decl.h
drivers/net/wireless/libertas/fw.c [deleted file]
drivers/net/wireless/libertas/if_usb.c
drivers/net/wireless/libertas/main.c