]> www.infradead.org Git - linux.git/commitdiff
Staging: rtl8192e: Rename variable bAssoc
authorTree Davies <tdavies@darkphysics.net>
Sun, 8 Sep 2024 19:26:27 +0000 (12:26 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Sep 2024 13:54:42 +0000 (15:54 +0200)
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>
drivers/staging/rtl8192e/rtllib.h

index 3621f27b083b00dfc74e5c20ef2e360b66aff64d..b599309b70ffcff405dc070b68ce3704d293e873 100644 (file)
@@ -1726,7 +1726,7 @@ void ht_set_connect_bw_mode(struct rtllib_device *ieee,
 void ht_update_default_setting(struct rtllib_device *ieee);
 void ht_construct_capability_element(struct rtllib_device *ieee,
                                  u8 *pos_ht_cap, u8 *len,
-                                 u8 isEncrypt, bool bAssoc);
+                                 u8 isEncrypt, bool assoc);
 void ht_construct_rt2rt_agg_element(struct rtllib_device *ieee,
                                u8 *posRT2RTAgg, u8 *len);
 void ht_on_assoc_rsp(struct rtllib_device *ieee);