[PATCH] staging: rtl8723bs: Remove an unused struct in rtw_cmd.h

Qianqiang Liu posted 1 patch 1 year, 3 months ago
drivers/staging/rtl8723bs/include/rtw_cmd.h | 4 ----
1 file changed, 4 deletions(-)
[PATCH] staging: rtl8723bs: Remove an unused struct in rtw_cmd.h
Posted by Qianqiang Liu 1 year, 3 months ago
struct getcountjudge_rsp is not used, just remove it.

Signed-off-by: Qianqiang Liu <qianqiang.liu@163.com>
---
 drivers/staging/rtl8723bs/include/rtw_cmd.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/rtl8723bs/include/rtw_cmd.h b/drivers/staging/rtl8723bs/include/rtw_cmd.h
index fe1b03101203..cb44119ce9a9 100644
--- a/drivers/staging/rtl8723bs/include/rtw_cmd.h
+++ b/drivers/staging/rtl8723bs/include/rtw_cmd.h
@@ -516,10 +516,6 @@ struct drvextra_cmd_parm {
 
 /*------------------- Below are used for RF/BB tuning ---------------------*/
 
-struct	getcountjudge_rsp {
-	u8 count_judge[MAX_RATES_LENGTH];
-};
-
 struct addBaReq_parm {
 	unsigned int tid;
 	u8 addr[ETH_ALEN];
-- 
2.39.2