[go: nahoru, domu]

Searched defs:ePktType (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/vt6655/
H A Dcard.c624 * ePktType - Packet type to stop
631 bool CARDbStopTxPacket(struct vnt_private *pDevice, CARD_PKT_TYPE ePktType) argument
634 if (ePktType == PKT_TYPE_802_11_ALL) {
638 } else if (ePktType == PKT_TYPE_802_11_BCN) {
640 } else if (ePktType == PKT_TYPE_802_11_MNG) {
642 } else if (ePktType == PKT_TYPE_802_11_DATA) {
677 * ePktType - Packet type to start
684 bool CARDbStartTxPacket(struct vnt_private *pDevice, CARD_PKT_TYPE ePktType) argument
687 if (ePktType == PKT_TYPE_802_11_ALL) {
691 } else if (ePktType
[all...]

Completed in 32 milliseconds