summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Girigowda <sgirigow@qca.qualcomm.com>2014-04-08 14:31:15 -0700
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-04-10 07:12:46 -0700
commit36cf564cf7f14f3fab5d25ecbbcd68f82d50538b (patch)
treec0fd7e40034fe3887a8388ab62851f051643d35b
parent1b6ba4041f1ba86e53cd1d528465c74fab4a4248 (diff)
qcacld: remove log in hdd_hard_start_xmit
Remove the log from hdd_hard_start_xmit and make it same as prima tip Change-Id: I1522733cba05f985f5fb761e6c5a80b288451491 CRs-Fixed: 645350
-rw-r--r--CORE/HDD/src/wlan_hdd_tx_rx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/CORE/HDD/src/wlan_hdd_tx_rx.c b/CORE/HDD/src/wlan_hdd_tx_rx.c
index 08e157362b5d..12fcffb0edca 100644
--- a/CORE/HDD/src/wlan_hdd_tx_rx.c
+++ b/CORE/HDD/src/wlan_hdd_tx_rx.c
@@ -739,8 +739,6 @@ int hdd_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
{
if (pAdapter->wmm_tx_queue[ac].count >= HDD_TX_QUEUE_LOW_WATER_MARK)
{
- VOS_TRACE( VOS_MODULE_ID_HDD_DATA, VOS_TRACE_LEVEL_INFO,
- "%s: Best Effort AC Tx queue is 3/4th full", __func__);
pAdapter->isVosLowResource = VOS_TRUE;
}
else