inline bool check_queue_empty(const struct msg_queue_t *msg_queue); inline bool check_queue_to_be_full(const struct msg_queue_t *msg_queue); inline uint8_t get_num_messages_in_queue(const struct ...
* The driver is expected to initialize its private per-queue data for stations * and interfaces in the .add_interface and .sta_add ops. - * The driver can't access the queue directly. To dequeue a ...