mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
change default from adhoc mode to BSS (infrastructure)
This commit is contained in:
parent
bb330cd01e
commit
fd1d7a8a15
2 changed files with 2 additions and 9 deletions
|
|
@ -69,14 +69,7 @@ For WaveLAN/IEEE Turbo adapters, speeds up to 6Mbps are available.
|
|||
.Pp
|
||||
By default, the
|
||||
.Nm
|
||||
driver configures the WaveLAN card for ad-hoc operation.
|
||||
In this mode,
|
||||
stations can communicate among each other without the aid of an access
|
||||
point.
|
||||
To join a service set, the driver must be set for BSS mode using
|
||||
the
|
||||
.Xr wicontrol 8
|
||||
utility.
|
||||
driver configures the WaveLAN card for BSS operation.
|
||||
.Pp
|
||||
For more information on configuring this device, see
|
||||
.Xr ifconfig 8
|
||||
|
|
|
|||
|
|
@ -346,7 +346,7 @@ static int wi_pccard_attach(device_t dev)
|
|||
sizeof(WI_DEFAULT_IBSS) - 1);
|
||||
|
||||
sc->wi_portnum = WI_DEFAULT_PORT;
|
||||
sc->wi_ptype = WI_PORTTYPE_ADHOC;
|
||||
sc->wi_ptype = WI_PORTTYPE_BSS;
|
||||
sc->wi_ap_density = WI_DEFAULT_AP_DENSITY;
|
||||
sc->wi_rts_thresh = WI_DEFAULT_RTS_THRESH;
|
||||
sc->wi_tx_rate = WI_DEFAULT_TX_RATE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue