Go to the source code of this file.
Classes | |
struct | wifi_ring_t |
Defines | |
#define | RX_RING_ELEMENTS 500 |
Functions | |
bool | ath5k_ring_empty (wifi_ring_t *ring) |
void | ath5k_ring_extract (wifi_ring_t *ring, frame_t *frame) |
void | ath5k_ring_init (wifi_ring_t *ring) |
void | ath5k_ring_insert (wifi_ring_t *ring, const unsigned char *data, const unsigned short len, const int link_quality, const int noise, const unsigned char rate) |
#define RX_RING_ELEMENTS 500 |
Definition at line 53 of file wifi_rx_queue.h.
bool ath5k_ring_empty | ( | wifi_ring_t * | ring | ) |
Definition at line 66 of file wifi_rx_queue.c.
void ath5k_ring_extract | ( | wifi_ring_t * | ring, |
frame_t * | frame | ||
) |
Definition at line 92 of file wifi_rx_queue.c.
void ath5k_ring_init | ( | wifi_ring_t * | ring | ) |
Definition at line 54 of file wifi_rx_queue.c.
void ath5k_ring_insert | ( | wifi_ring_t * | ring, |
const unsigned char * | data, | ||
const unsigned short | len, | ||
const int | link_quality, | ||
const int | noise, | ||
const unsigned char | rate | ||
) |
Definition at line 72 of file wifi_rx_queue.c.