summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/boot.h
diff options
context:
space:
mode:
authorRoger Quadros <roger.quadros@nokia.com>2010-11-29 17:24:57 +0300
committerLuciano Coelho <luciano.coelho@nokia.com>2010-12-02 17:17:20 +0300
commit870c367cf829466f315de785ac613dd94eff5c50 (patch)
treee22d1c0f8abc850dc6c603797b379fc189ce571c /drivers/net/wireless/wl12xx/boot.h
parent43a598d5e40485fcfbebe0700077e83afd803ed5 (diff)
downloadlinux-870c367cf829466f315de785ac613dd94eff5c50.tar.xz
wl1271: Add wl1271_load_firmware() and export some functions
For the SDIO testing module we need to load the firmware but not boot it. wl1271_load_firmware() is meant to do just the firmware loading part. We also export some functions so they are usable in the testing module. Signed-off-by: Roger Quadros <roger.quadros@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/boot.h')
-rw-r--r--drivers/net/wireless/wl12xx/boot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/boot.h b/drivers/net/wireless/wl12xx/boot.h
index c7d771959f3a..d67dcffa31eb 100644
--- a/drivers/net/wireless/wl12xx/boot.h
+++ b/drivers/net/wireless/wl12xx/boot.h
@@ -27,6 +27,7 @@
#include "wl12xx.h"
int wl1271_boot(struct wl1271 *wl);
+int wl1271_load_firmware(struct wl1271 *wl);
#define WL1271_NO_SUBBANDS 8
#define WL1271_NO_POWER_LEVELS 4