Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 1 | -3/+3 | |
| | |||||
* | commented out Host AP documentation gives grep false hope. | 2013-03-14 | 1 | -14/+2 | |
| | |||||
* | rework EXAMPLES somewhat, and remove the obsolete NONE NONE NONE dhcp | 2013-02-14 | 1 | -29/+14 | |
| | | | | stuff; ok krw | ||||
* | Update wording for device firmware to talk update fw_update(1). | 2012-09-17 | 1 | -6/+4 | |
| | | | | Noticed by jcs, discussed with jmc, ok jmc ajacoutot dcoppa deraadt | ||||
* | Use .Lk for HTTP hyperlinks, not .Pa. | 2012-08-12 | 1 | -6/+4 | |
| | | | | | | | | Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places. | ||||
* | firmwares move to a new url, backed by many addresses | 2011-06-09 | 1 | -3/+3 | |
| | |||||
* | - switch from wpapsk to wpakey | 2010-11-01 | 1 | -13/+5 | |
| | | | | | | | - remove the "return device to default settings" example, which theo says is rubbish ok deraadt | ||||
* | crikey! all our wireless pages had the Os macro out of place; | 2010-04-29 | 1 | -3/+3 | |
| | |||||
* | - tweak the way firmware links are displayed | 2010-03-28 | 1 | -3/+3 | |
| | | | | with and ok jmc@ | ||||
* | the `W' in WEP apparently stands for wired, not wireless; | 2009-09-02 | 1 | -3/+3 | |
| | | | | from Scott Radvan | ||||
* | Add a bunch of GW3887/v2 based upgt devices found in linux driver. | 2009-03-27 | 1 | -2/+9 | |
| | | | | ok mglocker@ | ||||
* | use `` instead of $(), since the former works for both csh and ksh; as | 2009-02-16 | 1 | -3/+3 | |
| | | | | pointed out by claudio | ||||
* | The Netgear WG1111v2 wifi dongle contains a RTL8187 chip, | 2008-11-27 | 1 | -3/+2 | |
| | | | | | | not a GW3887 chip. ok mglocker@ | ||||
* | - beef up the text on wep/wpa | 2008-07-29 | 1 | -5/+12 | |
| | | | | | | - simplify wpa example help/ok damien | ||||
* | document WPA-PSK support. | 2008-07-28 | 1 | -20/+17 | |
| | | | | "i would really appreciate just something going in" jmc@ | ||||
* | remove the CONFIGURATION section from the wireless pages: | 2008-04-17 | 1 | -127/+4 | |
| | | | | | | | | the addition of the wpa options have shown just how unwieldy it had become, it's already in ifconfig(8) anyway, and "ifconfig -m" will get the relevant ones. ok dlg jsg | ||||
* | Add one more device which could work. Fix comment typo in usbdevs while | 2008-01-20 | 1 | -2/+3 | |
| | | | | there. | ||||
* | Add more potentially supported devices. Reports are welcome. | 2008-01-19 | 1 | -2/+11 | |
| | |||||
* | Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightly | 2008-01-17 | 1 | -4/+4 | |
| | | | | | | changes. You need to update the firmware package to upgt-firmware-1.1.tgz. | ||||
* | no blank lines in man pages, please; | 2007-12-16 | 1 | -2/+2 | |
| | |||||
* | Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devices | 2007-12-16 | 1 | -0/+332 | |
based on the GW3887 chipset (b/g). We are able to communicate more or less reliable with DS1 (1Mbps) yet. Tested on i386 and macppc. Short term TODOs: - Find out how to set TX rates. - Fix device hangup while high RX load. - Improve device reset (reload firmware on init, watchdog, etc.). - Fill man page with supported devices (need reports). - Add AMRR rate control. - Add HostAP mode. - Add IBSS mode. - Add LED support. - ... Long term TODOs: - Support the USB 1.0 devices (NET2280, ISL3880, ISL3886 chipsets). OK deraadt@, OK laurent@ |