diff options
author | Dan Williams <dcbw@redhat.com> | 2007-12-11 12:42:16 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:06:42 -0500 |
commit | 6e66f03ff78b23d845920739373b1561c546b13f (patch) | |
tree | c190caf119aedbcc07d6020226dfd4637ef44970 /drivers/net/wireless/libertas/hostcmd.h | |
parent | a8bdcd71fd33e4a919f9f0cb32207c644b70853f (diff) |
libertas: convert GET_HW_SPEC to a direct command
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/hostcmd.h')
-rw-r--r-- | drivers/net/wireless/libertas/hostcmd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h index 93ac46a05c54..a87c2174bbf3 100644 --- a/drivers/net/wireless/libertas/hostcmd.h +++ b/drivers/net/wireless/libertas/hostcmd.h | |||
@@ -119,6 +119,8 @@ struct cmd_ds_gen { | |||
119 | * This structure defines the response for the GET_HW_SPEC command | 119 | * This structure defines the response for the GET_HW_SPEC command |
120 | */ | 120 | */ |
121 | struct cmd_ds_get_hw_spec { | 121 | struct cmd_ds_get_hw_spec { |
122 | struct cmd_header hdr; | ||
123 | |||
122 | /* HW Interface version number */ | 124 | /* HW Interface version number */ |
123 | __le16 hwifversion; | 125 | __le16 hwifversion; |
124 | /* HW version number */ | 126 | /* HW version number */ |
@@ -637,7 +639,6 @@ struct cmd_ds_command { | |||
637 | 639 | ||
638 | /* command Body */ | 640 | /* command Body */ |
639 | union { | 641 | union { |
640 | struct cmd_ds_get_hw_spec hwspec; | ||
641 | struct cmd_ds_802_11_ps_mode psmode; | 642 | struct cmd_ds_802_11_ps_mode psmode; |
642 | struct cmd_ds_802_11_scan scan; | 643 | struct cmd_ds_802_11_scan scan; |
643 | struct cmd_ds_802_11_scan_rsp scanresp; | 644 | struct cmd_ds_802_11_scan_rsp scanresp; |