aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/feature-removal-schedule.txt8
-rw-r--r--net/ieee80211/Kconfig5
2 files changed, 11 insertions, 2 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 8d5f9f8b7a78..ec50a2ee7ddd 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -315,3 +315,11 @@ Why: This driver's functionality has been replaced by the
315Who: John W. Linville <linville@tuxdriver.com> 315Who: John W. Linville <linville@tuxdriver.com>
316 316
317--------------------------- 317---------------------------
318
319What: iee80211 softmac wireless networking component
320When: 2.6.26 (or after removal of bcm43xx and port of zd1211rw to mac80211)
321Files: net/ieee80211/softmac
322Why: No in-kernel drivers will depend on it any longer.
323Who: John W. Linville <linville@tuxdriver.com>
324
325---------------------------
diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
index 1438adedbc83..bd501046c9c0 100644
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -1,8 +1,9 @@
1config IEEE80211 1config IEEE80211
2 tristate "Generic IEEE 802.11 Networking Stack" 2 tristate "Generic IEEE 802.11 Networking Stack (DEPRECATED)"
3 ---help--- 3 ---help---
4 This option enables the hardware independent IEEE 802.11 4 This option enables the hardware independent IEEE 802.11
5 networking stack. 5 networking stack. This component is deprecated in favor of the
6 mac80211 component.
6 7
7config IEEE80211_DEBUG 8config IEEE80211_DEBUG
8 bool "Enable full debugging output" 9 bool "Enable full debugging output"