ural_rx_desc
uint8_t ural_rxrate(const struct ural_rx_desc *);
const struct ural_rx_desc *desc;
desc = (struct ural_rx_desc *)(data->buf + len - RAL_RX_DESC_SIZE);
ural_rxrate(const struct ural_rx_desc *desc)
#define RAL_RX_DESC_SIZE (sizeof (struct ural_rx_desc))