HomeSort by relevance Sort by last modified time
    Searched refs:wl_dbg_level (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.h 66 #define WL_DBG_LEVEL 1 /* 0 invalidates all debug messages. default is 1 */
69 if (wl_dbg_level & WL_DBG_ERR) { \
78 if (wl_dbg_level & WL_DBG_INFO) { \
85 #if (WL_DBG_LEVEL > 0)
88 if (wl_dbg_level & WL_DBG_DBG) { \
93 #else /* !(WL_DBG_LEVEL > 0) */
95 #endif /* (WL_DBG_LEVEL > 0) */
wl_cfg80211.c 64 uint32 wl_dbg_level = WL_DBG_ERR | WL_DBG_INFO | WL_DBG_DBG; variable
66 uint32 wl_dbg_level = WL_DBG_ERR | WL_DBG_INFO; variable
336 #if (WL_DBG_LEVEL > 0)
354 #endif /* WL_DBG_LEVEL */
    [all...]

Completed in 120 milliseconds