diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2006-05-01 19:28:20 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2006-05-01 19:28:20 +0000 |
| commit | 3360476dccabead495c737edc214415d4f11b37d (patch) | |
| tree | f2edb2f021ce2f634d9f9fbbde694011a9747ef7 | |
| parent | 0033a00b729731d7b6b2157f00919f3be40be856 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/ath.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index 9d53b8951469..f06ed30cd0e8 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -214,7 +214,7 @@ Create a host-based wireless bridge to fxp0: ifconfig ath0 inet up ssid my_ap media DS/11Mbps mediaopt hostap sysctl net.inet.ip.check_interface=0 ifconfig bridge0 create -ifconfig bridge0 addm ath0 addm fxp0 +ifconfig bridge0 addm ath0 addm fxp0 up .Ed .Pp This will give you the same functionality as an access point. |
