diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-20 23:41:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-20 23:41:52 +0000 |
commit | a77cf0cd624f23237a3d40ae737fc607d7e03a5c (patch) | |
tree | 31bb4639ec82d75cef594481e96ef010f4940498 /package/hostapd/Config.in | |
parent | 67d0f8af26d9beee2396702fa66a0bf2bce4c446 (diff) | |
download | upstream-a77cf0cd624f23237a3d40ae737fc607d7e03a5c.tar.gz upstream-a77cf0cd624f23237a3d40ae737fc607d7e03a5c.tar.bz2 upstream-a77cf0cd624f23237a3d40ae737fc607d7e03a5c.zip |
hostapd: add configurable debug message minimum priority to cut down on bloat generated by excessive debug messages
SVN-Revision: 30666
Diffstat (limited to 'package/hostapd/Config.in')
-rw-r--r-- | package/hostapd/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in index a88f977c19..810c5a09a9 100644 --- a/package/hostapd/Config.in +++ b/package/hostapd/Config.in @@ -26,6 +26,17 @@ config WPA_RFKILL_SUPPORT depends PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini default n +config WPA_MSG_MIN_PRIORITY + int "Minimum debug message priority" + default 3 + help + Useful values are: + 0 = all messages + 1 = raw message dumps + 2 = most debugging messages + 3 = info messages + 4 = warnings + 5 = errors config DRIVER_WEXT_SUPPORT bool |