diff options
author | Dan Williams <dcbw@redhat.com> | 2007-08-02 11:31:18 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:49:43 -0400 |
commit | 0aef64d75851c9f3545d0793f26486ed862306d8 (patch) | |
tree | 5cf333e35691636ce1dc728c749679359677cb66 /drivers/net/wireless/libertas/hostcmd.h | |
parent | b44898eb2c917cd397a0d8654f1c249dd3cdc67e (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.h | 4 |
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 | */ |
114 | struct cmd_ds_get_hw_spec { | 114 | struct 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 | */ |
160 | struct cmd_ds_802_11_scan { | 160 | struct cmd_ds_802_11_scan { |
161 | u8 bsstype; | 161 | u8 bsstype; |