mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 11:19:33 +07:00
staging: wilc1000: rename IsHTCapable of struct user_conn_req
This patch renames IsHTCapable of struct user_conn_req to ht_capable to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
33bfb198ff
commit
ff06982c75
@ -1143,7 +1143,7 @@ static s32 Handle_Connect(struct host_if_drv *hif_drv,
|
||||
*(pu8CurrByte++) = ptstrJoinBssParam->uapsd_cap;
|
||||
|
||||
*(pu8CurrByte++) = ptstrJoinBssParam->ht_capable;
|
||||
hif_drv->usr_conn_req.IsHTCapable = ptstrJoinBssParam->ht_capable;
|
||||
hif_drv->usr_conn_req.ht_capable = ptstrJoinBssParam->ht_capable;
|
||||
|
||||
*(pu8CurrByte++) = ptstrJoinBssParam->rsn_found;
|
||||
PRINT_D(HOSTINF_DBG, "* rsn found %d*\n", *(pu8CurrByte - 1));
|
||||
|
@ -207,7 +207,7 @@ struct user_conn_req {
|
||||
u8 *ies;
|
||||
size_t ies_len;
|
||||
wilc_connect_result conn_result;
|
||||
bool IsHTCapable;
|
||||
bool ht_capable;
|
||||
void *u32UserConnectPvoid;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user