aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQianqiang Liu <[email protected]>2024-09-03 09:44:02 +0800
committerGreg Kroah-Hartman <[email protected]>2024-09-03 10:36:10 +0200
commitcd0920ebab6bce93ac5054d621c0633f6a4d640b (patch)
tree30c913cd258f1d2a519dad321e53b41bbc902733
parent30db8460f984a7f5299b6e07ea8a57cd09fc9557 (diff)
staging: rtl8723bs: Remove an unused struct in rtw_cmd.h
struct getcountjudge_rsp is not used, just remove it. Signed-off-by: Qianqiang Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/rtl8723bs/include/rtw_cmd.h4
1 files changed, 0 insertions, 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];