Home
last modified time | relevance | path

Searched refs:byPacketType (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/vt6655/
Ddatarate.c259 if ((pDevice->byPacketType == PK_TYPE_11GB) && CARDbIsOFDMinBasicRate((void *)pDevice)) in RATEvParseMaxRate()
260 pDevice->byPacketType = PK_TYPE_11GA; in RATEvParseMaxRate()
265 if ((pDevice->byPacketType == PK_TYPE_11B) || (pDevice->byPacketType == PK_TYPE_11GB)) in RATEvParseMaxRate()
Dwroute.c129 byPktType = pDevice->byPacketType; in ROUTEbRelay()
Ddevice.h445 …VIA_PKT_TYPE byPacketType; //0:11a,1:11b,2:11gb(only CCK in BasicRate),3:11ga(OFDM … member
Dcard.c1709 if (pDevice->byPacketType == PK_TYPE_11A) {//0000 0000 0000 0000,11a in vUpdateIFS()
1715 } else if (pDevice->byPacketType == PK_TYPE_11B) {//0000 0001 0000 0000,11b in vUpdateIFS()
Ddevice_main.c384 pDevice->byPacketType = (VIA_PKT_TYPE)pDevice->byBBType; in device_set_options()
1766 byPktType = (unsigned char)pDevice->byPacketType; in device_dma0_xmit()
2030 byPktType = (unsigned char)pDevice->byPacketType; in device_xmit()