diff options
Diffstat (limited to 'drivers/net/wireless/mwifiex/fw.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/fw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/fw.h b/drivers/net/wireless/mwifiex/fw.h index 0cc5d73cb0c1..35cb29cbd96e 100644 --- a/drivers/net/wireless/mwifiex/fw.h +++ b/drivers/net/wireless/mwifiex/fw.h | |||
@@ -673,7 +673,7 @@ struct host_cmd_ds_802_11_ad_hoc_start { | |||
673 | union ieee_types_phy_param_set phy_param_set; | 673 | union ieee_types_phy_param_set phy_param_set; |
674 | u16 reserved1; | 674 | u16 reserved1; |
675 | __le16 cap_info_bitmap; | 675 | __le16 cap_info_bitmap; |
676 | u8 DataRate[HOSTCMD_SUPPORTED_RATES]; | 676 | u8 data_rate[HOSTCMD_SUPPORTED_RATES]; |
677 | } __packed; | 677 | } __packed; |
678 | 678 | ||
679 | struct host_cmd_ds_802_11_ad_hoc_result { | 679 | struct host_cmd_ds_802_11_ad_hoc_result { |