softmac: mark as obsolete and schedule for removal

Schedule softmac for for removal in the 2.6.26 development window.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
John W. Linville 2007-11-21 15:24:35 -05:00 коммит произвёл David S. Miller
Родитель 003faaa177
Коммит edae58ead5
2 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -315,3 +315,11 @@ Why: This driver's functionality has been replaced by the
Who: John W. Linville <linville@tuxdriver.com> Who: John W. Linville <linville@tuxdriver.com>
--------------------------- ---------------------------
What: iee80211 softmac wireless networking component
When: 2.6.26 (or after removal of bcm43xx and port of zd1211rw to mac80211)
Files: net/ieee80211/softmac
Why: No in-kernel drivers will depend on it any longer.
Who: John W. Linville <linville@tuxdriver.com>
---------------------------

Просмотреть файл

@ -1,8 +1,9 @@
config IEEE80211 config IEEE80211
tristate "Generic IEEE 802.11 Networking Stack" tristate "Generic IEEE 802.11 Networking Stack (DEPRECATED)"
---help--- ---help---
This option enables the hardware independent IEEE 802.11 This option enables the hardware independent IEEE 802.11
networking stack. networking stack. This component is deprecated in favor of the
mac80211 component.
config IEEE80211_DEBUG config IEEE80211_DEBUG
bool "Enable full debugging output" bool "Enable full debugging output"