summaryrefslogtreecommitdiffstats
path: root/share/man/man4/upgt.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* commented out Host AP documentation gives grep false hope.tedu2013-03-141-14/+2
|
* rework EXAMPLES somewhat, and remove the obsolete NONE NONE NONE dhcpjmc2013-02-141-29/+14
| | | | stuff; ok krw
* Update wording for device firmware to talk update fw_update(1).sthen2012-09-171-6/+4
| | | | Noticed by jcs, discussed with jmc, ok jmc ajacoutot dcoppa deraadt
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-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 addressesderaadt2011-06-091-3/+3
|
* - switch from wpapsk to wpakeyjmc2010-11-011-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;jmc2010-04-291-3/+3
|
* - tweak the way firmware links are displayedjasper2010-03-281-3/+3
| | | | with and ok jmc@
* the `W' in WEP apparently stands for wired, not wireless;jmc2009-09-021-3/+3
| | | | from Scott Radvan
* Add a bunch of GW3887/v2 based upgt devices found in linux driver.jsg2009-03-271-2/+9
| | | | ok mglocker@
* use `` instead of $(), since the former works for both csh and ksh; asjmc2009-02-161-3/+3
| | | | pointed out by claudio
* The Netgear WG1111v2 wifi dongle contains a RTL8187 chip,kevlo2008-11-271-3/+2
| | | | | | not a GW3887 chip. ok mglocker@
* - beef up the text on wep/wpajmc2008-07-291-5/+12
| | | | | | - simplify wpa example help/ok damien
* document WPA-PSK support.damien2008-07-281-20/+17
| | | | "i would really appreciate just something going in" jmc@
* remove the CONFIGURATION section from the wireless pages:jmc2008-04-171-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 whilemglocker2008-01-201-2/+3
| | | | there.
* Add more potentially supported devices. Reports are welcome.mglocker2008-01-191-2/+11
|
* Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightlymglocker2008-01-171-4/+4
| | | | | | changes. You need to update the firmware package to upgt-firmware-1.1.tgz.
* no blank lines in man pages, please;jmc2007-12-161-2/+2
|
* Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devicesmglocker2007-12-161-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@