brcm80211: Convert log message levels to debug levels
In preparation for enhancements to debug and trace support, convert the message levels to debug levels which will be used for enabling categories of debug messages. The two message levels are little-used anyway and are combined into the BRCM_DL_INFO debug level. Acked-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Tested-by: Daniel Wagner <wagi@monom.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
f5c4f10852
commit
1ca47e687a
@@ -78,9 +78,8 @@
|
||||
#define PM_OFF 0
|
||||
#define PM_MAX 1
|
||||
|
||||
/* Message levels */
|
||||
#define LOG_ERROR_VAL 0x00000001
|
||||
#define LOG_TRACE_VAL 0x00000002
|
||||
/* Debug levels */
|
||||
#define BRCM_DL_INFO 0x00000001
|
||||
|
||||
#define PM_OFF 0
|
||||
#define PM_MAX 1
|
||||
|
Reference in New Issue
Block a user