Update mac80211 to compat-wireless-2008-05-26
[openwrt.git] / package / mac80211 / patches / 001-disable_drivers.patch
1 Index: compat-wireless-2008-05-26/config.mk
2 ===================================================================
3 --- compat-wireless-2008-05-26.orig/config.mk 2008-05-27 19:15:19.000000000 +0100
4 +++ compat-wireless-2008-05-26/config.mk 2008-05-27 19:52:31.000000000 +0100
5 @@ -28,73 +28,6 @@ CONFIG_NL80211=y
6 # PCI Drivers
7 ifneq ($(CONFIG_PCI),)
8
9 -CONFIG_ATH5K=m
10 -CONFIG_ATH5K_DEBUG=n
11 -
12 -# Required for older kernels which still use this flag.
13 -CONFIG_IWLWIFI=m
14 -
15 -CONFIG_IWLCORE=m
16 -CONFIG_IWL3945=m
17 -CONFIG_IWL4965=m
18 -CONFIG_IWL4965_HT=y
19 -CONFIG_B43=m
20 -# B43 uses PCMCIA only for Compact Flash. The Cardbus cards uses PCI
21 -# Example, bcm4318:
22 -# http://www.multicap.biz/wireless-lan/indoor-wlan-hardware/sdc-cf10g-80211g-compact-flash-module
23 -CONFIG_B43_PCMCIA=y
24 -CONFIG_B43_DMA=y
25 -CONFIG_B43_PIO=y
26 -# B43_PIO selects SSB_BLOCKIO
27 -CONFIG_SSB_BLOCKIO=y
28 -CONFIG_B43_DMA_AND_PIO_MODE=y
29 -CONFIG_B43_PCI_AUTOSELECT=y
30 -CONFIG_B43_PCICORE_AUTOSELECT=y
31 -#CONFIG_B43_RFKILL=n
32 -CONFIG_B43_LEDS=y
33 -# CONFIG_B43_DEBUG is not set
34 -
35 -CONFIG_B43LEGACY=m
36 -CONFIG_B43LEGACY_PCI_AUTOSELECT=y
37 -CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
38 -CONFIG_B43LEGACY_DMA=y
39 -CONFIG_B43LEGACY_PIO=y
40 -CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
41 -
42 -# The Intel ipws
43 -CONFIG_IPW2100=m
44 -CONFIG_IPW2100_MONITOR=y
45 -CONFIG_IPW2200=m
46 -CONFIG_IPW2200_MONITOR=y
47 -CONFIG_IPW2200_RADIOTAP=y
48 -CONFIG_IPW2200_PROMISCUOUS=y
49 -# The above enables use a second interface prefixed 'rtap'.
50 -# Example usage:
51 -#
52 -# % modprobe ipw2200 rtap_iface=1
53 -# % ifconfig rtap0 up
54 -# % tethereal -i rtap0
55 -#
56 -# If you do not specify 'rtap_iface=1' as a module parameter then
57 -# the rtap interface will not be created and you will need to turn
58 -# it on via sysfs:
59 -#
60 -# % echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface
61 -CONFIG_IPW2200_QOS=y
62 -
63 -NEED_IEEE80211=y
64 -
65 -CONFIG_P54_PCI=m
66 -
67 -CONFIG_SSB_PCIHOST_POSSIBLE=y
68 -CONFIG_SSB_PCIHOST=y
69 -CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
70 -CONFIG_SSB_DRIVER_PCICORE=y
71 -CONFIG_SSB_B43_PCI_BRIDGE=y
72 -
73 -CONFIG_RTL8180=m
74 -CONFIG_ADM8211=m
75 -
76 CONFIG_RT2X00_LIB_PCI=m
77 CONFIG_RT2400PCI=m
78 CONFIG_RT2500PCI=m
79 @@ -116,33 +49,6 @@ CONFIG_EEPROM_93CX6=m
80
81 # USB Drivers
82 ifneq ($(CONFIG_USB),)
83 -CONFIG_ZD1211RW=m
84 -
85 -# support for USB Wireless devices using Atmel at76c503,
86 -# at76c505 or at76c505a chips.
87 -CONFIG_USB_ATMEL=m
88 -
89 -# Stuff here things which depend on kernel versions for USB
90 -ifeq ($(shell test -e $(KLIB_BUILD)/Makefile && echo yes),yes)
91 -KERNEL_SUBLEVEL = $(shell $(MAKE) -C $(KLIB_BUILD) kernelversion | sed -n 's/^2\.6\.\([0-9]\+\).*/\1/p')
92 -ifeq ($(shell test $(KERNEL_SUBLEVEL) -gt 21 && echo yes),yes)
93 -
94 -# Sorry, rndis_wlan uses cancel_work_sync which is new and can't be done in compat...
95 -
96 -# Wireless RNDIS USB support (RTL8185 802.11g) A-Link WL54PC
97 -# All of these devices are based on Broadcom 4320 chip which
98 -# is only wireless RNDIS chip known to date.
99 -# Note: this depends on CONFIG_USB_NET_RNDIS_HOST and CONFIG_USB_NET_CDCETHER
100 -# it also requires new RNDIS_HOST and CDC_ETHER modules which we add
101 -CONFIG_USB_NET_RNDIS_HOST=m
102 -CONFIG_USB_NET_RNDIS_WLAN=m
103 -CONFIG_USB_NET_CDCETHER=m
104 -
105 -endif
106 -endif
107 -
108 -CONFIG_P54_USB=m
109 -CONFIG_RTL8187=m
110
111 # RT2500USB does not require firmware
112 CONFIG_RT2500USB=m
113 @@ -168,39 +74,6 @@ ifeq ($(NEED_RT2X00_FIRMWARE),y)
114 CONFIG_RT2X00_LIB_FIRMWARE=y
115 endif
116
117 -# p54
118 -CONFIG_P54_COMMON=m
119 -
120 -# Sonics Silicon Backplane
121 -CONFIG_SSB_POSSIBLE=y
122 -CONFIG_SSB=m
123 -CONFIG_SSB_SPROM=y
124 -
125 -ifneq ($(CONFIG_PCMCIA),)
126 -CONFIG_SSB_PCMCIAHOST=y
127 -endif
128 -
129 -# These two are for mips
130 -CONFIG_SSB_DRIVER_MIPS=n
131 -CONFIG_SSB_PCICORE_HOSTMODE=n
132 -# CONFIG_SSB_DEBUG is not set
133 -# CONFIG_SSB_DRIVER_EXTIF=y
134 -
135 -ifneq ($(CONFIG_USB),)
136 -CONFIG_LIBERTAS_USB=m
137 -NEED_LIBERTAS=y
138 -endif
139 -ifneq ($(CONFIG_PCMCIA),)
140 -CONFIG_LIBERTAS_CS=m
141 -NEED_LIBERTAS=y
142 -endif
143 -ifeq ($(NEED_LIBERTAS),y)
144 -CONFIG_LIBERTAS=m
145 -# Libertas uses the old stack but not fully, it will soon
146 -# be cleaned.
147 -NEED_IEEE80211=y
148 -endif
149 -
150 ifeq ($(NEED_IEEE80211),y)
151 # Old ieee80211 "stack"
152 # Note: old softmac is scheduled for removal so we
This page took 0.067835 seconds and 5 git commands to generate.