Searched refs:bb_type (Results 1 – 8 of 8) sorted by relevance
84 u8 bb_type, in calculate_ofdmr_parameter() argument90 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()185 bool card_set_phy_parameter(struct vnt_private *priv, u8 bb_type) in card_set_phy_parameter() argument[all …]
42 void card_set_rspinf(struct vnt_private *priv, u8 bb_type);56 bool card_set_phy_parameter(struct vnt_private *priv, u8 bb_type);
1424 u8 bb_type; in vnt_config() local1438 bb_type = BB_TYPE_11A; in vnt_config()1440 bb_type = BB_TYPE_11G; in vnt_config()1442 if (priv->byBBType != bb_type) { in vnt_config()1443 priv->byBBType = bb_type; in vnt_config()
90 int vnt_set_rspinf(struct vnt_private *priv, u8 bb_type) in vnt_set_rspinf() argument110 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()185 return (u8)priv->bb_type; in vnt_get_pkt_type()418 unsigned char type = priv->bb_type; in vnt_set_bss_mode()428 if (priv->bb_type == BB_TYPE_11A) { in vnt_set_bss_mode()431 } else if (priv->bb_type == BB_TYPE_11B) { in vnt_set_bss_mode()433 } else if (priv->bb_type == BB_TYPE_11G) { in vnt_set_bss_mode()448 ret = vnt_set_rspinf(priv, priv->bb_type); in vnt_set_bss_mode()
27 int vnt_set_rspinf(struct vnt_private *priv, u8 bb_type);
93 priv->bb_type = BBP_TYPE_DEF; in vnt_set_options()94 priv->packet_type = priv->bb_type; in vnt_set_options()335 priv->bb_type = BB_TYPE_11G; in vnt_init_registers()729 priv->bb_type = BB_TYPE_11A; in vnt_config()731 priv->bb_type = BB_TYPE_11G; in vnt_config()
324 u8 bb_type; /* 0: 11A, 1:11B, 2:11G */ member
645 if (priv->bb_type == BB_TYPE_11A) { in vnt_beacon_xmit()