staging: wfx: change variable name to be consistent
authorJaehee Park <jhpark1013@gmail.com>
Fri, 1 Apr 2022 14:53:50 +0000 (10:53 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2022 14:25:59 +0000 (16:25 +0200)
commit0cc4dfbbd7758076aea3ce5a13f0225c8dbcadb7
tree812269c1a010dbd2e8dd1c7bce430466c4b42e02
parent57c27d38ff937976afd207c1eaf1264d086d855c
staging: wfx: change variable name to be consistent

Change variable name to be consistent with the naming conventions.
ssidlen was changed to ssid_len and ssidie was changed to ssid_ie to be
consistent. This makes the variables more readable. The other ssid
names in the code are separated by an underscore. For example,
bssid_filter and num_of_ssids have the ssid separated from the rest of
the words with an underscore.

Signed-off-by: Jaehee Park <jhpark1013@gmail.com>
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20220401145350.GA45053@jaehee-ThinkPad-X1-Extreme
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/hif_tx.c
drivers/staging/wfx/sta.c