| Index: server/site_linux_router.py
|
| diff --git a/server/site_linux_router.py b/server/site_linux_router.py
|
| index c31a27211c2e223df85842d94b0db4b78b6cea0b..8e1b66499d000a540676b4aeb4f9350852c8b861 100644
|
| --- a/server/site_linux_router.py
|
| +++ b/server/site_linux_router.py
|
| @@ -255,6 +255,9 @@ class LinuxRouter(object):
|
| htcaps.add('[HT40-]')
|
| htcaps.add('[HT40+]')
|
| conf['wmm_enabled'] = 1
|
| + elif k in ('ht40+', 'ht40-'):
|
| + htcaps.add('[%s]' % k.upper())
|
| + conf['wmm_enabled'] = 1
|
| elif k == 'shortgi':
|
| htcaps.add('[SHORT-GI-20]')
|
| htcaps.add('[SHORT-GI-40]')
|
|
|