Lines Matching defs:table
369 * Entire table within C_TX_PWR_TBL, C_CHANNEL_SWITCH
644 * table and txpower table before transmitting anything on the RXON
647 * NOTE: All RXONs wipe clean the internal txpower table. Driver must
845 /* Special, dedicated locations within device's station table */
895 /* Receiver address (actually, Rx station's idx into station table),
912 * @sta_id: idx of station in uCode's station table
915 * Driver selects unused table idx when adding new station,
932 * The device contains an internal table of per-station information,
938 * C_ADD_STA sets up the table entry for one station, either creating
941 * NOTE: RXON command (without "associated" bit set) wipes the station table
943 * new station table before transmitting anything on the RXON channel
948 * IL_BROADCAST_ID entry (last entry in the table). For a client
950 * in the IL_AP_ID entry (1st entry in the table). BROADCAST and AP
952 * used as AP, or in an IBSS network, driver must set up station table
1287 * 1: Use rate scale table (see C_TX_LINK_QUALITY_CMD).
1289 * uCode walks through table for additional Tx attempts.
1378 /* Index of recipient station in uCode's station table */
1467 /* Index of destination station in uCode's station table */
1474 * Index into rate table (see C_TX_LINK_QUALITY_CMD) for initial
1706 * table entry used for all frames in the new agg.
1725 /* Index of recipient (BA-sending) station in uCode's station table */
1759 * NOTE: The table of rates passed to the uCode via the
1765 * rate in the rate table, the bit mask for that rate
1778 struct il3945_rate_scaling_info table[IL_MAX_RATES];
1787 /* # entries in rate scale table to support Tx retries */
1815 * this table will set that up, by indicating the idxes in the
1816 * rs_table[LINK_QUAL_MAX_RETRY_NUM] rate table at which to start.
1874 * Each station in the 4965 device's internal station table has its own table
1877 * an ACK is not received. This command replaces the entire table for
1880 * NOTE: Station must already be in 4965 device's station table.
1891 * formula to fill the rs_table[LINK_QUAL_MAX_RETRY_NUM] rate table in the
1905 * legacy procedure for remaining table entries.
1913 * rate table is filled (16 entries), switching antenna each entry.
1937 * up in the rate scaling table in the Link Quality command. The driver must
1938 * determine which rate table entry was used for each tx attempt, to determine
1953 * first entry in the Link Quality command's rate table.
1956 * table below) for current initial rate. Do this only if enough frames
1980 * of lower rate (under perfect 100% tx conditions, see table below)
2059 /* Index of destination/recipient station in uCode's station table */
2068 * specifies 1st Tx rate attempted, via idx into this table.
2069 * 4965 devices works its way through table when retrying Tx.
2351 * struct il_scan_channel - entry in C_SCAN channel table
3086 * For OFDM, adjust the following table entries in struct il_sensitivity_cmd
3098 * by *adding* 1 to all 4 of the table entries above, up to the max for
3127 * Then, adjust the following CCK table entries in struct il_sensitivity_cmd
3195 #define HD_MIN_ENERGY_CCK_DET_IDX (0) /* table idxes */
3213 * @control: (1) updates working table, (0) updates default table
3214 * @table: energy threshold values, use HD_* as idx into table
3216 * Always use "1" in "control" to update uCode's working table and DSP.
3220 __le16 table[HD_TBL_SIZE]; /* use HD_* as idx */
3279 /* The default calibrate table size if not specified by firmware */