Skip to content

Commit 712d14f

Browse files
treedaviesgregkh
authored andcommitted
Staging: rtl8192e: Rename variable bAssoc
Rename variable bAssoc to assoc 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/20240908192633.94144-11-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 0e0a2b3 commit 712d14f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/staging/rtl8192e/rtllib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ void ht_set_connect_bw_mode(struct rtllib_device *ieee,
17261726
void ht_update_default_setting(struct rtllib_device *ieee);
17271727
void ht_construct_capability_element(struct rtllib_device *ieee,
17281728
u8 *pos_ht_cap, u8 *len,
1729-
u8 isEncrypt, bool bAssoc);
1729+
u8 isEncrypt, bool assoc);
17301730
void ht_construct_rt2rt_agg_element(struct rtllib_device *ieee,
17311731
u8 *posRT2RTAgg, u8 *len);
17321732
void ht_on_assoc_rsp(struct rtllib_device *ieee);

0 commit comments

Comments
 (0)