diff options
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1251_boot.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251_boot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251_boot.h b/drivers/net/wireless/wl12xx/wl1251_boot.h index 798362d71e3f..90063697e8f2 100644 --- a/drivers/net/wireless/wl12xx/wl1251_boot.h +++ b/drivers/net/wireless/wl12xx/wl1251_boot.h | |||
@@ -30,6 +30,7 @@ int wl1251_boot_soft_reset(struct wl1251 *wl); | |||
30 | int wl1251_boot_init_seq(struct wl1251 *wl); | 30 | int wl1251_boot_init_seq(struct wl1251 *wl); |
31 | int wl1251_boot_run_firmware(struct wl1251 *wl); | 31 | int wl1251_boot_run_firmware(struct wl1251 *wl); |
32 | void wl1251_boot_target_enable_interrupts(struct wl1251 *wl); | 32 | void wl1251_boot_target_enable_interrupts(struct wl1251 *wl); |
33 | int wl1251_boot(struct wl1251 *wl); | ||
33 | 34 | ||
34 | /* number of times we try to read the INIT interrupt */ | 35 | /* number of times we try to read the INIT interrupt */ |
35 | #define INIT_LOOP 20000 | 36 | #define INIT_LOOP 20000 |