Searched defs:iwi_tx_desc (Results 1 – 1 of 1) sorted by relevance
324 struct iwi_tx_desc { struct325 struct iwi_hdr hdr;326 uint32_t reserved1;327 uint8_t station; /* adhoc sta #, 0 for bss */328 uint8_t reserved2[3];329 uint8_t cmd;332 uint8_t seq;333 uint16_t len;334 uint8_t priority;335 uint8_t flags;[all …]