[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)
commit1df4e8fe91d5bab3fd7ae7f115e43c52010cd4ad
tree62a9e58760fe8021adf62f745316a265c2d7dca4
parent8c5127657549d055ac9d709cdea73902a6ef392c
[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