mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 16:56:53 +07:00
staging: wilc1000: rename hardwareProductVersion in struct wilc_mac_cfg
This patch renames hardwareProductVersion to hw_product_version to avoid camelcase. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e9d24b9e88
commit
76e6121c90
@ -29,7 +29,7 @@ struct wilc_mac_cfg {
|
|||||||
u8 supp_rate[24];
|
u8 supp_rate[24];
|
||||||
u8 wep_key[28];
|
u8 wep_key[28];
|
||||||
u8 i_psk[66];
|
u8 i_psk[66];
|
||||||
u8 hardwareProductVersion[33];
|
u8 hw_product_version[33];
|
||||||
u8 phyversion[17];
|
u8 phyversion[17];
|
||||||
u8 supp_username[21];
|
u8 supp_username[21];
|
||||||
u8 supp_password[64];
|
u8 supp_password[64];
|
||||||
@ -136,7 +136,7 @@ static struct wilc_cfg_str g_cfg_str[] = {
|
|||||||
{WID_BSSID, g_mac.bssid}, /* 6 bytes */
|
{WID_BSSID, g_mac.bssid}, /* 6 bytes */
|
||||||
{WID_WEP_KEY_VALUE, g_mac.wep_key}, /* 27 bytes */
|
{WID_WEP_KEY_VALUE, g_mac.wep_key}, /* 27 bytes */
|
||||||
{WID_11I_PSK, g_mac.i_psk}, /* 65 bytes */
|
{WID_11I_PSK, g_mac.i_psk}, /* 65 bytes */
|
||||||
{WID_HARDWARE_VERSION, g_mac.hardwareProductVersion},
|
{WID_HARDWARE_VERSION, g_mac.hw_product_version},
|
||||||
{WID_MAC_ADDR, g_mac.mac_address},
|
{WID_MAC_ADDR, g_mac.mac_address},
|
||||||
{WID_PHY_VERSION, g_mac.phyversion},
|
{WID_PHY_VERSION, g_mac.phyversion},
|
||||||
{WID_SUPP_USERNAME, g_mac.supp_username},
|
{WID_SUPP_USERNAME, g_mac.supp_username},
|
||||||
|
Loading…
Reference in New Issue
Block a user