Add HostAP wireless driver.
authorJouni Malinen <jkmaline@cc.hut.fi>
Fri, 13 May 2005 02:54:16 +0000 (22:54 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 13 May 2005 02:54:16 +0000 (22:54 -0400)
commitff1d2767d5a43c85f944e86a45284b721f66196c
tree91c1b6dd20bd772bc112c0012830678b46b69604
parent88d7bd8cb9eb8d64bf7997600b0d64f7834047c5
Add HostAP wireless driver.

Includes minor cleanups from Adrian Bunk <bunk@stusta.de>.
34 files changed:
MAINTAINERS
drivers/net/wireless/Kconfig
drivers/net/wireless/Makefile
drivers/net/wireless/airo.c
drivers/net/wireless/hostap/Kconfig [new file with mode: 0644]
drivers/net/wireless/hostap/Makefile [new file with mode: 0644]
drivers/net/wireless/hostap/hostap.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap.h [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_80211.h [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_80211_rx.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_80211_tx.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_ap.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_ap.h [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_common.h [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_config.h [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_crypt.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_crypt.h [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_crypt_ccmp.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_crypt_tkip.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_crypt_wep.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_cs.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_download.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_hw.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_info.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_ioctl.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_pci.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_plx.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_proc.c [new file with mode: 0644]
drivers/net/wireless/hostap/hostap_wlan.h [new file with mode: 0644]
drivers/net/wireless/strip.c
drivers/net/wireless/wavelan_cs.c
drivers/net/wireless/wavelan_cs.h
drivers/net/wireless/wavelan_cs.p.h
drivers/net/wireless/wl3501_cs.c