mt7615/mt7915: remove wnm debug logs
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user