mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
sculpt_manager: remove inactive use_11n attribute
This is a follow-up commit to #4506 where the inactive 'use_11n' attribute was already removed. Issue #5262.
This commit is contained in:
parent
978e82e893
commit
572d406d66
@ -1,3 +1,3 @@
|
||||
<wifi connected_scan_interval="0" scan_interval="5" use_11n="no" rfkill="no" verbose="no">
|
||||
<wifi connected_scan_interval="0" scan_interval="5" rfkill="no" verbose="no">
|
||||
<network ssid="" protection="NONE" passphrase=""/>
|
||||
</wifi>
|
||||
|
@ -144,7 +144,6 @@ struct Sculpt::Network : Noncopyable
|
||||
xml.attribute("connected_scan_interval", 0U);
|
||||
xml.attribute("scan_interval", 10U);
|
||||
xml.attribute("update_quality_interval", 30U);
|
||||
xml.attribute("use_11n", false);
|
||||
|
||||
xml.attribute("verbose_state", false);
|
||||
xml.attribute("verbose", false);
|
||||
@ -175,7 +174,7 @@ struct Sculpt::Network : Noncopyable
|
||||
|
||||
xml.attribute("connected_scan_interval", 0U);
|
||||
xml.attribute("scan_interval", 10U);
|
||||
xml.attribute("use_11n", false);
|
||||
xml.attribute("update_quality_interval", 30U);
|
||||
|
||||
xml.attribute("verbose_state", false);
|
||||
xml.attribute("verbose", false);
|
||||
|
Loading…
Reference in New Issue
Block a user