OSDN Git Service

staging: rtl8723bs: removed unused code block
authorFabio Aiuto <fabioaiuto83@gmail.com>
Fri, 5 Mar 2021 19:17:16 +0000 (20:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:33 +0000 (09:25 +0100)
Removed conditional code block checked by unused CONFIG_TX_BCAST2UNI

This patch does the cleaning required in TODO file:

find and remove code blocks guarded by never set CONFIG_FOO defines

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/20210305191713.GA2466@agape.jhs
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/xmit_linux.c

index 1c23fbe..a89b88e 100644 (file)
@@ -212,9 +212,6 @@ int _rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev)
                && check_fwstate(pmlmepriv, WIFI_AP_STATE) == true
                && (IP_MCAST_MAC(pkt->data)
                        || ICMPV6_MCAST_MAC(pkt->data)
-                       #ifdef CONFIG_TX_BCAST2UNI
-                       || is_broadcast_mac_addr(pkt->data)
-                       #endif
                        )
                && padapter->registrypriv.wifi_spec == 0) {
                if (pxmitpriv->free_xmitframe_cnt > (NR_XMITFRAME / 4)) {