Home
last modified time | relevance | path

Searched refs:BB_TYPE_11A (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/staging/vt6655/
Dcard.c90 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in calculate_ofdmr_parameter()
100 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in calculate_ofdmr_parameter()
110 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in calculate_ofdmr_parameter()
120 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in calculate_ofdmr_parameter()
130 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in calculate_ofdmr_parameter()
140 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in calculate_ofdmr_parameter()
150 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in calculate_ofdmr_parameter()
161 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in calculate_ofdmr_parameter()
194 if (bb_type == BB_TYPE_11A) { in card_set_phy_parameter()
195 vt6655_mac_set_bb_type(priv->port_offset, BB_TYPE_11A); in card_set_phy_parameter()
[all …]
Ddevice.h76 #define BB_TYPE_11A 0 macro
Drxtx.c1368 if (priv->byBBType == BB_TYPE_11A) { in vnt_beacon_xmit()
Ddevice_main.c1438 bb_type = BB_TYPE_11A; in vnt_config()
/linux-6.12.1/drivers/staging/vt6656/
Dcard.c110 if (bb_type == BB_TYPE_11A) { in vnt_set_rspinf()
184 if (priv->bb_type == BB_TYPE_11A || priv->bb_type == BB_TYPE_11B) in vnt_get_pkt_type()
428 if (priv->bb_type == BB_TYPE_11A) { in vnt_set_bss_mode()
Dbaseband.h44 #define BB_TYPE_11A 0 macro
Drxtx.c645 if (priv->bb_type == BB_TYPE_11A) { in vnt_beacon_xmit()
Dmain_usb.c729 priv->bb_type = BB_TYPE_11A; in vnt_config()