OpenBSD CVS

CVS log for src/share/man/man4/acx.4


[BACK] Up to [local] / src / share / man / man4

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.50 / (download) - annotate - [select for diffs], Wed Jan 5 17:39:24 2022 UTC (2 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored)

adjust Xr for fw_update to section 8;
ok afresh sthen deraadt

Revision 1.49 / (download) - annotate - [select for diffs], Fri Oct 15 08:10:44 2021 UTC (2 years, 7 months ago) by kn
Branch: MAIN
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored)

Teach modern "inet autoconf"

This goes in line with hostname.if(5), unwind.conf(5), ifconfig(8)
as well as our installer.

OK deraadt

Revision 1.48 / (download) - annotate - [select for diffs], Fri Mar 29 07:07:05 2019 UTC (5 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.47: +5 -2 lines
Diff to previous 1.47 (colored)

add notes for drivers which support powersave; help/ok stsp
while here i knocked out a Tn from iwn and tidied it a little...

Revision 1.47 / (download) - annotate - [select for diffs], Mon Jan 21 02:50:00 2019 UTC (5 years, 4 months ago) by phessler
Branch: MAIN
Changes since 1.46: +4 -6 lines
Diff to previous 1.46 (colored)

move example configurations to include nwid and nwkey on the same line

Revision 1.46 / (download) - annotate - [select for diffs], Mon Mar 7 13:47:53 2016 UTC (8 years, 3 months ago) by stsp
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored)

In man page hostname.if examples showing how to configure hostap, put lines
configuring addresses last. Avoids problems where the interface is put up
before wireless settings are properly configured.
Prompted by questions from Matthew ("chohag") on bugs@

