Skip to content

Commit 13cc095

Browse files
Philipp Hortmanngregkh
authored andcommitted
staging: rtl8723bs: Remove unused macro in ioctl_cfg80211.c
Remove unused macro. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/0a33ebb3e11558f41dc847dcaa9733bfe1cf4ba6.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2889705 commit 13cc095

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,6 @@ static int cfg80211_rtw_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,
25882588

25892589
static void rtw_cfg80211_init_ht_capab(struct ieee80211_sta_ht_cap *ht_cap, enum nl80211_band band)
25902590
{
2591-
#define MAX_BIT_RATE_40MHZ_MCS15 300 /* Mbps */
25922591
#define MAX_BIT_RATE_40MHZ_MCS7 150 /* Mbps */
25932592

25942593
ht_cap->ht_supported = true;

0 commit comments

Comments
 (0)