Searched refs:tbl_type (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rs.c763 struct iwl_scale_tbl_info tbl_type; local
796 rs_get_tbl_info_from_mcs(tx_rate, priv->band, &tbl_type, &rs_index);
815 (tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI)) ||
816 (tbl_type.is_ht40 != !!(mac_flags & IEEE80211_TX_RC_40_MHZ_WIDTH)) ||
817 (tbl_type.is_dup != !!(mac_flags & IEEE80211_TX_RC_DUP_DATA)) ||
818 (tbl_type.ant_type != info->antenna_sel_tx) ||
840 if (table_type_matches(&tbl_type,
844 } else if (table_type_matches(&tbl_type,
862 rs_get_tbl_info_from_mcs(tx_rate, priv->band, &tbl_type,
888 &tbl_type,
2583 struct iwl_scale_tbl_info tbl_type; local
[all...]

Completed in 120 milliseconds