Revision 1.45 / (download) - annotate - [select for diffs], Thu Feb 14 07:40:42 2013 UTC (11 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.44: +17 -26 lines
Diff to previous 1.44 (colored)

rework EXAMPLES somewhat, and remove the obsolete NONE NONE NONE dhcp
stuff; ok krw

Revision 1.44 / (download) - annotate - [select for diffs], Sat Dec 22 14:33:35 2012 UTC (11 years, 5 months ago) by stsp
Branch: MAIN
Changes since 1.43: +2 -6 lines
Diff to previous 1.43 (colored)

acx(4) supports power-saving in hostap mode now; ok claudio

Revision 1.43 / (download) - annotate - [select for diffs], Mon Sep 17 15:10:14 2012 UTC (11 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.42: +4 -6 lines
Diff to previous 1.42 (colored)

Update wording for device firmware to talk update fw_update(1).
Noticed by jcs, discussed with jmc, ok jmc ajacoutot dcoppa deraadt

(missed in last commit, spotted by jmc)

Revision 1.42 / (download) - annotate - [select for diffs], Sun Aug 12 17:01:35 2012 UTC (11 years, 9 months ago) by schwarze
Branch: MAIN
Changes since 1.41: +5 -7 lines
Diff to previous 1.41 (colored)

Use .Lk for HTTP hyperlinks, not .Pa.
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.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Sep 3 22:59:08 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.40: +22 -22 lines
Diff to previous 1.40 (colored)

make -column lists pretty again;

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.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Aug 19 19:59:51 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.39: +3 -4 lines
Diff to previous 1.39 (colored)

as with other list types, column lists generally do not need a Pp/-compact
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.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Jun 9 14:21:11 2011 UTC (13 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

firmwares move to a new url, backed by many addresses

Revision 1.38 / (download) - annotate - [select for diffs], Thu Apr 29 09:20:17 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored)

crikey! all our wireless pages had the Os macro out of place;

Revision 1.37 / (download) - annotate - [select for diffs], Sun Mar 28 17:27:10 2010 UTC (14 years, 2 months ago) by jasper
Branch: MAIN
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

- tweak the way firmware links are displayed

with and ok jmc@

Revision 1.36 / (download) - annotate - [select for diffs], Sun Jan 3 14:31:01 2010 UTC (14 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.35: +21 -21 lines
Diff to previous 1.35 (colored)

.Bl always requires .It, even in .Bl -column;
syntax errors found by mandoc(1), also required to fix the mandoc build;
feedback and ok jmc@ and sobrado@

Revision 1.35 / (download) - annotate - [select for diffs], Wed Sep 2 07:00:24 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

the `W' in WEP apparently stands for wired, not wireless;
from Scott Radvan

Revision 1.34 / (download) - annotate - [select for diffs], Fri Aug 7 18:04:23 2009 UTC (14 years, 10 months ago) by mglocker
Branch: MAIN
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (colored)

Add ``Digitus DN-7001G'' to the supported device list.

Reported by d-ra.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Aug 29 10:52:41 2008 UTC (15 years, 9 months ago) by damien
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.32: +6 -2 lines
Diff to previous 1.32 (colored)

acx(4) supports Host AP mode too and does not handle PS STAs properly
(since it uses net80211 and does not manage dynamic parts of beacons).

spotted by jmc@

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jul 29 17:03:35 2008 UTC (15 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.31: +11 -11 lines
Diff to previous 1.31 (colored)

tweak the wep section somewhat, to bring it into line with what
we say for those devices which support wpa;

Revision 1.31 / (download) - annotate - [select for diffs], Thu Apr 17 14:01:22 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.30: +4 -160 lines
Diff to previous 1.30 (colored)

remove the CONFIGURATION section from the wireless pages:
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

Revision 1.30 / (download) - annotate - [select for diffs], Mon Dec 10 10:32:54 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.29: +33 -2 lines
Diff to previous 1.29 (colored)

document "nwflag" for wireless devices which can operate in
hostap mode;

ok damien

Revision 1.29 / (download) - annotate - [select for diffs], Sat Oct 13 18:54:12 2007 UTC (16 years, 7 months ago) by mglocker
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

Bump firmware version;  Adapt to new package mechanism by rebuilding
those firmware packages.  Solves ``Warning: obsolete construct: @ignore''.

Revision 1.28 / (download) - annotate - [select for diffs], Thu May 31 19:19:48 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

convert to new .Dd format;

Revision 1.27 / (download) - annotate - [select for diffs], Wed May 23 22:32:21 2007 UTC (17 years ago) by cnst
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

s/Zyxel/ZyXEL/g  ok jmc

Revision 1.26 / (download) - annotate - [select for diffs], Sat May 12 16:38:04 2007 UTC (17 years ago) by sobrado
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

use the right capitalization for `CardBus'

ok jmc@

Revision 1.25 / (download) - annotate - [select for diffs], Thu May 3 21:24:56 2007 UTC (17 years, 1 month ago) by mglocker
Branch: MAIN
Changes since 1.24: +9 -9 lines
Diff to previous 1.24 (colored)

Add monitor mode.  Add fast channel switching.  Do some simplifications
while there.

Comments, tested, and OK claudio@

Revision 1.24 / (download) - annotate - [select for diffs], Tue Dec 19 09:08:18 2006 UTC (17 years, 5 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

s/Engenic/Ergenic/

Revision 1.23 / (download) - annotate - [select for diffs], Fri Nov 10 20:06:58 2006 UTC (17 years, 6 months ago) by mk
Branch: MAIN
Changes since 1.22: +4 -1 lines
Diff to previous 1.22 (colored)

Mention -nwid here too, reminded by reyk.

Having to edit all these files makes me realise how many wireless
drivers we actually have.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Oct 21 14:45:51 2006 UTC (17 years, 7 months ago) by damien
Branch: MAIN
Changes since 1.21: +2 -6 lines
Diff to previous 1.21 (colored)

acx(4) and pgt(4) don't use rssadapt(9) for automatic rate control.
acx(4) uses AMRR and automatic rate control is handled by the firmware
for pgt(4).

Revision 1.21 / (download) - annotate - [select for diffs], Thu Sep 28 20:44:00 2006 UTC (17 years, 8 months ago) by mglocker
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Bump firmware package to version 1.3, which includes an information
file about the current firmware copyright / distribution condition now.

ok deraadt@

Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 30 23:14:30 2006 UTC (17 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

concentrate on `device', not `driver'; from deraadt

Revision 1.19 / (download) - annotate - [select for diffs], Mon Aug 28 16:41:00 2006 UTC (17 years, 9 months ago) by mglocker
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Bump firmware package; create package which installs on any architecture,
not just i386, as acx(4) runs on amd64 too now.

Pointed out by jsg@

Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 14 17:09:30 2006 UTC (17 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

plural

Revision 1.17 / (download) - annotate - [select for diffs], Sun Aug 13 20:17:20 2006 UTC (17 years, 9 months ago) by mglocker
Branch: MAIN
Changes since 1.16: +15 -15 lines
Diff to previous 1.16 (colored)

Uncomment IBSS mode and Host AP chunks, comment monitor mode for now.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Aug 8 11:02:48 2006 UTC (17 years, 10 months ago) by mglocker
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Oops.  Also list the new firmware images in the man page.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 8 10:59:59 2006 UTC (17 years, 10 months ago) by mglocker
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Point to new firmware package -> More firmware images included.

ok jsg@

Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 7 18:14:20 2006 UTC (17 years, 10 months ago) by mglocker
Branch: MAIN
Changes since 1.13: +24 -32 lines
Diff to previous 1.13 (colored)

Pretty printing of supported cards, similar as in ath(4).

Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 7 10:49:41 2006 UTC (17 years, 10 months ago) by mglocker
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

ACX100 does hardware WEP, acx111 software WEP.

ok jsg@

Revision 1.12 / (download) - annotate - [select for diffs], Sat Aug 5 07:28:26 2006 UTC (17 years, 10 months ago) by jsg
Branch: MAIN
Changes since 1.11: +6 -5 lines
Diff to previous 1.11 (colored)

Mention 802.11a in more places it should be mentioned.
Suggested by jmc@

Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 5 06:45:56 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.10: +37 -1 lines
Diff to previous 1.10 (colored)

add EXAMPLES; ok jsg

Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 5 01:59:29 2006 UTC (17 years, 10 months ago) by ckuethe
Branch: MAIN
Changes since 1.9: +11 -9 lines
Diff to previous 1.9 (colored)

revert
requested by jmc

Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 4 21:04:02 2006 UTC (17 years, 10 months ago) by ckuethe
Branch: MAIN
Changes since 1.8: +9 -11 lines
Diff to previous 1.8 (colored)

acx doesn't do 11a.
"looks correct" jmc

Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 4 19:49:10 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.7: +8 -7 lines
Diff to previous 1.7 (colored)

the kids want indent;

Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 4 17:11:47 2006 UTC (17 years, 10 months ago) by mglocker
Branch: MAIN
Changes since 1.6: +7 -1 lines
Diff to previous 1.6 (colored)

Point to the firmware package.  I didn't found a license yet.  If you know
where to get it, please tell me so.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Aug 4 13:37:34 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

no .Pp before or after .Sh;

Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 4 11:44:53 2006 UTC (17 years, 10 months ago) by mglocker
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Add firmware for acx100 radio type 11.

ok jsg@

Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 4 09:38:44 2006 UTC (17 years, 10 months ago) by jsg
Branch: MAIN
Changes since 1.3: +6 -11 lines
Diff to previous 1.3 (colored)

Correct firmware file names.
Add my ACX111 device to the hardware list.
Sort hardware list.
Remove mention of firmware package for now as there isn't one yet.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 3 23:15:22 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.2: +10 -14 lines
Diff to previous 1.2 (colored)

tweaks;

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 3 19:35:20 2006 UTC (17 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

shorten

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 3 08:45:06 2006 UTC (17 years, 10 months ago) by deraadt
Branch: MAIN

man page for acx, a mix of ral, wpi, and the dragonfly page

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.