diff options
author | Juuso Oikarinen <juuso.oikarinen@nokia.com> | 2009-06-12 13:16:52 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 20:57:48 +0200 |
commit | 77cc9e43cee58303893f3a4fb8eaa2a3288c9c17 (patch) | |
tree | d24823c30e12403790132c5f5dfc60ed2096e4ab /drivers/net/wireless/wl12xx/wl12xx.h | |
parent | wl12xx: Assign value to rx msdu lifetime variable (diff) | |
download | linux-77cc9e43cee58303893f3a4fb8eaa2a3288c9c17.tar.xz linux-77cc9e43cee58303893f3a4fb8eaa2a3288c9c17.zip |
wl12xx: Use chipset specific join commands
Add implementation to use chipset specific join commands.
Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl12xx.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl12xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h index c38aa5497ebf..c673cdb42d6c 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl12xx.h @@ -165,6 +165,8 @@ struct wl12xx_chip { int (*op_plt_init)(struct wl12xx *wl); void (*op_tx_flush)(struct wl12xx *wl); void (*op_fw_version)(struct wl12xx *wl); + int (*op_cmd_join)(struct wl12xx *wl, u8 bss_type, u8 dtim_interval, + u16 beacon_interval, u8 wait); struct wl12xx_partition_set *p_table; enum wl12xx_acx_int_reg *acx_reg_table; |