aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/dpc.c
diff options
context:
space:
mode:
authorTommaso Merciai <tomm.merciai@gmail.com>2021-10-10 23:59:45 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-10-13 14:25:52 +0200
commite9c1caea96599a3d7e1918e1c342f905436759cb (patch)
tree0f2b751d26d1a0a221ce3d90740b677f34c739a3 /drivers/staging/vt6655/dpc.c
parentstaging: rtl8723bs: hal: remove duplicate check (diff)
downloadlinux-dev-e9c1caea96599a3d7e1918e1c342f905436759cb.tar.xz
linux-dev-e9c1caea96599a3d7e1918e1c342f905436759cb.zip
staging: vt6655: fix camelcase in byLocalID
Replace camel case variable name for variable byLocalID with snake case equivalent. Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com> Link: https://lore.kernel.org/r/20211010220014.148785-1-tomm.merciai@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/dpc.c')
-rw-r--r--drivers/staging/vt6655/dpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/dpc.c b/drivers/staging/vt6655/dpc.c
index 2d06cecc0307..a7d1d35de5d4 100644
--- a/drivers/staging/vt6655/dpc.c
+++ b/drivers/staging/vt6655/dpc.c
@@ -100,7 +100,7 @@ static bool vnt_rx_data(struct vnt_private *priv, struct sk_buff *skb,
rx_status.rate_idx = rate_idx;
if (ieee80211_has_protected(fc)) {
- if (priv->byLocalID > REV_ID_VT3253_A1)
+ if (priv->local_id > REV_ID_VT3253_A1)
rx_status.flag |= RX_FLAG_DECRYPTED;
/* Drop packet */