Home
last modified time | relevance | path

Searched refs:PK_TYPE_11A (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/vt6655/
H A Dbaseband.c1736 if (by_pkt_type != PK_TYPE_11A) in bb_get_frame_time()
1818 if (pkt_type == PK_TYPE_11A) in vnt_get_phy_field()
1825 if (pkt_type == PK_TYPE_11A) in vnt_get_phy_field()
1832 if (pkt_type == PK_TYPE_11A) in vnt_get_phy_field()
1839 if (pkt_type == PK_TYPE_11A) in vnt_get_phy_field()
1846 if (pkt_type == PK_TYPE_11A) in vnt_get_phy_field()
1853 if (pkt_type == PK_TYPE_11A) in vnt_get_phy_field()
1860 if (pkt_type == PK_TYPE_11A) in vnt_get_phy_field()
1867 if (pkt_type == PK_TYPE_11A) in vnt_get_phy_field()
1873 if (pkt_type == PK_TYPE_11A) in vnt_get_phy_field()
H A Drxtx.c507 } else if (byPktType == PK_TYPE_11A) { in s_uFillDataHead()
691 } else if (byPktType == PK_TYPE_11A) { in s_vFillRTSHead()
938 } else if (byPktType == PK_TYPE_11A) { in s_vGenerateTxParameter()
950 buf->rrv_time = vnt_rxtx_rsvtime_le16(pDevice, PK_TYPE_11A, cbFrameSize, wCurrentRate, bNeedACK); in s_vGenerateTxParameter()
1251 pkt_type = PK_TYPE_11A; in vnt_generate_fifo_header()
1263 if (pkt_type == PK_TYPE_11A) in vnt_generate_fifo_header()
1373 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()
1378 frame_size, PK_TYPE_11A, current_rate, in vnt_beacon_xmit()
H A Ddevice.h81 #define PK_TYPE_11A 0 macro
/linux/drivers/staging/vt6656/
H A Drxtx.c122 if (pkt_type == PK_TYPE_11A) in vnt_get_phy_field()
513 pkt_type = PK_TYPE_11A; in vnt_tx_packet()
521 pkt_type = PK_TYPE_11A; in vnt_tx_packet()
556 if (pkt_type == PK_TYPE_11A) in vnt_tx_packet()
650 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit()
H A Dbaseband.h49 #define PK_TYPE_11A 0 macro
H A Dcard.c129 if (priv->packet_type == PK_TYPE_11A) { in vnt_update_ifs()