mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
fix typo
This commit is contained in:
parent
97ea741513
commit
e13e5f8fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ PATH=.:$PATH
|
|||
SSID='freebsd+tdma'
|
||||
|
||||
WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
|
||||
ifconfig $WLAN ssid "$SSID" 0
|
||||
ifconfig $WLAN ssid "$SSID"
|
||||
wlandebug -i $WLAN state+scan+tdma
|
||||
|
||||
BRIDGE=`ifconfig bridge create`
|
||||
|
|
|
|||
Loading…
Reference in a new issue