summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaochang Duan <xduan@qca.qualcomm.com>2014-04-08 22:48:56 -0700
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-04-12 10:53:18 -0700
commit47664fbab83a4114181cee357a3e4ac761dcd145 (patch)
treed2d96871fad5436cecaf394c0b27fc4b16b0881f
parent57af6726b3ce58970160f96c06c76882b0357f8d (diff)
wlan: Reduce logging level that can cause crash
Fixes the excessive logging due to trace level VOS_TRACE_LEVEL_ERROR in function hdd_hostapd_select_queue Change-Id: Id8a30893513473afb142746da51833ca93824d13 CRs-Fixed: 645584
-rw-r--r--CORE/HDD/src/wlan_hdd_wmm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/HDD/src/wlan_hdd_wmm.c b/CORE/HDD/src/wlan_hdd_wmm.c
index e8eea671244c..19d452150f2d 100644
--- a/CORE/HDD/src/wlan_hdd_wmm.c
+++ b/CORE/HDD/src/wlan_hdd_wmm.c
@@ -1891,7 +1891,7 @@ v_U16_t hdd_hostapd_select_queue(struct net_device * dev, struct sk_buff *skb)
spin_lock_bh( &pAdapter->staInfo_lock );
if (FALSE == vos_is_macaddr_equal(&pAdapter->aStaInfo[STAId].macAddrSTA, pDestMacAddress))
{
- VOS_TRACE( VOS_MODULE_ID_HDD_SOFTAP, VOS_TRACE_LEVEL_ERROR,
+ VOS_TRACE( VOS_MODULE_ID_HDD_SOFTAP, VOS_TRACE_LEVEL_INFO,
"%s: Station MAC address does not matching", __func__);
*pSTAId = HDD_WLAN_INVALID_STA_ID;