From: Philipp Hortmann Date: Sun, 23 Jun 2024 17:58:23 +0000 (+0200) Subject: staging: rtl8723bs: Remove unused macro in ioctl_cfg80211.c X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=13cc09562eb3f80f110b552b3126560a94b865be;p=users%2Fjedix%2Flinux-maple.git staging: rtl8723bs: Remove unused macro in ioctl_cfg80211.c Remove unused macro. Signed-off-by: Philipp Hortmann Link: https://lore.kernel.org/r/0a33ebb3e11558f41dc847dcaa9733bfe1cf4ba6.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c index 82722897d6cca..2bd8b14476988 100644 --- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c +++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c @@ -2588,7 +2588,6 @@ exit: static void rtw_cfg80211_init_ht_capab(struct ieee80211_sta_ht_cap *ht_cap, enum nl80211_band band) { -#define MAX_BIT_RATE_40MHZ_MCS15 300 /* Mbps */ #define MAX_BIT_RATE_40MHZ_MCS7 150 /* Mbps */ ht_cap->ht_supported = true;