diff options
Diffstat (limited to 'usr.sbin/wlconfig')
-rw-r--r-- | usr.sbin/wlconfig/wlconfig.8 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/wlconfig/wlconfig.8 b/usr.sbin/wlconfig/wlconfig.8 index 324e277f8474..717b4046dbcc 100644 --- a/usr.sbin/wlconfig/wlconfig.8 +++ b/usr.sbin/wlconfig/wlconfig.8 @@ -11,9 +11,9 @@ .Ar ifname .Op Ar param value ... .Sh DESCRIPTION -The +The .Nm -command can be used to read and set parameters for the NCR/AT&T Wavelan +command can be used to read and set parameters for the NCR/AT&T Wavelan radio LAN card. Various parameters stored in the non-volatile Parameter Storage Area (PSA) on the card can be modified with this program, replacing the DOS-based @@ -23,17 +23,17 @@ strength cache which may have been compiled into the driver. .Pp The .Ar ifname -parameter specifies the wavelan interface name (eg. +parameter specifies the wavelan interface name (eg. .Pa wl0 ). If no other arguments are supplied, the current contents of the PSA are interpreted and displayed. .Pp The .Ar param -and +and .Ar value arguments can be used to change the value of several parameters. -Any number of +Any number of .Ar param value pairs may be supplied. .Bl -tag -width 15n -offset indent @@ -45,26 +45,26 @@ IRQ value (used at next reset), may be one of 3,4,5,6,10,11,12,15. Local MAC value (ethernet address). .It macsel .Sq soft -(as set by the +(as set by the .Sq mac parameter) or .Sq default (as set at the factory). .It nwid The NWID is a 2-byte parameter passed to the card's radio modem. -NWIDs allow multiple logically discrete networks to operate +NWIDs allow multiple logically discrete networks to operate independently whilst occupying the same airspace. Packets with a different NWID are simply ignored by the modem. In the hardware, NWIDs are stored long-term in non-volatile memory -(called the PSA or programmable storage area), and are loaded by -software into the radio modem when the driver is +(called the PSA or programmable storage area), and are loaded by +software into the radio modem when the driver is initialized. This sets the default NWID loaded at startup. .It currnwid This sets the current operating NWID (but does not save it to the PSA). .It cache The driver may maintain a per interface fixed size cache of signal strength, -silence, and quality levels, which are indexed by sender MAC addresses. +silence, and quality levels, which are indexed by sender MAC addresses. Input packets are stored in the cache, and when received, the values stored in the radio modem are interrogated and stored. There are also two sysctl values (iponly and multicast only) which @@ -73,8 +73,8 @@ cache mechanism stores only non-unicast IP packets, but this can be changed with .Xr sysctl 8 . Each non-filtered -input packet causes a cache update, hence one can monitor -the antennae signal strength to a remote system. +input packet causes a cache update, hence one can monitor +the antennae signal strength to a remote system. There are three commands that can be given as values: .Sq raw , which prints out the raw signal strength data as found in the radio @@ -82,7 +82,7 @@ modem hardware value, .Sq scale , which scales the raw hardware values to 0..100%, and .Sq zero -which clears out the cache in case you want to store new samples. +which clears out the cache in case you want to store new samples. .El .Pp Note that if the IRQ on the Wavelan card is incorrect, the interface @@ -133,6 +133,6 @@ Print a scaled version of the signal strength cache : This implementation of the .Nm command is completely new, written for Hilink Internet by -.An Michael Smith , +.An Michael Smith , and updated by .An Jim Binkley &c . |