Skip to content

Commit 876c9d3

Browse files
Marcelo TosattiJeff Garzik
authored andcommitted
[PATCH] Marvell Libertas 8388 802.11b/g USB driver
Add the Marvell Libertas 8388 802.11 USB driver. Signed-off-by: Marcelo Tosatti <[email protected]> Signed-off-by: John W. Linville <[email protected]>
1 parent 35c3404 commit 876c9d3

40 files changed

+22351
-1
lines changed

drivers/net/wireless/Kconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,19 @@ config IPW2200_DEBUG
265265

266266
If you are not sure, say N here.
267267

268+
config LIBERTAS_USB
269+
tristate "Marvell Libertas 8388 802.11a/b/g cards"
270+
depends on NET_RADIO && USB
271+
select FW_LOADER
272+
---help---
273+
A driver for Marvell Libertas 8388 USB devices.
274+
275+
config LIBERTAS_USB_DEBUG
276+
bool "Enable full debugging output in the Libertas USB module."
277+
depends on LIBERTAS_USB
278+
---help---
279+
Debugging support.
280+
268281
config AIRO
269282
tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
270283
depends on ISA_DMA_API && WLAN_80211 && (PCI || BROKEN)

drivers/net/wireless/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ obj-$(CONFIG_PCMCIA_RAYCS) += ray_cs.o
4343
obj-$(CONFIG_PCMCIA_WL3501) += wl3501_cs.o
4444

4545
obj-$(CONFIG_USB_ZD1201) += zd1201.o
46+
obj-$(CONFIG_LIBERTAS_USB) += libertas/

0 commit comments

Comments
 (0)