diff options
author | Juuso Oikarinen <juuso.oikarinen@nokia.com> | 2009-10-12 08:08:46 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:48:03 -0400 |
commit | 451de97adb4d0f101f3befc881a548adb47c467a (patch) | |
tree | 6d40eb04db29f66983a6dd98e8bfff7eb654935b /drivers/net/wireless/wl12xx/wl1271.h | |
parent | 37079a831d8194e138c03663b7cab281ab1dc181 (diff) |
wl1271: Update memory mapping for firmware revision 6.1.0.0.241
Update the memory regions and memory mapping to support firmware revision
6.1.0.0.241.
Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h index 858bf6b160a1..b2bc7b59d645 100644 --- a/drivers/net/wireless/wl12xx/wl1271.h +++ b/drivers/net/wireless/wl12xx/wl1271.h | |||
@@ -148,6 +148,8 @@ struct wl1271_partition { | |||
148 | struct wl1271_partition_set { | 148 | struct wl1271_partition_set { |
149 | struct wl1271_partition mem; | 149 | struct wl1271_partition mem; |
150 | struct wl1271_partition reg; | 150 | struct wl1271_partition reg; |
151 | struct wl1271_partition mem2; | ||
152 | struct wl1271_partition mem3; | ||
151 | }; | 153 | }; |
152 | 154 | ||
153 | struct wl1271; | 155 | struct wl1271; |
@@ -302,10 +304,7 @@ struct wl1271 { | |||
302 | enum wl1271_state state; | 304 | enum wl1271_state state; |
303 | struct mutex mutex; | 305 | struct mutex mutex; |
304 | 306 | ||
305 | int physical_mem_addr; | 307 | struct wl1271_partition_set part; |
306 | int physical_reg_addr; | ||
307 | int virtual_mem_addr; | ||
308 | int virtual_reg_addr; | ||
309 | 308 | ||
310 | struct wl1271_chip chip; | 309 | struct wl1271_chip chip; |
311 | 310 | ||