Staging: rtl8192e: Rename variable ExtHTCapInfo
Rename variable ExtHTCapInfo to ext_ht_cap_info to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <tdavies@darkphysics.net> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20240428230106.6548-18-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a0667f7d7d
commit
3f9a84460f
@@ -45,7 +45,7 @@ struct ht_capab_ele {
|
||||
|
||||
u8 MCS[16];
|
||||
|
||||
u16 ExtHTCapInfo;
|
||||
u16 ext_ht_cap_info;
|
||||
|
||||
u8 TxBFCap[4];
|
||||
|
||||
|
||||
@@ -283,7 +283,7 @@ void ht_construct_capability_element(struct rtllib_device *ieee, u8 *pos_ht_cap,
|
||||
}
|
||||
|
||||
memcpy(cap_ele->MCS, ieee->reg_dot11ht_oper_rate_set, 16);
|
||||
memset(&cap_ele->ExtHTCapInfo, 0, 2);
|
||||
memset(&cap_ele->ext_ht_cap_info, 0, 2);
|
||||
memset(cap_ele->TxBFCap, 0, 4);
|
||||
|
||||
cap_ele->ASCap = 0;
|
||||
|
||||
Reference in New Issue
Block a user