aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/hostcmd.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-08-02 11:31:18 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:49:43 -0400
commit0aef64d75851c9f3545d0793f26486ed862306d8 (patch)
tree5cf333e35691636ce1dc728c749679359677cb66 /drivers/net/wireless/libertas/hostcmd.h
parentb44898eb2c917cd397a0d8654f1c249dd3cdc67e (diff)
[PATCH] libertas: re-uppercase command defines and other constants
For readability. Signed-off-by: Dan Williams <dcbw@redhat.com> 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h
index 23871c0f882a..76c5fdeb256a 100644
--- a/drivers/net/wireless/libertas/hostcmd.h
+++ b/drivers/net/wireless/libertas/hostcmd.h
@@ -108,7 +108,7 @@ struct cmd_ds_gen {
108 108
109#define S_DS_GEN sizeof(struct cmd_ds_gen) 109#define S_DS_GEN sizeof(struct cmd_ds_gen)
110/* 110/*
111 * Define data structure for cmd_get_hw_spec 111 * Define data structure for CMD_GET_HW_SPEC
112 * This structure defines the response for the GET_HW_SPEC command 112 * This structure defines the response for the GET_HW_SPEC command
113 */ 113 */
114struct cmd_ds_get_hw_spec { 114struct cmd_ds_get_hw_spec {
@@ -155,7 +155,7 @@ struct cmd_ds_802_11_subscribe_event {
155 155
156/* 156/*
157 * This scan handle Country Information IE(802.11d compliant) 157 * This scan handle Country Information IE(802.11d compliant)
158 * Define data structure for cmd_802_11_scan 158 * Define data structure for CMD_802_11_SCAN
159 */ 159 */
160struct cmd_ds_802_11_scan { 160struct cmd_ds_802_11_scan {
161 u8 bsstype; 161 u8 bsstype;