mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
create_vap.py : remove the country country=self.country_code,
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -89,7 +89,6 @@ class CreateVAP(Realm):
|
|||||||
self.vap_profile.create(resource = self.resource,
|
self.vap_profile.create(resource = self.resource,
|
||||||
radio = self.radio,
|
radio = self.radio,
|
||||||
channel = self.channel,
|
channel = self.channel,
|
||||||
country=self.country_code,
|
|
||||||
up_ = True,
|
up_ = True,
|
||||||
debug = False,
|
debug = False,
|
||||||
use_ht40=True,
|
use_ht40=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user