From ce80804639a4134d486194a15c57636cc620d644 Mon Sep 17 00:00:00 2001 From: johnsonlu Date: Wed, 15 Jun 2022 22:17:44 -0700 Subject: [PATCH] Modify the comment of MediumMetaData.ap_frequency PiperOrigin-RevId: 455297318 --- connections/implementation/proto/offline_wire_formats.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connections/implementation/proto/offline_wire_formats.proto b/connections/implementation/proto/offline_wire_formats.proto index 9243fcfd..bcb9a103 100644 --- a/connections/implementation/proto/offline_wire_formats.proto +++ b/connections/implementation/proto/offline_wire_formats.proto @@ -307,8 +307,8 @@ message MediumMetadata { optional bool supports_6_ghz = 4; // True if local device has mobile radio. optional bool mobile_radio = 5; - // The frequency of the WiFi LAN AP(in MHz, or -1 is not associated with an AP - // over WiFi). + // The frequency of the WiFi LAN AP(in MHz). Or -1 is not associated with an + // AP over WiFi, -2 represents the active network uses an Ethernet transport. optional int32 ap_frequency = 6 [default = -1]; // Available channels on the local device. optional AvailableChannels available_channels = 7;