Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Kconfig | D | 08-May-2024 | 415 | 12 | 11 | |
Makefile | D | 08-May-2024 | 1.1 KiB | 56 | 33 | |
README.txt | D | 08-May-2024 | 1 KiB | 31 | 19 | |
TODO | D | 08-May-2024 | 1.4 KiB | 34 | 29 | |
ap_h25.c | D | 08-May-2024 | 74 | 3 | 1 | |
debug.h | D | 08-May-2024 | 73 | 3 | 1 | |
dhf.c | D | 08-May-2024 | 71 | 3 | 1 | |
dhf.h | D | 08-May-2024 | 71 | 3 | 1 | |
dhfcfg.h | D | 08-May-2024 | 74 | 3 | 1 | |
hcf.c | D | 08-May-2024 | 71 | 3 | 1 | |
hcf.h | D | 08-May-2024 | 71 | 3 | 1 | |
hcfcfg.h | D | 08-May-2024 | 74 | 3 | 1 | |
hcfdef.h | D | 08-May-2024 | 74 | 3 | 1 | |
mdd.h | D | 08-May-2024 | 71 | 3 | 1 | |
mmd.c | D | 08-May-2024 | 71 | 3 | 1 | |
mmd.h | D | 08-May-2024 | 71 | 3 | 1 | |
sta_h25.c | D | 08-May-2024 | 75 | 3 | 1 | |
wl_cs.c | D | 08-May-2024 | 73 | 3 | 1 | |
wl_cs.h | D | 08-May-2024 | 73 | 3 | 1 | |
wl_enc.c | D | 08-May-2024 | 74 | 3 | 1 | |
wl_enc.h | D | 08-May-2024 | 74 | 3 | 1 | |
wl_if.h | D | 08-May-2024 | 73 | 3 | 1 | |
wl_internal.h | D | 08-May-2024 | 79 | 3 | 1 | |
wl_main.c | D | 08-May-2024 | 75 | 3 | 1 | |
wl_main.h | D | 08-May-2024 | 75 | 3 | 1 | |
wl_netdev.c | D | 08-May-2024 | 77 | 3 | 1 | |
wl_netdev.h | D | 08-May-2024 | 77 | 3 | 1 | |
wl_priv.c | D | 08-May-2024 | 75 | 3 | 1 | |
wl_priv.h | D | 08-May-2024 | 75 | 3 | 1 | |
wl_profile.c | D | 08-May-2024 | 78 | 3 | 1 | |
wl_profile.h | D | 08-May-2024 | 78 | 3 | 1 | |
wl_sysfs.c | D | 08-May-2024 | 76 | 3 | 1 | |
wl_sysfs.h | D | 08-May-2024 | 76 | 3 | 1 | |
wl_util.c | D | 08-May-2024 | 75 | 3 | 1 | |
wl_util.h | D | 08-May-2024 | 75 | 3 | 1 | |
wl_version.h | D | 08-May-2024 | 78 | 3 | 1 | |
wl_wext.c | D | 08-May-2024 | 75 | 3 | 1 | |
wl_wext.h | D | 08-May-2024 | 75 | 3 | 1 |
README.txt
1======================================================================= 2WLAN driver for cards using the HERMES II and HERMES II.5 chipset 3 4HERMES II Card 5 6PCMCIA Info: "Agere Systems" "Wireless PC Card Model 0110" 7 Manufacture ID: 0156,0003 8 9HERMES II.5 Card 10 11PCMCIA Info: "Linksys" "WCF54G_Wireless-G_CompactFlash_Card" 12 Manufacture ID: 0156,0004 13 14Based on Agere Systems Linux LKM Wireless Driver Source Code, 15Version 7.22; complies with Open Source BSD License. 16======================================================================= 17 18DESCRIPTION 19 20This directory only contains files that refer to the source in wlags49_h2. 21Only real sourcefiles are the Makefile which has been configured to build 22the driver for the HERMES II.5 chipset and Kconfig to describe the driver. 23 24The wlags49_h2 directory contains the full source, including the files 25exclusively used by this driver. 26 27For more information about the driver look at the wlags49_h2 direcory. 28 29======================================================================= 30 31