From c3b3f6fe1242b5774eccfa70e3e9c4736e4ab5d1 Mon Sep 17 00:00:00 2001 From: Alain Lamar Date: Sat, 4 Apr 2020 19:01:28 +0200 Subject: wireless: T2211: bugfix: Bugfix for the bugfix: set no defaults When any defaults are set, VHT capabilities are automatically assumed for all WiFi modes which does not match the reality. Therefore we must leave this undefined by default. --- src/conf_mode/interfaces-wireless.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf_mode') diff --git a/src/conf_mode/interfaces-wireless.py b/src/conf_mode/interfaces-wireless.py index 3d62897aa..f7ecb098e 100755 --- a/src/conf_mode/interfaces-wireless.py +++ b/src/conf_mode/interfaces-wireless.py @@ -797,7 +797,7 @@ default_config_data = { 'cap_vht_beamform' : '', 'cap_vht_center_freq_1' : '', 'cap_vht_center_freq_2' : '', - 'cap_vht_chan_set_width' : '0', + 'cap_vht_chan_set_width' : '', 'cap_vht_ldpc' : False, 'cap_vht_link_adaptation' : False, 'cap_vht_max_mpdu_exp' : '', -- cgit v1.2.3