diff options
author | Juuso Oikarinen <juuso.oikarinen@nokia.com> | 2009-10-13 05:47:42 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:48:08 -0400 |
commit | 51f2be24328957f9e2acf116b1b1d2dfd10bf41f (patch) | |
tree | 495c00ecd36cb7e84aeff4b9fd837d8e184cb8e0 /drivers/net/wireless/wl12xx/wl1271.h | |
parent | 45b531a86f93c82d8e390e19a6258111b3627bb0 (diff) |
wl1271: Add config structure for connection management parameters
Add a configuration structure for connection management parameters, and
set default configuration values there.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h index 985e8964c2f7..648223f67b54 100644 --- a/drivers/net/wireless/wl12xx/wl1271.h +++ b/drivers/net/wireless/wl12xx/wl1271.h | |||
@@ -323,7 +323,6 @@ struct wl1271 { | |||
323 | u8 bss_type; | 323 | u8 bss_type; |
324 | u8 ssid[IW_ESSID_MAX_SIZE + 1]; | 324 | u8 ssid[IW_ESSID_MAX_SIZE + 1]; |
325 | u8 ssid_len; | 325 | u8 ssid_len; |
326 | u8 listen_int; | ||
327 | int channel; | 326 | int channel; |
328 | 327 | ||
329 | struct wl1271_acx_mem_map *target_mem_map; | 328 | struct wl1271_acx_mem_map *target_mem_map; |