summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2015-12-02 22:54:03 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-07 18:58:31 -0800
commitf0f17bed9a06edb82714ed2400aa511e66290ee9 (patch)
tree304090ee4133f3aef06308cf700edb41498e54a6 /drivers/staging/rtl8188eu/include
parent329862549c0f2b8df352b3f23fef0fe1760ffbc5 (diff)
downloadop-kernel-dev-f0f17bed9a06edb82714ed2400aa511e66290ee9.zip
op-kernel-dev-f0f17bed9a06edb82714ed2400aa511e66290ee9.tar.gz
staging: rtl8188eu: remove useless variable rtw_AcceptAddbaReq
rtw_AcceptAddbaReq is a static variable, it is set once and never modified. It is referenced only once, to assign its value to a member of struct registry_priv with practically the same name. Get rid of the variable, and move the meaningful part of the comment near the declaration of the relevant field of struct registry_priv. Raises a new checkpatch issue, which is fixed in a later commit: CHECK: Avoid CamelCase: <bAcceptAddbaReq> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include')
-rw-r--r--drivers/staging/rtl8188eu/include/drv_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h
index 0729bd4..65e82aa 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -110,7 +110,7 @@ struct registry_priv {
u8 wifi_spec;/* !turbo_mode */
u8 channel_plan;
- bool bAcceptAddbaReq;
+ bool bAcceptAddbaReq; /* true = accept AP's Add BA req */
u8 antdiv_cfg;
u8 antdiv_type;
OpenPOWER on IntegriCloud