Skip to content

Commit

Permalink
bcm43xx: mark as obsolete and schedule for removal
Browse files Browse the repository at this point in the history
Schedule bcm43xx for for removal in the 2.6.26 development window.

Signed-off-by: John W. Linville <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
linvjw authored and davem330 committed Jan 28, 2008
1 parent 88fecd0 commit 003faaa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,12 @@ Why: These drivers are superseded by i810fb, intelfb and savagefb.
Who: Jean Delvare <[email protected]>

---------------------------

What: bcm43xx wireless network driver
When: 2.6.26
Files: drivers/net/wireless/bcm43xx
Why: This driver's functionality has been replaced by the
mac80211-based b43 and b43legacy drivers.
Who: John W. Linville <[email protected]>

---------------------------
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ P: Stefano Brivio
M: [email protected]
L: [email protected]
W: http://bcm43xx.berlios.de/
S: Maintained
S: Obsolete

BEFS FILE SYSTEM
P: Sergey S. Kostyliov
Expand Down
9 changes: 6 additions & 3 deletions drivers/net/wireless/bcm43xx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
config BCM43XX
tristate "Broadcom BCM43xx wireless support"
tristate "Broadcom BCM43xx wireless support (DEPRECATED)"
depends on PCI && IEEE80211 && IEEE80211_SOFTMAC && WLAN_80211 && EXPERIMENTAL
select WIRELESS_EXT
select FW_LOADER
select HW_RANDOM
---help---
This is an experimental driver for the Broadcom 43xx wireless chip,
found in the Apple Airport Extreme and various other devices.
This is an experimental driver for the Broadcom 43xx wireless
chip, found in the Apple Airport Extreme and various other
devices. This driver is deprecated and will be removed
from the kernel in the near future. It has been replaced
by the b43 and b43legacy drivers.

config BCM43XX_DEBUG
bool "Broadcom BCM43xx debugging (RECOMMENDED)"
Expand Down

0 comments on commit 003faaa

Please sign in to comment.