|
@@ -129,7 +129,7 @@ struct hackrf_dev {
|
|
struct list_head rx_buffer_list;
|
|
struct list_head rx_buffer_list;
|
|
struct list_head tx_buffer_list;
|
|
struct list_head tx_buffer_list;
|
|
spinlock_t buffer_list_lock; /* Protects buffer_list */
|
|
spinlock_t buffer_list_lock; /* Protects buffer_list */
|
|
- unsigned sequence; /* Buffer sequence counter */
|
|
|
|
|
|
+ unsigned int sequence; /* Buffer sequence counter */
|
|
unsigned int vb_full; /* vb is full and packets dropped */
|
|
unsigned int vb_full; /* vb is full and packets dropped */
|
|
unsigned int vb_empty; /* vb is empty and packets dropped */
|
|
unsigned int vb_empty; /* vb is empty and packets dropped */
|
|
|
|
|