rtsol should not be run on the wireless NIC interfaces directly,

it will run on wlan0 instead.
This commit is contained in:
Doug Barton 2009-06-26 01:27:16 +00:00
parent b5820f18cc
commit 511b9af0c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195029

View File

@ -863,6 +863,9 @@ network6_interface_setup()
case ${i} in
lo0|gif[0-9]*|stf[0-9]*|faith[0-9]*|lp[0-9]*|sl[0-9]*|tun[0-9]*|pflog[0-9]*|pfsync[0-9]*)
;;
# Wireless NIC cards are virtualized through the wlan interface
an[0-9]*|ath[0-9]*|ipw[0-9]*|iwi[0-9]*|iwn[0-9]*|ral[0-9]*|wi[0-9]*|wl[0-9]*|wpi[0-9]*)
;;
*)
rtsol_interfaces="${rtsol_interfaces} ${i}"
;;