diff options
| author | Xiaochang Duan <xduan@qca.qualcomm.com> | 2014-04-08 22:48:56 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-04-12 10:53:18 -0700 |
| commit | 47664fbab83a4114181cee357a3e4ac761dcd145 (patch) | |
| tree | d2d96871fad5436cecaf394c0b27fc4b16b0881f | |
| parent | 57af6726b3ce58970160f96c06c76882b0357f8d (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.c | 2 |
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; |
