Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ring_buffer.h File Reference

Go to the source code of this file.

Functions

void batadv_ring_buffer_set (uint8_t lq_recv[], uint8_t *lq_index, uint8_t value)
 
uint8_t batadv_ring_buffer_avg (const uint8_t lq_recv[])
 

Function Documentation

uint8_t batadv_ring_buffer_avg ( const uint8_t  lq_recv[])

Definition at line 30 of file ring_buffer.c.

void batadv_ring_buffer_set ( uint8_t  lq_recv[],
uint8_t lq_index,
uint8_t  value 
)

Definition at line 23 of file ring_buffer.c.