Home
last modified time | relevance | path

Searched refs:WIFI_DATA_TYPE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/rtl8712/
Dwifi.h37 WIFI_DATA_TYPE = (BIT(3)), enumerator
66 WIFI_DATA = (0 | WIFI_DATA_TYPE),
67 WIFI_DATA_CFACK = (BIT(4) | WIFI_DATA_TYPE),
68 WIFI_DATA_CFPOLL = (BIT(5) | WIFI_DATA_TYPE),
69 WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE),
70 WIFI_DATA_NULL = (BIT(6) | WIFI_DATA_TYPE),
71 WIFI_CF_ACK = (BIT(6) | BIT(4) | WIFI_DATA_TYPE),
72 WIFI_CF_POLL = (BIT(6) | BIT(5) | WIFI_DATA_TYPE),
73 WIFI_CF_ACKPOLL = (BIT(6) | BIT(5) | BIT(4) | WIFI_DATA_TYPE),
Drtl871x_xmit.c304 pattrib->subtype = WIFI_DATA_TYPE; in r8712_update_attrib()
489 if (pattrib->subtype & WIFI_DATA_TYPE) { in make_wlanhdr()
Drtl871x_recv.c585 case WIFI_DATA_TYPE: /*data*/ in r8712_validate_recv_frame()