diff options
author | Dan Williams <dcbw@redhat.com> | 2010-07-27 22:03:46 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-07-27 21:11:38 +0200 |
commit | a6bb1bcebced1eeed6a96f37cda7cbb7cbd6dae6 (patch) | |
tree | 99dc476a4a6c4c6125f9e18366127a516534b926 /drivers/net/wireless/libertas/cmd.c | |
parent | libertas: convert Mesh Blinding Table access to a direct command (diff) | |
download | linux-a6bb1bcebced1eeed6a96f37cda7cbb7cbd6dae6.tar.xz linux-a6bb1bcebced1eeed6a96f37cda7cbb7cbd6dae6.zip |
libertas: convert CMD_FWT_ACCESS to a direct command
Slightly different approach here since there are so many arguments to
the firmware command. Just let the caller fill them in before pushing
the command to the firmware.
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/cmd.c')
-rw-r--r-- | drivers/net/wireless/libertas/cmd.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/libertas/cmd.c b/drivers/net/wireless/libertas/cmd.c index dd25b2a9dbeb..2c96cf3400c9 100644 --- a/drivers/net/wireless/libertas/cmd.c +++ b/drivers/net/wireless/libertas/cmd.c @@ -1206,14 +1206,6 @@ int lbs_prepare_and_send_command(struct lbs_private *priv, ret = lbs_cmd_802_11_ps_mode(cmdptr, cmd_action); break; -#ifdef CONFIG_LIBERTAS_MESH - - case CMD_FWT_ACCESS: - ret = lbs_cmd_fwt_access(cmdptr, cmd_action, pdata_buf); - break; - -#endif - case CMD_802_11_DEEP_SLEEP: cmdptr->command = cpu_to_le16(CMD_802_11_DEEP_SLEEP); cmdptr->size = cpu_to_le16(sizeof(struct cmd_header)); |