projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011d183
)
small adjustment to net/mac80211/Kconfig
author
Jan Beulich
<JBeulich@novell.com>
Thu, 17 Feb 2011 13:36:19 +0000
(13:36 +0000)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 18 Feb 2011 21:54:56 +0000
(16:54 -0500)
"def_bool n" without prompt is pointless, this should be just "bool".
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/Kconfig
b/net/mac80211/Kconfig
index 9109262abd24ccb44946d1e34edd086db60cec20..4c57a9c3729bc89e82aab9dbde83fc145b3b7acb 100644
(file)
--- a/
net/mac80211/Kconfig
+++ b/
net/mac80211/Kconfig
@@
-17,7
+17,7
@@
comment "CFG80211 needs to be enabled for MAC80211"
if MAC80211 != n
config MAC80211_HAS_RC
- def_bool n
+ bool
config MAC80211_RC_PID
bool "PID controller based rate control algorithm" if EMBEDDED