Searched refs:tbl_type (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-rs.c | 805 struct il_scale_tbl_info tbl_type; in il4965_rs_tx_status() local 838 il4965_rs_get_tbl_info_from_mcs(tx_rate, il->band, &tbl_type, &rs_idx); in il4965_rs_tx_status() 857 tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI) || in il4965_rs_tx_status() 858 tbl_type.is_ht40 != !!(mac_flags & IEEE80211_TX_RC_40_MHZ_WIDTH) || in il4965_rs_tx_status() 859 tbl_type.is_dup != !!(mac_flags & IEEE80211_TX_RC_DUP_DATA) || in il4965_rs_tx_status() 860 tbl_type.ant_type != info->status.antenna || in il4965_rs_tx_status() 884 (&tbl_type, &(lq_sta->lq_info[lq_sta->active_tbl]))) { in il4965_rs_tx_status() 889 (&tbl_type, &lq_sta->lq_info[1 - lq_sta->active_tbl])) { in il4965_rs_tx_status() 900 D_RATE("actual- lq:%x, ant:%x, SGI:%d\n", tbl_type.lq_type, in il4965_rs_tx_status() 901 tbl_type.ant_type, tbl_type.is_SGI); in il4965_rs_tx_status() [all …]
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rs.c | 877 struct iwl_scale_tbl_info tbl_type; in rs_tx_status() local 912 rs_get_tbl_info_from_mcs(tx_rate, priv->band, &tbl_type, &rs_index); in rs_tx_status() 931 (tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI)) || in rs_tx_status() 932 (tbl_type.is_ht40 != !!(mac_flags & IEEE80211_TX_RC_40_MHZ_WIDTH)) || in rs_tx_status() 933 (tbl_type.is_dup != !!(mac_flags & IEEE80211_TX_RC_DUP_DATA)) || in rs_tx_status() 934 (tbl_type.ant_type != info->status.antenna) || in rs_tx_status() 956 if (table_type_matches(&tbl_type, in rs_tx_status() 960 } else if (table_type_matches(&tbl_type, in rs_tx_status() 973 tbl_type.lq_type, tbl_type.ant_type, tbl_type.is_SGI); in rs_tx_status() 991 rs_get_tbl_info_from_mcs(tx_rate, priv->band, &tbl_type, in rs_tx_status() [all …]
|