aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/feature-removal-schedule.txt9
-rw-r--r--MAINTAINERS2
-rw-r--r--drivers/net/wireless/bcm43xx/Kconfig9
3 files changed, 16 insertions, 4 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 25370662cc5d..8d5f9f8b7a78 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -306,3 +306,12 @@ Why: These drivers are superseded by i810fb, intelfb and savagefb.
306Who: Jean Delvare <khali@linux-fr.org> 306Who: Jean Delvare <khali@linux-fr.org>
307 307
308--------------------------- 308---------------------------
309
310What: bcm43xx wireless network driver
311When: 2.6.26
312Files: drivers/net/wireless/bcm43xx
313Why: This driver's functionality has been replaced by the
314 mac80211-based b43 and b43legacy drivers.
315Who: John W. Linville <linville@tuxdriver.com>
316
317---------------------------
diff --git a/MAINTAINERS b/MAINTAINERS
index 6de909fe2013..2c848b46dbac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -809,7 +809,7 @@ P: Stefano Brivio
809M: stefano.brivio@polimi.it 809M: stefano.brivio@polimi.it
810L: linux-wireless@vger.kernel.org 810L: linux-wireless@vger.kernel.org
811W: http://bcm43xx.berlios.de/ 811W: http://bcm43xx.berlios.de/
812S: Maintained 812S: Obsolete
813 813
814BEFS FILE SYSTEM 814BEFS FILE SYSTEM
815P: Sergey S. Kostyliov 815P: Sergey S. Kostyliov
diff --git a/drivers/net/wireless/bcm43xx/Kconfig b/drivers/net/wireless/bcm43xx/Kconfig
index ce397e4284f4..0159701e8456 100644
--- a/drivers/net/wireless/bcm43xx/Kconfig
+++ b/drivers/net/wireless/bcm43xx/Kconfig
@@ -1,12 +1,15 @@
1config BCM43XX 1config BCM43XX
2 tristate "Broadcom BCM43xx wireless support" 2 tristate "Broadcom BCM43xx wireless support (DEPRECATED)"
3 depends on PCI && IEEE80211 && IEEE80211_SOFTMAC && WLAN_80211 && EXPERIMENTAL 3 depends on PCI && IEEE80211 && IEEE80211_SOFTMAC && WLAN_80211 && EXPERIMENTAL
4 select WIRELESS_EXT 4 select WIRELESS_EXT
5 select FW_LOADER 5 select FW_LOADER
6 select HW_RANDOM 6 select HW_RANDOM
7 ---help--- 7 ---help---
8 This is an experimental driver for the Broadcom 43xx wireless chip, 8 This is an experimental driver for the Broadcom 43xx wireless
9 found in the Apple Airport Extreme and various other devices. 9 chip, found in the Apple Airport Extreme and various other
10 devices. This driver is deprecated and will be removed
11 from the kernel in the near future. It has been replaced
12 by the b43 and b43legacy drivers.
10 13
11config BCM43XX_DEBUG 14config BCM43XX_DEBUG
12 bool "Broadcom BCM43xx debugging (RECOMMENDED)" 15 bool "Broadcom BCM43xx debugging (RECOMMENDED)"