diff options
author | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-18 12:11:34 +0200 |
---|---|---|
committer | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-18 12:11:34 +0200 |
commit | dfe11c74fe59ceaa68778d80ce6a8a16227350f9 (patch) | |
tree | 2eb80f6a135ae02d663bf7d76e572a157d7d7a5e /packages/dreamplug-uaputl/config/uapcoex.conf | |
parent | e14cf93e2c93e94c00d55d51ffc8ca26e063377c (diff) | |
parent | 9539219428e74cda06510ab95900ec8f0a14e7e5 (diff) | |
download | torouter-dfe11c74fe59ceaa68778d80ce6a8a16227350f9.tar.gz torouter-dfe11c74fe59ceaa68778d80ce6a8a16227350f9.zip |
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
Diffstat (limited to 'packages/dreamplug-uaputl/config/uapcoex.conf')
-rw-r--r-- | packages/dreamplug-uaputl/config/uapcoex.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/dreamplug-uaputl/config/uapcoex.conf b/packages/dreamplug-uaputl/config/uapcoex.conf new file mode 100644 index 0000000..5727eae --- /dev/null +++ b/packages/dreamplug-uaputl/config/uapcoex.conf @@ -0,0 +1,21 @@ +# File : uapcoex.conf + +coex_config={ + common_config={ + bitmap=0x0 # bit 0: override CTS2RTS protection + } + sco_config={ + protectionFromQTime0=1000 + protectionFromQTime1=600 + protectionFromQTime2=0 + protectionFromQTime3=0 + scoProtectionFromRate=9 + aclFrequency=20 + } + acl_config={ + enabled=1 + btTime=40 + wlanTime=60 + aclProtectionFromRate=1 + } +} |