mt7615/mt7915: remove wnm debug logs

This commit is contained in:
hanwckf
2021-06-07 10:13:00 +08:00
parent 07efc2b8f6
commit 6a1d5dab9a
2 changed files with 4 additions and 4 deletions

View File

@ -1686,7 +1686,7 @@ static VOID SendBTMQueryIndication(
BTM_EVENT_DATA *Event = (BTM_EVENT_DATA *)Elem->Msg;
PNET_DEV NetDev = pAd->ApCfg.MBSSID[Event->ControlIndex].wdev.if_dev;
printk("%s\n", __func__);
//printk("%s\n", __func__);
/* Send BTM query indication to daemon */
SendBTMQueryEvent(NetDev,
Event->PeerMACAddr,
@ -1716,7 +1716,7 @@ VOID WaitPeerBTMReqTimeout(
BOOLEAN Cancelled;
#endif /* CONFIG_11KV_API_SUPPORT */
MTWF_LOG(DBG_CAT_PROTO, CATPROTO_WNM, DBG_LVL_OFF,
MTWF_LOG(DBG_CAT_PROTO, CATPROTO_WNM, DBG_LVL_TRACE,
("%s\n", __func__));
if (!BTMPeerEntry)
@ -1728,7 +1728,7 @@ VOID WaitPeerBTMReqTimeout(
RTMPReleaseTimer(&BTMPeerEntry->WaitPeerBTMReqTimer, &Cancelled);
/* fix xiaomi time crash issue */
if (BTMPeerEntry->WaitPeerBTMRspTimer.Valid) {
MTWF_LOG(DBG_CAT_INIT, DBG_SUBCAT_ALL, DBG_LVL_ERROR, ("%s: WaitPeerBTMRspTimer isn't release, release it!!\n",
MTWF_LOG(DBG_CAT_INIT, DBG_SUBCAT_ALL, DBG_LVL_TRACE, ("%s: WaitPeerBTMRspTimer isn't release, release it!!\n",
__func__));
RTMPReleaseTimer(&BTMPeerEntry->WaitPeerBTMRspTimer, &Cancelled);
}

View File

@ -1642,7 +1642,7 @@ static VOID SendBTMQueryIndication(
BTM_EVENT_DATA *Event = (BTM_EVENT_DATA *)Elem->Msg;
PNET_DEV NetDev = pAd->ApCfg.MBSSID[Event->ControlIndex].wdev.if_dev;
printk("%s\n", __func__);
//printk("%s\n", __func__);
/* Send BTM query indication to daemon */
SendBTMQueryEvent(NetDev,
Event->PeerMACAddr,