summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ath.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
|
* Ted missed a few percent signs in diagnostic messages;schwarze2013-06-021-2/+2
| | | | | | "just fix them" tedu@ Two of the affected messages are actually a bit different in the source code, so fix that too.
* change format strings in error messages to reasonable values more likelytedu2013-06-021-21/+21
| | | | | 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-25/+18
| | | | stuff; ok krw
* make -column lists pretty again;jmc2011-09-031-45/+45
| | | | | | | | | | 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.
* remove dead link; from James Hartleyjmc2011-07-301-5/+2
|
* - switch from wpapsk to wpakeyjmc2010-11-011-13/+5
| | | | | | | - remove the "return device to default settings" example, which theo says is rubbish ok deraadt
* .Xt -> .Xrjmc2010-03-131-3/+3
|
* .Bl always requires .It, even in .Bl -column;schwarze2010-01-031-44/+44
| | | | | syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@ and sobrado@
* s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).sobrado2009-10-311-3/+3
|
* the `W' in WEP apparently stands for wired, not wireless;jmc2009-09-021-3/+3
| | | | from Scott Radvan
* use `` instead of $(), since the former works for both csh and ksh; asjmc2009-02-161-3/+3
| | | | pointed out by claudio
* punctuation in macros needs to be space separated;jmc2008-11-171-2/+2
|
* update wpa related info; om damien@ jmc@otto2008-11-171-10/+17
|
* new sentence, new line.damien2008-08-291-4/+4
|
* add the following paragraph from the wi(4) manual page to thedamien2008-08-291-2/+6
| | | | | | | | | | | | | | CAVEATS section of all drivers claiming HostAP support: "Host AP mode doesn't support power saving. Clients attempting to use power saving mode may experience significant packet loss (disabling power saving on the client will fix this)." unfortunately (or not?), more and more clients are using PS mode by default and will not work properly with an AP running OpenBSD. proper handling of STAs in PS mode will come in net80211 but is is very unlikely that all drivers will be ported.
* tweak the wep section somewhat, to bring it into line with whatjmc2008-07-291-11/+9
| | | | we say for those devices which support wpa;
* remove the CONFIGURATION section from the wireless pages:jmc2008-04-171-176/+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
* document "nwflag" for wireless devices which can operate injmc2007-12-101-2/+33
| | | | | | hostap mode; ok damien
* GPIO improvements:jmc2007-11-171-3/+4
| | | | | | | | | - make "man -k gpio" work - gpioctl(8) should not try to list all gpio devices (it's why we have man -k) - gpio devices should have "GPIO" in their .Nd, and cross-reference gpio(4) and gpioctl(8) second set of fixes for gpio(4) itself coming from mbalmer...
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* shorter url.damien2006-12-051-2/+2
|
* update url to atheros customer products database.damien2006-12-051-2/+2
|
* Mention -nwid here too, reminded by reyk.mk2006-11-101-1/+4
| | | | | Having to edit all these files makes me realise how many wireless drivers we actually have.
* remove the sentence mentioning the Prism GT chipset. in general man pagesbrad2006-09-281-4/+1
| | | | should only mention what hardware is supported.
* concentrate on `device', not `driver'; from deraadtjmc2006-08-301-2/+2
|
* +Planet WL-3560 AR5211 CardBus a/b/gjmc2006-02-221-1/+2
| | | | from alexey e. suslikov
* IBM 11ABG WL LAN is supported by ath;jmc2005-11-111-1/+2
| | | | from chris kuethe;
* 3CRPAG175 works: from chris kuethe;jmc2005-11-071-2/+2
|
* the Wistron CM9 Mini PCI is supported (Chris Cappuccio: "works fine asreyk2005-10-051-2/+3
| | | | | 802.11b, in fact, very, very well" [thanks]). also re-add the senao NL-5354MP Mini PCI and distinguish between PCI and Mini PCI.
* deploy .An -nosplit; ok jmcjaredy2005-09-301-1/+2
|
* Comment out AR5212 entries where it is unknown if they work.jsg2005-08-181-28/+28
| | | | ok reyk@, jmc@
* note that nwid and essid are the same;jmc2005-06-091-1/+2
| | | | from walter goulet and clarified by reyk@
* some chips support 802.11a too...jmc2005-06-071-9/+9
| | | | ok reyk@
* Cisco Aironet AIR-CB21AG is based on AR5212 + AR5112 and supportedreyk2005-05-281-1/+2
| | | | by ath(4). Thanks to Johan M:son Lindman for the donation!
* easier to read; ok jmcderaadt2005-04-201-4/+10
|
* add hostapd(8) to SEE ALSO;jmc2005-04-171-1/+2
|
* it is not possible to specify `media' and `-mediaopt' to ifconfig atjmc2005-04-131-2/+2
| | | | | | | | the same time; just use `media autoselect' in our example how to return nic to default state; found by johan torin; usage confirmed by reyk@
* grammar; from jaredy@jmc2005-04-081-2/+2
|
* pad keys with zeros to a supported key length. this is bad but seemsreyk2005-04-061-1/+4
| | | | | to be the default WEP behaviour for string-based keys and allows commands like "ifconfig ath0 nwkey yuck" to work...
* mini-PCI/MiniPCI -> Mini PCIjmc2005-03-121-2/+2
|
* use `CardBus' rather than `Cardbus' for consistency;jmc2005-03-091-2/+2
|
* wireless makeover:jmc2005-03-061-52/+246
| | | | | | | | | | | | | - standardise 802.11 pages - document modes supported by the card - document wep - document relevant ifconfig(8) options - standard EXAMPLES section - standard SEE ALSO section - standard HARDWARE section includes feedback/diffs from reyk@, jsg@, and damien@; joint work from dlg@ and myself;
* add ar5211reyk2005-02-251-13/+10
|
* reinstate original .Nd;jmc2005-02-211-3/+2
| | | | ok reyk@
* comment in ar5212reyk2005-02-191-36/+37
|
* comment out AR5211/AR5212 stuff until we support it;jmc2005-02-081-42/+45
| | | | ok reyk@
* add 'wireless network' so this shows up w/apropos wirelessjolan2004-12-051-2/+2
|
* support the gpio found on ath(4) devices.reyk2004-11-231-1/+3
| | | | ok grange@