projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[libata] sata_mv: Tighten up interrupt masking in mv_qc_issue()
[linux-2.6]
/
net
/
wireless
/
Kconfig
diff --git
a/net/wireless/Kconfig
b/net/wireless/Kconfig
index
e28e2b8
..
092ae6f
100644
(file)
--- a/
net/wireless/Kconfig
+++ b/
net/wireless/Kconfig
@@
-102,3
+102,13
@@
config LIB80211_CRYPT_CCMP
config LIB80211_CRYPT_TKIP
tristate
+
+config LIB80211_DEBUG
+ bool "lib80211 debugging messages"
+ depends on LIB80211
+ default n
+ ---help---
+ You can enable this if you want verbose debugging messages
+ from lib80211.
+
+ If unsure, say N.