diff options
author | Arik Nemtsov <arik@wizery.com> | 2011-03-06 09:32:18 -0500 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-04-19 09:49:02 -0400 |
commit | 1aed55fd784d000fb6741cefb68712d64817bd68 (patch) | |
tree | 6d2db14867c3656e2330091771ff2f37d5209c82 /drivers/net/wireless/wl12xx/wl12xx.h | |
parent | ae47c45fd02fdf88d57adc370e78e7a01e2bfcbc (diff) |
wl12xx: 1281/1283 support - Use different FW file for AP mode wl127x/wl128x chips
Choose a different FW for AP-mode wl127x and wl128x chips, base on chip
ID at boot time.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Reviewed-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl12xx.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl12xx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h index ad04b8337a25..890c1a54382d 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl12xx.h | |||
@@ -132,7 +132,8 @@ extern u32 wl12xx_debug_level; | |||
132 | 132 | ||
133 | #define WL1271_FW_NAME "ti-connectivity/wl1271-fw-2.bin" | 133 | #define WL1271_FW_NAME "ti-connectivity/wl1271-fw-2.bin" |
134 | #define WL128X_FW_NAME "ti-connectivity/wl128x-fw.bin" | 134 | #define WL128X_FW_NAME "ti-connectivity/wl128x-fw.bin" |
135 | #define WL1271_AP_FW_NAME "ti-connectivity/wl1271-fw-ap.bin" | 135 | #define WL127X_AP_FW_NAME "ti-connectivity/wl1271-fw-ap.bin" |
136 | #define WL128X_AP_FW_NAME "ti-connectivity/wl128x-fw-ap.bin" | ||
136 | 137 | ||
137 | /* | 138 | /* |
138 | * wl127x and wl128x are using the same NVS file name. However, the | 139 | * wl127x and wl128x are using the same NVS file name. However, the |