Home
last modified time | relevance | path

Searched refs:IWL_RATE_COUNT (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-agn-rs.h66 IWL_RATE_COUNT, /*FIXME:RS:change to IWL_RATE_INDEX_COUNT,*/ enumerator
67 IWL_RATE_COUNT_LEGACY = IWL_RATE_COUNT - 1, /* Excluding 60M */
68 IWL_RATE_INVM_INDEX = IWL_RATE_COUNT,
69 IWL_RATE_INVALID = IWL_RATE_COUNT,
203 #define IWL_RATES_MASK ((1 << IWL_RATE_COUNT) - 1)
288 extern const struct iwl_rate_info iwl_rates[IWL_RATE_COUNT];
353 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */
Diwl-agn-rs.c100 const struct iwl_rate_info iwl_rates[IWL_RATE_COUNT] = {
182 static s32 expected_tpt_legacy[IWL_RATE_COUNT] = {
186 static s32 expected_tpt_siso20MHz[4][IWL_RATE_COUNT] = {
193 static s32 expected_tpt_siso40MHz[4][IWL_RATE_COUNT] = {
200 static s32 expected_tpt_mimo2_20MHz[4][IWL_RATE_COUNT] = {
207 static s32 expected_tpt_mimo2_40MHz[4][IWL_RATE_COUNT] = {
214 static s32 expected_tpt_mimo3_20MHz[4][IWL_RATE_COUNT] = {
221 static s32 expected_tpt_mimo3_40MHz[4][IWL_RATE_COUNT] = {
229 static const struct iwl_rate_mcs_info iwl_rate_mcs[IWL_RATE_COUNT] = {
487 if (scale_index < 0 || scale_index >= IWL_RATE_COUNT) in rs_collect_tx_data()
[all …]