[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210316095922.21123-1-zhaoxiao@uniontech.com>
Date: Tue, 16 Mar 2021 17:59:22 +0800
From: zhaoxiao <zhaoxiao@...ontech.com>
To: gregkh@...uxfoundation.org
Cc: straube.linux@...il.com, lu@...o.net, dan.carpenter@...cle.com,
serrazimone@...il.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, zhaoxiao <zhaoxiao@...ontech.com>
Subject: [PATCH] staging: rtl8192u: remove extra lines
Remove extra lines in the struct r8192_private_args.
Signed-off-by: zhaoxiao <zhaoxiao@...ontech.com>
---
drivers/staging/rtl8192u/r8192U_wx.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r8192U_wx.c
index 6ead461e3279..e9de7dc8f049 100644
--- a/drivers/staging/rtl8192u/r8192U_wx.c
+++ b/drivers/staging/rtl8192u/r8192U_wx.c
@@ -879,12 +879,10 @@ static iw_handler r8192_wx_handlers[] = {
static const struct iw_priv_args r8192_private_args[] = {
-
{
SIOCIWFIRSTPRIV + 0x0,
IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "badcrc"
},
-
{
SIOCIWFIRSTPRIV + 0x1,
IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "activescan"
@@ -897,7 +895,6 @@ static const struct iw_priv_args r8192_private_args[] = {
{
SIOCIWFIRSTPRIV + 0x3,
IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "forcereset"
-
}
};
--
2.20.1
Powered by blists - more mailing lists