From cd0920ebab6bce93ac5054d621c0633f6a4d640b Mon Sep 17 00:00:00 2001 From: Qianqiang Liu Date: Tue, 3 Sep 2024 09:44:02 +0800 Subject: [PATCH] staging: rtl8723bs: Remove an unused struct in rtw_cmd.h struct getcountjudge_rsp is not used, just remove it. Signed-off-by: Qianqiang Liu Link: https://lore.kernel.org/r/20240903014402.170750-1-qianqiang.liu@163.com Signed-off-by: Greg Kroah-Hartman --- 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 fe1b031012035..cb44119ce9a91 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.50.1