projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
370121e
)
[PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL
author
Johannes Berg
<johannes@sipsolutions.net>
Wed, 4 Jan 2006 15:51:31 +0000
(16:51 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 23 Mar 2006 03:16:50 +0000
(22:16 -0500)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/softmac/Kconfig
patch
|
blob
|
history
diff --git
a/net/ieee80211/softmac/Kconfig
b/net/ieee80211/softmac/Kconfig
index 8d4250425911866f216cbb4c12d0d3538d1443d7..6cd9f3427be6c029daa85340ae2a1bca69b1e20a 100644
(file)
--- a/
net/ieee80211/softmac/Kconfig
+++ b/
net/ieee80211/softmac/Kconfig
@@
-1,5
+1,6
@@
config IEEE80211_SOFTMAC
tristate "Software MAC add-on to the IEEE 802.11 networking stack"
+ depends on IEEE80211 && EXPERIMENTAL
---help---
This option enables the hardware independent software MAC addon
for the IEEE 802.11 networking stack.