summaryrefslogtreecommitdiffstats
path: root/share/man/man4/athn.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-6/+6
| | | | | to be understood by people who don't program in C. ok everyone
* rework EXAMPLES somewhat, and remove the obsolete NONE NONE NONE dhcpjmc2013-02-141-23/+18
| | | | 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
* Add support for power saving in Host AP mode.kettenis2012-08-251-6/+2
| | | | ok stsp@, deraadt@
* use Lk for links;jmc2012-08-151-6/+4
|
* make -column lists pretty again;jmc2011-09-031-26/+26
| | | | | | | | | | specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
* as with other list types, column lists generally do not need a Pp/-compactjmc2011-08-191-4/+3
| | | | | | | | | | | | | | | | | construct; this also sidesteps what seems to be a problem with mandoc, in that "-column -compact" seems to mess up the formatting. thus these pages should now have their lists formatted nicely (i.e. correctly aligned and with indent applied); as a side note, the fact that headers are not properly marked up is another issue which will be addressed separately (a mandoc fix is needed, i think). i have fudged a few of these to mark up properly, since the workaround does make sense for some pages. as another side note, i haven;t fixed man7, as i need to prepare a separate diff for kristaps and ingo.
* firmwares move to a new url, backed by many addressesderaadt2011-06-091-3/+3
|
* s/;/:/damien2011-01-081-3/+3
|
* Remove dead links.damien2011-01-061-4/+1
| | | | Atheros have reworked their website.
* indicate the number of spatial streams along with the numberdamien2011-01-061-25/+25
| | | | of Tx/Rx chains.
* "athn* at uhub? port ?"damien2011-01-061-5/+36
| | | | | | | | | | | | | | this adds preliminary support for the Atheros AR9271 chipset and probably the AR9280+AR7010 and AR9287+AR7010 too though those were not tested. scanning still takes a very long time (~1 sec per channel) but otherwise, operation in STA mode seems stable. will implement fast channel change soon. committed over the Ubiquiti WifiStation EXT (AR9271) on i386 with WPA. requires firmware (see man page for details) ok deraadt@ (who checked the .h files)
* - switch from wpapsk to wpakeyjmc2010-11-011-13/+5
| | | | | | | - remove the "return device to default settings" example, which theo says is rubbish ok deraadt
* document Host AP mode with the usual CAVEATSdamien2010-08-181-2/+17
|
* crikey! all our wireless pages had the Os macro out of place;jmc2010-04-291-3/+3
|
* mention AR2427damien2010-02-081-2/+8
|
* liesdamien2010-01-281-4/+6
|
* .Bl always requires .It, even in .Bl -column;schwarze2010-01-031-21/+21
| | | | | syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@ and sobrado@
* document "radio switch turned off" message in the DIAGNOSTICS section.damien2009-11-191-2/+5
|
* copy the CAVEATS section from the otus(4) man page.damien2009-11-141-1/+9
| | | | | | we do not presently support 802.11n. there are already many HT bits in the driver though, so it shouldn't require much work to add support once net80211 is ready.
* s/iwn0/athn0/ in the examples ;-)damien2009-11-141-3/+3
|
* tweak previous;jmc2009-11-141-10/+7
|
* athn(4), a driver for Atheros 802.11a/g/n devices.damien2009-11-141-0/+214
written from scratch based on the vendor driver for Linux (ath9k). AR9285 and AR9287 parts are 100% untested. only basic functionnalities are enabled for now. committed over an AR9281. "commit" deraadt