From d4670f41ac52e60240d85f9bde36ac1938ea97ef Mon Sep 17 00:00:00 2001 From: Ravi Joshi Date: Mon, 8 Aug 2016 18:49:30 -0700 Subject: qcacld-2.0: Fix host debug message flooding for unicast traffic The debug message was added to identify a case of trying to send a unicast traffic to an unknown peer. However, as per the implementation, the debug print becomes always true while sending unicast traffic in station or p2p client mode. CRs-Fixed: 1051920 Change-Id: I849317c699ffca1e057c4e59747e08535baca381 --- CORE/HDD/src/wlan_hdd_tx_rx.c | 3 --- 1 file changed, 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"); } } -- cgit v1.2.3