diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ +Host AP driver for Intersil Prism2 (DEVELOPMENT VERSION!) +================================== + +Copyright (c) 2001, SSH Communications Security Corp +Author: Jouni Malinen, <jkm@ssh.com> or <jkmaline@cc.hut.fi> + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License version 2 as +published by the Free Software Foundation. See COPYING for more +details. + + +Note! +This development version is mainly for research use; it has not +been thoroughly tested and may contain various bugs. This is not for +production use and use of this driver may require thorough knowledge +of IEEE 802.11, pcmcia-cs, Linux, etc. + + +Driver installation +=================== + +Untar the driver tarball (prism2-0.0.0.tar.gz) on top of root +pcmcia-cs directory, i.e., so that prism2.c ends up in pcmcia-cs's +'modules' directory. After this you should be able to build and +install pcmcia-cs with this driver (prism2.o) using normal commands +('make config', 'make all', and 'make install'). + + +Please read README.prism2 in prism2-0.0.0.tar.gz for further +information about the Host AP driver. |