OSDN Git Service

Merge "Use audio_session_t consistently" into nyc-dev
authorGlenn Kasten <gkasten@google.com>
Thu, 17 Mar 2016 14:22:50 +0000 (14:22 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 17 Mar 2016 14:22:51 +0000 (14:22 +0000)
include/hardware_legacy/wifi_logger.h

index f2a5592..465c00b 100644 (file)
@@ -482,7 +482,7 @@ typedef enum {
     // Dropped by driver due to lack of buffer space.
     TX_PKT_FATE_DRV_DROP_NOBUFS,
 
-    // Dropped by driver for any other reason. E.g. out of buffers.
+    // Dropped by driver for any other reason.
     TX_PKT_FATE_DRV_DROP_OTHER,
 } wifi_tx_packet_fate;
 
@@ -598,7 +598,7 @@ typedef struct {
     - Once stared, monitoring should remain active until HAL is unloaded.
     - When HAL is unloaded, all packet fate buffers should be cleared.
 */
-wifi_error wifi_start_pkt_fate_monitoring(wifi_interface_handle iface);
+wifi_error wifi_start_pkt_fate_monitoring(wifi_interface_handle handle);
 
 /**
     API to retrieve fates of outbound packets.