diff options
author | Juuso Oikarinen <juuso.oikarinen@nokia.com> | 2009-06-12 14:16:52 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 14:57:48 -0400 |
commit | 77cc9e43cee58303893f3a4fb8eaa2a3288c9c17 (patch) | |
tree | d24823c30e12403790132c5f5dfc60ed2096e4ab /drivers/net/wireless/wl12xx/wl1251.c | |
parent | ce650b5cde686a282aed860bb5cd7368e00eac07 (diff) | |
download | talos-op-linux-77cc9e43cee58303893f3a4fb8eaa2a3288c9c17.tar.gz talos-op-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/wl1251.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251.c b/drivers/net/wireless/wl12xx/wl1251.c index 5f6e75c61128..77494a9046e5 100644 --- a/drivers/net/wireless/wl12xx/wl1251.c +++ b/drivers/net/wireless/wl12xx/wl1251.c @@ -717,6 +717,7 @@ void wl1251_setup(struct wl12xx *wl) wl->chip.op_plt_init = wl1251_plt_init; wl->chip.op_fw_version = wl1251_fw_version; wl->chip.op_tx_flush = wl1251_tx_flush; + wl->chip.op_cmd_join = wl1251_cmd_join; wl->chip.p_table = wl1251_part_table; wl->chip.acx_reg_table = wl1251_acx_reg_table; |