From: Qianqiang Liu Date: Tue, 3 Sep 2024 01:44:02 +0000 (+0800) Subject: staging: rtl8723bs: Remove an unused struct in rtw_cmd.h X-Git-Tag: v6.12-rc1~40^2~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd0920ebab6bce93ac5054d621c0633f6a4d640b;p=thirdparty%2Flinux.git 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 --- 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];