staging: rtl8192e: rename variable HTConstructRT2RTAggElement
Coding style issue, checkpatch Avoid CamelCase, rename it. HTConstructRT2RTAggElement -> ht_construct_rt2rt_agg_element Signed-off-by: Gary Rookard <garyrookard@fastmail.org> Link: https://lore.kernel.org/r/20231211001335.26169-5-garyrookard@fastmail.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9ee07ff4ae
commit
83280534e7
@ -318,7 +318,7 @@ void ht_construct_capability_element(struct rtllib_device *ieee, u8 *posHTCap,
|
||||
}
|
||||
}
|
||||
|
||||
void HTConstructRT2RTAggElement(struct rtllib_device *ieee, u8 *posRT2RTAgg,
|
||||
void ht_construct_rt2rt_agg_element(struct rtllib_device *ieee, u8 *posRT2RTAgg,
|
||||
u8 *len)
|
||||
{
|
||||
if (!posRT2RTAgg) {
|
||||
|
@ -1758,7 +1758,7 @@ void ht_update_default_setting(struct rtllib_device *ieee);
|
||||
void ht_construct_capability_element(struct rtllib_device *ieee,
|
||||
u8 *posHTCap, u8 *len,
|
||||
u8 isEncrypt, bool bAssoc);
|
||||
void HTConstructRT2RTAggElement(struct rtllib_device *ieee,
|
||||
void ht_construct_rt2rt_agg_element(struct rtllib_device *ieee,
|
||||
u8 *posRT2RTAgg, u8 *len);
|
||||
void HTOnAssocRsp(struct rtllib_device *ieee);
|
||||
void HTInitializeHTInfo(struct rtllib_device *ieee);
|
||||
|
@ -736,7 +736,7 @@ rtllib_association_req(struct rtllib_network *beacon,
|
||||
realtek_ie_buf = ieee->ht_info->sz_rt2rt_agg_buf;
|
||||
realtek_ie_len =
|
||||
sizeof(ieee->ht_info->sz_rt2rt_agg_buf);
|
||||
HTConstructRT2RTAggElement(ieee, realtek_ie_buf,
|
||||
ht_construct_rt2rt_agg_element(ieee, realtek_ie_buf,
|
||||
&realtek_ie_len);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user