
Go to the source code of this file.
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) |
| 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.