summaryrefslogtreecommitdiffstats
path: root/share/man/man4/rsu.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* for the net80211 drivers supporting WPA, update to a new unified text showingsthen2019-11-101-8/+14
| | | | | that WPA1 is disabled by default, and provide a couple of extra pointers about configuration. direction of change proposed by stsp, ok jmc stsp
* document that these drivers do not support powersave; two other pages (acu and zyd)jmc2019-03-291-2/+4
| | | | | | already document this in a slightly more tangled way - i chose not to edit those texts; help/ok stsp
* adjust hostname.if examples to show "wpakey" on the same line as "nwid"phessler2018-07-151-4/+3
| | | | OK jmc@
* Mark up firmware pathnames with Pa.bentley2017-07-121-3/+3
| | | | ok jmc@
* jmc notes that the previous commit made for some funny wording.tedu2014-02-151-2/+2
| | | | WPA is the current standard, but not the only one. ok krw
* WPA is a real standard, not only a de facto one.tedu2014-02-151-3/+3
| | | | (these man pages do like their copy and paste.)
* add ASUS WL-167G V3 to the list of adapters known to workkirby2013-12-061-2/+3
| | | | ok jmc@
* Update Damien Bergamini's email address, as requested.millert2013-08-201-3/+3
|
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* change format strings in error messages to reasonable values more likelytedu2013-06-021-4/+4
| | | | | to be understood by people who don't program in C. ok everyone
* remove some weird editing blip;jmc2013-05-111-4/+3
|
* rework EXAMPLES somewhat, and remove the obsolete NONE NONE NONE dhcpjmc2013-02-141-21/+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 links;jmc2012-08-151-6/+4
|
* List another suported adapter I could test.stsp2011-09-171-2/+3
|
* firmwares move to a new url, backed by many addressesderaadt2011-06-091-3/+3
|
* rsu(4) supports the Sweex LW154jakemsr2010-12-181-2/+3
|
* attach the Hercules HWGUn-54 to rsu(4)damien2010-12-151-2/+3
| | | | from pea@
* Match the Sitecom WL-349 v1.kettenis2010-12-141-2/+3
| | | | ok damien@
* Match the Planex GW-USNano.jsg2010-12-121-2/+3
| | | | ok damien@
* s/RTL8192CU/RTL8192SU/damien2010-12-111-2/+2
|
* rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SUdamien2010-12-111-0/+160
802.11n USB devices. These are FullMAC devices that require a firmware to operate; see man page for details. Great thanks to Brad for donating hardware. Committed over the TRENDnet TEW-649UB. ok deraadt@