summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRavi Joshi <ravij@qca.qualcomm.com>2016-08-08 18:49:30 -0700
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-08-10 16:39:06 +0530
commit16e6385708ce0fc095b4e5b0a17fec480b23e697 (patch)
tree3fea5a3dee0cc84811c257cb471ec9a8307194aa
parentf04a26ef4c559eba77b69a9e91321dffc6d8d260 (diff)
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
-rw-r--r--CORE/HDD/src/wlan_hdd_tx_rx.c3
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");
}
}