Searched refs:PK_TYPE_11B (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/staging/vt6655/ |
D | rxtx.c | 176 byPktType == PK_TYPE_11B ? in s_uGetTxRsvTime() 458 PK_TYPE_11B, &buf->b); in s_uFillDataHead() 474 PK_TYPE_11B, pDevice->byTopCCKBasicRate, in s_uFillDataHead() 491 PK_TYPE_11B, &buf->b); in s_uFillDataHead() 495 …f->duration_b = cpu_to_le16((u16)s_uGetDataDuration(pDevice, DATADUR_B, cbFrameLength, PK_TYPE_11B, in s_uFillDataHead() 606 PK_TYPE_11B, &buf->b); in s_vFillRTSHead() 614 cbFrameLength, PK_TYPE_11B, in s_vFillRTSHead() 641 PK_TYPE_11B, &buf->b); in s_vFillRTSHead() 649 cbFrameLength, PK_TYPE_11B, in s_vFillRTSHead() 743 } else if (byPktType == PK_TYPE_11B) { in s_vFillRTSHead() [all …]
|
D | card.c | 553 PK_TYPE_11B, &phy.field_read); in card_set_rspinf() 563 PK_TYPE_11B, &phy.field_read); in card_set_rspinf() 572 PK_TYPE_11B, &phy.field_read); in card_set_rspinf() 581 PK_TYPE_11B, &phy.field_read); in card_set_rspinf()
|
D | device.h | 82 #define PK_TYPE_11B 1 macro
|
D | baseband.c | 1880 if (pkt_type == PK_TYPE_11B) { in vnt_get_phy_field()
|
/linux-6.12.1/drivers/staging/vt6656/ |
D | rxtx.c | 133 if (pkt_type == PK_TYPE_11B) { in vnt_get_phy_field() 190 PK_TYPE_11B, &buf->b); in vnt_rxtx_datahead_g() 239 PK_TYPE_11B, &buf->b); in vnt_rxtx_rts_g_head() 277 PK_TYPE_11B, &buf->b); in vnt_fill_cts_head() 525 pkt_type = PK_TYPE_11B; in vnt_tx_packet() 558 else if (pkt_type == PK_TYPE_11B) in vnt_tx_packet() 661 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()
|
D | baseband.h | 50 #define PK_TYPE_11B 1 macro
|