summaryrefslogtreecommitdiffstats
path: root/compat-wireless-config-fixups.patch
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2012-03-13 13:26:37 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-03-13 13:26:37 -0400
commitfa580e5210c9e6f83a673a05d0a87ecd787fe4c4 (patch)
tree5beb054cb6fe6615fed6551ad17a128248a517cc /compat-wireless-config-fixups.patch
parentd005e8b3eda4e136824058bf82d144c508a7368a (diff)
downloadkernel-fa580e5210c9e6f83a673a05d0a87ecd787fe4c4.tar.gz
kernel-fa580e5210c9e6f83a673a05d0a87ecd787fe4c4.tar.xz
kernel-fa580e5210c9e6f83a673a05d0a87ecd787fe4c4.zip
Remove infrastructure related to compat-wireless integration
Diffstat (limited to 'compat-wireless-config-fixups.patch')
-rw-r--r--compat-wireless-config-fixups.patch72
1 files changed, 0 insertions, 72 deletions
diff --git a/compat-wireless-config-fixups.patch b/compat-wireless-config-fixups.patch
deleted file mode 100644
index f74dbd2d5..000000000
--- a/compat-wireless-config-fixups.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-diff -up compat-wireless-2012-02-05/config.mk.orig compat-wireless-2012-02-05/config.mk
---- compat-wireless-2012-02-05/config.mk.orig 2012-02-05 16:10:31.000000000 -0500
-+++ compat-wireless-2012-02-05/config.mk 2012-02-06 11:43:46.142222712 -0500
-@@ -14,6 +14,9 @@ else
- include $(KLIB_BUILD)/.config
- endif
-
-+# Enable SSB module (needs to be visible in compat_autoconf.h)
-+CONFIG_SSB=m
-+
- ifneq ($(wildcard $(KLIB_BUILD)/Makefile),)
-
- COMPAT_LATEST_VERSION = 3
-diff -up compat-wireless-2012-02-05/drivers/misc/eeprom/Makefile.orig compat-wireless-2012-02-05/drivers/misc/eeprom/Makefile
---- compat-wireless-2012-02-05/drivers/misc/eeprom/Makefile.orig 2012-02-05 16:10:39.000000000 -0500
-+++ compat-wireless-2012-02-05/drivers/misc/eeprom/Makefile 2012-02-06 11:43:46.143222699 -0500
-@@ -1 +1 @@
--obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o
-+#obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o
-diff -up compat-wireless-2012-02-05/drivers/net/ethernet/atheros/Makefile.orig compat-wireless-2012-02-05/drivers/net/ethernet/atheros/Makefile
---- compat-wireless-2012-02-05/drivers/net/ethernet/atheros/Makefile.orig 2012-02-05 16:10:37.000000000 -0500
-+++ compat-wireless-2012-02-05/drivers/net/ethernet/atheros/Makefile 2012-02-06 11:43:46.143222699 -0500
-@@ -2,7 +2,7 @@
- # Makefile for the Atheros network device drivers.
- #
-
--obj-$(CONFIG_ATL1) += atlx/
--obj-$(CONFIG_ATL2) += atlx/
--obj-$(CONFIG_ATL1E) += atl1e/
--obj-$(CONFIG_ATL1C) += atl1c/
-+#obj-$(CONFIG_ATL1) += atlx/
-+#obj-$(CONFIG_ATL2) += atlx/
-+#obj-$(CONFIG_ATL1E) += atl1e/
-+#obj-$(CONFIG_ATL1C) += atl1c/
-diff -up compat-wireless-2012-02-05/drivers/net/usb/Makefile.orig compat-wireless-2012-02-05/drivers/net/usb/Makefile
---- compat-wireless-2012-02-05/drivers/net/usb/Makefile.orig 2012-02-05 16:10:39.000000000 -0500
-+++ compat-wireless-2012-02-05/drivers/net/usb/Makefile 2012-02-06 11:45:23.531005184 -0500
-@@ -2,6 +2,6 @@
- # Makefile for USB Network drivers
- #
-
--obj-$(CONFIG_USB_NET_COMPAT_CDCETHER) += cdc_ether.o
--obj-$(CONFIG_USB_NET_COMPAT_RNDIS_HOST) += rndis_host.o
--obj-$(CONFIG_USB_COMPAT_USBNET) += usbnet.o
-+#obj-$(CONFIG_USB_NET_COMPAT_CDCETHER) += cdc_ether.o
-+#obj-$(CONFIG_USB_NET_COMPAT_RNDIS_HOST) += rndis_host.o
-+#obj-$(CONFIG_USB_COMPAT_USBNET) += usbnet.o
-diff -up compat-wireless-2012-02-05/Makefile.orig compat-wireless-2012-02-05/Makefile
---- compat-wireless-2012-02-05/Makefile.orig 2012-02-05 16:10:31.000000000 -0500
-+++ compat-wireless-2012-02-05/Makefile 2012-02-06 11:43:46.145222675 -0500
-@@ -10,8 +10,8 @@ export KLIB_BUILD ?= $(KLIB)/build
- MODPROBE := /sbin/modprobe
-
- ifneq ($(wildcard $(MODPROBE)),)
--MADWIFI=$(shell $(MODPROBE) -l ath_pci)
--OLD_IWL=$(shell $(MODPROBE) -l iwl4965)
-+MADWIFI=""
-+OLD_IWL=""
- endif
-
- DESTDIR?=
-@@ -44,8 +44,8 @@ endif
-
- endif
-
--obj-$(CONFIG_COMPAT_BLUETOOTH) += net/bluetooth/
--obj-$(CONFIG_COMPAT_BLUETOOTH_MODULES) += drivers/bluetooth/
-+#obj-$(CONFIG_COMPAT_BLUETOOTH) += net/bluetooth/
-+#obj-$(CONFIG_COMPAT_BLUETOOTH_MODULES) += drivers/bluetooth/
-
- else
-