Replace a couple mentions of the soon to be removed vaps_<ifn>
variable form with wlans_<ifn>.
This commit is contained in:
parent
9d671674d9
commit
5ed11a24b1
@ -184,7 +184,7 @@ ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
|
||||
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
|
||||
#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
|
||||
#ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0.
|
||||
#vaps_ath0="wlan0" # VAP interfaces for ath0 device
|
||||
#wlans_ath0="wlan0" # wlan(4) interfaces for ath0 device
|
||||
#ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry.
|
||||
#
|
||||
#autobridge_interfaces="bridge0" # List of bridges to check
|
||||
|
@ -65,7 +65,7 @@ This is done with the
|
||||
.Xr ifconfig 8
|
||||
.Cm create
|
||||
command or using the
|
||||
.Va vaps_IFX
|
||||
.Va wlans_IFX
|
||||
variable in
|
||||
.Xr rc.conf 5 .
|
||||
Some drivers support the creation of multiple
|
||||
|
Loading…
Reference in New Issue
Block a user