mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
mt7615: reduce noise log
This commit is contained in:
parent
ed1a6992c8
commit
6d64ad25d0
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user