mt7615: reduce noise log

This commit is contained in:
coolsnowwolf 2021-07-15 22:12:39 +08:00
parent ed1a6992c8
commit 6d64ad25d0
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=mt7615d
P4REV:=8
P4REV:=9
PKG_VERSION:=5.0.4.0
PKG_BUILD_PARALLEL:=1

View File

@ -2694,8 +2694,8 @@ static VOID UnsolicitedEventHandler(RTMP_ADAPTER *pAd, UINT8 EID, UINT8 ExtEID,
break;
default:
MTWF_LOG(DBG_CAT_FW, DBG_SUBCAT_ALL, DBG_LVL_OFF,
("%s: Unknown Event(%x)\n", __func__, EID));
/* MTWF_LOG(DBG_CAT_FW, DBG_SUBCAT_ALL, DBG_LVL_OFF,
("%s: Unknown Event(%x)\n", __func__, EID)); */
break;
}
}