Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-17 | [PATCH] hostap: don't #include C files in hostap_main.c | Adrian Bunk | 1 | -0/+7 | |
This patch contains an attempt to properly build hostap.o without #include'ing C files. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: John W. Linville <linville@tuxdriver.com> | |||||
2005-07-31 | [PATCH] hostap update | Jouni Malinen | 1 | -35/+17 | |
Cleaned up scan result processing by converting struct hfa384x_scan_result into struct hfa384x_hostscan_result. This removes special cases from result processing since the results are only used in one, hostscan, format. Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by: Jeff Garzik <jgarzik@pobox.com> | |||||
2005-05-13 | Add HostAP wireless driver. | Jouni Malinen | 1 | -0/+466 | |
Includes minor cleanups from Adrian Bunk <bunk@stusta.de>. |