[PATCH 06/10] staging: r8188eu: remove two unused defines

From: Martin Kaiser
Date: Sat Oct 15 2022 - 11:12:11 EST


The C2H_MEM_SZ and FREE_CMDOBJ_SZ defines are not used by the r8188eu
driver. Remove them.

Signed-off-by: Martin Kaiser <martin@xxxxxxxxx>
---
drivers/staging/r8188eu/include/rtw_cmd.h | 4 ----
1 file changed, 4 deletions(-)

diff --git a/drivers/staging/r8188eu/include/rtw_cmd.h b/drivers/staging/r8188eu/include/rtw_cmd.h
index 9a76aa85de94..20a65beed166 100644
--- a/drivers/staging/r8188eu/include/rtw_cmd.h
+++ b/drivers/staging/r8188eu/include/rtw_cmd.h
@@ -8,13 +8,9 @@
#include "rtw_rf.h"
#include "rtw_led.h"

-#define C2H_MEM_SZ (16*1024)
-
#include "osdep_service.h"
#include "ieee80211.h" /* <ieee80211/ieee80211.h> */

-#define FREE_CMDOBJ_SZ 128
-
#define MAX_CMDSZ 1024
#define MAX_RSPSZ 512
#define MAX_EVTSZ 1024
--
2.30.2