diff options
author | Dan Williams <dcbw@redhat.com> | 2007-12-11 16:54:15 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:06:50 -0500 |
commit | 2dd4b26264d48f10e802cc9f2d75542be5a3c7fa (patch) | |
tree | 2d79fa1cde5146df36c2add9c357e404512def94 /drivers/net/wireless/libertas/hostcmd.h | |
parent | 8e3c91bb70372da692a5fefae9f698c94bb1e641 (diff) |
libertas: convert RF_CHANNEL 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 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h index d51010c47b5b..7acb65116678 100644 --- a/drivers/net/wireless/libertas/hostcmd.h +++ b/drivers/net/wireless/libertas/hostcmd.h | |||
@@ -386,11 +386,13 @@ struct cmd_ds_802_11_inactivity_timeout { | |||
386 | }; | 386 | }; |
387 | 387 | ||
388 | struct cmd_ds_802_11_rf_channel { | 388 | struct cmd_ds_802_11_rf_channel { |
389 | struct cmd_header hdr; | ||
390 | |||
389 | __le16 action; | 391 | __le16 action; |
390 | __le16 currentchannel; | 392 | __le16 channel; |
391 | __le16 rftype; | 393 | __le16 rftype; /* unused */ |
392 | __le16 reserved; | 394 | __le16 reserved; /* unused */ |
393 | u8 channellist[32]; | 395 | u8 channellist[32]; /* unused */ |
394 | }; | 396 | }; |
395 | 397 | ||
396 | struct cmd_ds_802_11_rssi { | 398 | struct cmd_ds_802_11_rssi { |