Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5653e138 authored by Gidon Studinski's avatar Gidon Studinski
Browse files

wigig_sensing: change DROPPED_BURSTS ioctl definition



Change the ioctl definition so it matches the expected signature.

Change-Id: Idd7db40545ae5831bc1b81c84826a98c7bf2d2d1
Signed-off-by: default avatarGidon Studinski <gidons@codeaurora.org>
parent 78705a40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -77,11 +77,11 @@ enum wigig_sensing_event {
	_IO(WIGIG_SENSING_IOC_MAGIC, WIGIG_SENSING_IOCTL_CLEAR_DATA)

/**
 * Get number of bursts that where dropped due to data buffer overflow
 * Get number of bursts that were dropped due to data buffer overflow
 */
#define WIGIG_SENSING_IOC_GET_NUM_DROPPED_BURSTS \
	_IOR(WIGIG_SENSING_IOC_MAGIC, \
	     WIGIG_SENSING_IOCTL_GET_NUM_DROPPED_BURSTS, uint32_t)
	     WIGIG_SENSING_IOCTL_GET_NUM_DROPPED_BURSTS, sizeof(uint32_t))

/**
 * Get number of bursts that where dropped due to data buffer overflow