From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Correct name from assoc_length to remaining_length. --- lib/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hci.h b/lib/hci.h index b68dbc2..3dbb221 100644 --- a/lib/hci.h +++ b/lib/hci.h @@ -1408,7 +1408,7 @@ typedef struct { typedef struct { uint8_t handle; uint16_t length_so_far; - uint16_t assoc_length; + uint16_t remaining_length; uint8_t fragment[HCI_MAX_NAME_LENGTH]; } __attribute__ ((packed)) write_remote_amp_assoc_cp; #define WRITE_REMOTE_AMP_ASSOC_CP_SIZE 253 -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html