summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/hostcmd.h
diff options
context:
space:
mode:
authorDan Williams2007-08-02 17:18:40 +0200
committerDavid S. Miller2007-10-11 01:49:42 +0200
commitb44898eb2c917cd397a0d8654f1c249dd3cdc67e (patch)
treefa82dc18daf8aec9b5268ff5fcc80a22e3175ccc /drivers/net/wireless/libertas/hostcmd.h
parent[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_result (diff)
downloadkernel-qcow2-linux-b44898eb2c917cd397a0d8654f1c249dd3cdc67e.tar.gz
kernel-qcow2-linux-b44898eb2c917cd397a0d8654f1c249dd3cdc67e.tar.xz
kernel-qcow2-linux-b44898eb2c917cd397a0d8654f1c249dd3cdc67e.zip
[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_start
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h
index 6b5e58c88c4e..23871c0f882a 100644
--- a/drivers/net/wireless/libertas/hostcmd.h
+++ b/drivers/net/wireless/libertas/hostcmd.h
@@ -439,7 +439,7 @@ struct cmd_ds_802_11_rate_adapt_rateset {
};
struct cmd_ds_802_11_ad_hoc_start {
- u8 SSID[IW_ESSID_MAX_SIZE];
+ u8 ssid[IW_ESSID_MAX_SIZE];
u8 bsstype;
__le16 beaconperiod;
u8 dtimperiod;