diff options
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-commands.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-commands.h b/drivers/net/wireless/iwlegacy/iwl-commands.h index ea6c0f50ecf7..d1876d05e7f0 100644 --- a/drivers/net/wireless/iwlegacy/iwl-commands.h +++ b/drivers/net/wireless/iwlegacy/iwl-commands.h | |||
@@ -754,7 +754,7 @@ struct il4965_rxon_assoc_cmd { | |||
754 | struct il_rxon_time_cmd { | 754 | struct il_rxon_time_cmd { |
755 | __le64 timestamp; | 755 | __le64 timestamp; |
756 | __le16 beacon_interval; | 756 | __le16 beacon_interval; |
757 | __le16 atim_window; | 757 | __le16 atim_win; |
758 | __le32 beacon_init_val; | 758 | __le32 beacon_init_val; |
759 | __le16 listen_interval; | 759 | __le16 listen_interval; |
760 | u8 dtim_period; | 760 | u8 dtim_period; |
@@ -803,15 +803,15 @@ struct il_csa_notification { | |||
803 | * struct il_ac_qos -- QOS timing params for REPLY_QOS_PARAM | 803 | * struct il_ac_qos -- QOS timing params for REPLY_QOS_PARAM |
804 | * One for each of 4 EDCA access categories in struct il_qosparam_cmd | 804 | * One for each of 4 EDCA access categories in struct il_qosparam_cmd |
805 | * | 805 | * |
806 | * @cw_min: Contention window, start value in numbers of slots. | 806 | * @cw_min: Contention win, start value in numbers of slots. |
807 | * Should be a power-of-2, minus 1. Device's default is 0x0f. | 807 | * Should be a power-of-2, minus 1. Device's default is 0x0f. |
808 | * @cw_max: Contention window, max value in numbers of slots. | 808 | * @cw_max: Contention win, max value in numbers of slots. |
809 | * Should be a power-of-2, minus 1. Device's default is 0x3f. | 809 | * Should be a power-of-2, minus 1. Device's default is 0x3f. |
810 | * @aifsn: Number of slots in Arbitration Interframe Space (before | 810 | * @aifsn: Number of slots in Arbitration Interframe Space (before |
811 | * performing random backoff timing prior to Tx). Device default 1. | 811 | * performing random backoff timing prior to Tx). Device default 1. |
812 | * @edca_txop: Length of Tx opportunity, in uSecs. Device default is 0. | 812 | * @edca_txop: Length of Tx opportunity, in uSecs. Device default is 0. |
813 | * | 813 | * |
814 | * Device will automatically increase contention window by (2*CW) + 1 for each | 814 | * Device will automatically increase contention win by (2*CW) + 1 for each |
815 | * transmission retry. Device uses cw_max as a bit mask, ANDed with new CW | 815 | * transmission retry. Device uses cw_max as a bit mask, ANDed with new CW |
816 | * value, to cap the CW value. | 816 | * value, to cap the CW value. |
817 | */ | 817 | */ |
@@ -1948,13 +1948,13 @@ struct il_link_qual_agg_params { | |||
1948 | * speculative mode as the new current active mode. | 1948 | * speculative mode as the new current active mode. |
1949 | * | 1949 | * |
1950 | * Each history set contains, separately for each possible rate, data for a | 1950 | * Each history set contains, separately for each possible rate, data for a |
1951 | * sliding window of the 62 most recent tx attempts at that rate. The data | 1951 | * sliding win of the 62 most recent tx attempts at that rate. The data |
1952 | * includes a shifting bitmap of success(1)/failure(0), and sums of successful | 1952 | * includes a shifting bitmap of success(1)/failure(0), and sums of successful |
1953 | * and attempted frames, from which the driver can additionally calculate a | 1953 | * and attempted frames, from which the driver can additionally calculate a |
1954 | * success ratio (success / attempted) and number of failures | 1954 | * success ratio (success / attempted) and number of failures |
1955 | * (attempted - success), and control the size of the window (attempted). | 1955 | * (attempted - success), and control the size of the win (attempted). |
1956 | * The driver uses the bit map to remove successes from the success sum, as | 1956 | * The driver uses the bit map to remove successes from the success sum, as |
1957 | * the oldest tx attempts fall out of the window. | 1957 | * the oldest tx attempts fall out of the win. |
1958 | * | 1958 | * |
1959 | * When the 4965 device makes multiple tx attempts for a given frame, each | 1959 | * When the 4965 device makes multiple tx attempts for a given frame, each |
1960 | * attempt might be at a different rate, and have different modulation | 1960 | * attempt might be at a different rate, and have different modulation |
@@ -2017,7 +2017,7 @@ struct il_link_qual_agg_params { | |||
2017 | * | 2017 | * |
2018 | * 6) Re-evaluate the rate after each tx frame. If working with block- | 2018 | * 6) Re-evaluate the rate after each tx frame. If working with block- |
2019 | * acknowledge, history and stats may be calculated for the entire | 2019 | * acknowledge, history and stats may be calculated for the entire |
2020 | * block (including prior history that fits within the history windows), | 2020 | * block (including prior history that fits within the history wins), |
2021 | * before re-evaluation. | 2021 | * before re-evaluation. |
2022 | * | 2022 | * |
2023 | * FINDING BEST STARTING MODULATION MODE: | 2023 | * FINDING BEST STARTING MODULATION MODE: |