diff options
Diffstat (limited to 'chromeos/network/onc/onc_translation_tables.cc')
-rw-r--r-- | chromeos/network/onc/onc_translation_tables.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chromeos/network/onc/onc_translation_tables.cc b/chromeos/network/onc/onc_translation_tables.cc index 8a1b29d..0cc2b6b 100644 --- a/chromeos/network/onc/onc_translation_tables.cc +++ b/chromeos/network/onc/onc_translation_tables.cc @@ -212,7 +212,9 @@ const NestedShillDictionaryEntry nested_shill_dictionaries[] = { } // namespace const StringTranslationEntry kNetworkTypeTable[] = { - { network_type::kEthernet, flimflam::kTypeEthernet }, + // This mapping is ensured in the translation code. + // { network_type::kEthernet, flimflam::kTypeEthernet }, + // { network_type::kEthernet, shill::kTypeEthernetEap }, { network_type::kWiFi, flimflam::kTypeWifi }, { network_type::kCellular, flimflam::kTypeCellular }, { network_type::kVPN, flimflam::kTypeVPN }, |