Home
last modified time | relevance | path

Searched refs:DOT11_DELBA_PARAMETER_FIELD_TID_BITS (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/utils/
D802_11Defs.h814 #define DOT11_DELBA_PARAMETER_FIELD_TID_BITS 0xf000 macro
/hardware/ti/wlan/wl1271/TWD/Data_Service/
DRxQueue.c919 uFrameTid = (uBAParameterField & DOT11_DELBA_PARAMETER_FIELD_TID_BITS) >> 12; in RxQueue_ReceivePacket()