use new sysctl to generate a fake radar event

This commit is contained in:
Sam Leffler 2008-08-02 18:01:58 +00:00
parent ac5ae6986f
commit 9821c14541

View File

@ -22,4 +22,5 @@ ifconfig $WIRED up
wlandebug -i $WLAN state+scan+assoc+11n
ifconfig $WLAN up
sleep 5; sysctl dev.mwl.0.radar=1
unit=`echo $WLAN | sed 's/wlan//'`
sleep 5; sysctl net.wlan.$unit.radar=1