* [PATCH] Remove ieee80211softmac
@ 2007-11-19 16:06 Daniel Drake
2007-11-19 16:22 ` Larry Finger
2007-11-19 16:26 ` Larry Finger
0 siblings, 2 replies; 4+ messages in thread
From: Daniel Drake @ 2007-11-19 16:06 UTC (permalink / raw)
To: linville; +Cc: linux-wireless
With the port of zd1211rw and the removal of bcm43xx, there are no
remaining softmac users. Remove it.
Signed-off-by: Daniel Drake <dsd@gentoo.org>
---
In addition to applying this patch, please also run:
git rm -r net/ieee80211/softmac
git rm include/net/ieee80211softmac*
MAINTAINERS | 6 ------
net/ieee80211/Kconfig | 1 -
net/ieee80211/Makefile | 1 -
3 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 18b7c8e..e8f02ea 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3479,12 +3479,6 @@ M: mhoffman@lightlink.com
L: lm-sensors@lm-sensors.org
S: Maintained
-SOFTMAC LAYER (IEEE 802.11)
-P: Daniel Drake
-M: dsd@gentoo.org
-L: linux-wireless@vger.kernel.org
-S: Obsolete
-
SOFTWARE RAID (Multiple Disks) SUPPORT
P: Ingo Molnar
M: mingo@redhat.com
diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
index 1438ade..3db9b33 100644
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -70,4 +70,3 @@ config IEEE80211_CRYPT_TKIP
This can be compiled as a module and it will be called
"ieee80211_crypt_tkip".
-source "net/ieee80211/softmac/Kconfig"
diff --git a/net/ieee80211/Makefile b/net/ieee80211/Makefile
index 796a7c7..f988417 100644
--- a/net/ieee80211/Makefile
+++ b/net/ieee80211/Makefile
@@ -10,4 +10,3 @@ ieee80211-objs := \
ieee80211_wx.o \
ieee80211_geo.o
-obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/
--
1.5.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-19 16:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-19 16:06 [PATCH] Remove ieee80211softmac Daniel Drake
2007-11-19 16:22 ` Larry Finger
2007-11-19 16:31 ` Johannes Berg
2007-11-19 16:26 ` Larry Finger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).