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/+37 | |
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-08-15 | [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE} | Jouni Malinen | 1 | -1/+1 | |
Replace temporary HOSTAP_FC_GET_{TYPE,STYPE} macros with the ieee80211 version of WLAN_FC_GET_{TYPE,STYPE}. 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/+57 | |
Includes minor cleanups from Adrian Bunk <bunk@stusta.de>. |