diff options
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_tx_rx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CORE/HDD/src/wlan_hdd_tx_rx.c b/CORE/HDD/src/wlan_hdd_tx_rx.c index a635ff2bce19..24574c8b0f57 100644 --- a/CORE/HDD/src/wlan_hdd_tx_rx.c +++ b/CORE/HDD/src/wlan_hdd_tx_rx.c @@ -423,9 +423,6 @@ static void hdd_get_transmit_sta_id(hdd_adapter_t *adapter, hddLog(LOG1, "Received MC/BC packet for transmission"); mcbc_addr = true; - } else { - hddLog(LOGE, - "UC frame with invalid destination address"); } } |
