mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-17 01:28:54 +00:00
V1.0.5
This commit is contained in:
@@ -45,4 +45,7 @@ menu "realtek wlan Parameter"
|
||||
string "wlan0 netmask"
|
||||
default "255.255.255.0"
|
||||
|
||||
config AIC_DEV_REALTEK_DEBUG
|
||||
bool "Enable Realtek driver debug information"
|
||||
default y
|
||||
endmenu
|
||||
|
||||
@@ -26,7 +26,7 @@ unsigned int g_prioritie_offset = 4;
|
||||
//----- ------------------------------------------------------------------
|
||||
// Misc Function
|
||||
//----- ------------------------------------------------------------------
|
||||
|
||||
#ifdef AIC_DEV_REALTEK_DEBUG
|
||||
int rtw_printf(const char *format, ...)
|
||||
{
|
||||
va_list args;
|
||||
@@ -43,6 +43,12 @@ int rtw_printf(const char *format, ...)
|
||||
va_end(args);
|
||||
return n;
|
||||
}
|
||||
#else
|
||||
int rtw_printf(const char *format, ...)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if CONFIG_MP_LOG_FUNC_INDEPENDENT
|
||||
int rtw_mplog(const char *format, ...)
|
||||
|
||||
Reference in New Issue
Block a user