Searched defs:mwl_rxdesc (Results 1 – 2 of 2) sorted by relevance
221 struct mwl_rxdesc { struct222 uint8_t RxControl; /* control element */226 uint8_t RSSI; /* received signal strengt indication */227 uint8_t Status; /* status field w/ USED bit */238 uint8_t Channel; /* channel # pkt received on */239 uint16_t PktLen; /* total length of received data */240 uint8_t SQ2; /* not used */241 uint8_t Rate; /* received data rate */242 uint32_t pPhysBuffData; /* physical address of payload data */243 uint32_t pPhysNext; /* physical address of next RX desc */ [all …]
188 static int mwl_rxdesc = MWL_RXDESC; /* # rx desc's to allocate */ variable