diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-10-24 02:48:56 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 19:02:28 -0400 |
commit | a96a27f97f2bbfc1fca54bc3c0b0d41484152740 (patch) | |
tree | f9f6611156a01fbe97b38fb92aa078b2fc01d929 /drivers/net/wireless/iwlwifi/iwl-commands.h | |
parent | 127901ab69bbb263fb2b46e850cf20c57ac321d3 (diff) |
iwlwifi: run through spell checker
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 56964eeb523e..5ab74fc0fd10 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -134,7 +134,7 @@ enum { | |||
134 | REPLY_TX_POWER_DBM_CMD = 0x98, | 134 | REPLY_TX_POWER_DBM_CMD = 0x98, |
135 | MEASURE_ABORT_NOTIFICATION = 0x99, /* not used */ | 135 | MEASURE_ABORT_NOTIFICATION = 0x99, /* not used */ |
136 | 136 | ||
137 | /* Bluetooth device coexistance config command */ | 137 | /* Bluetooth device coexistence config command */ |
138 | REPLY_BT_CONFIG = 0x9b, | 138 | REPLY_BT_CONFIG = 0x9b, |
139 | 139 | ||
140 | /* Statistics */ | 140 | /* Statistics */ |
@@ -185,7 +185,7 @@ struct iwl_cmd_header { | |||
185 | u8 cmd; /* Command ID: REPLY_RXON, etc. */ | 185 | u8 cmd; /* Command ID: REPLY_RXON, etc. */ |
186 | u8 flags; /* 0:5 reserved, 6 abort, 7 internal */ | 186 | u8 flags; /* 0:5 reserved, 6 abort, 7 internal */ |
187 | /* | 187 | /* |
188 | * The driver sets up the sequence number to values of its chosing. | 188 | * The driver sets up the sequence number to values of its choosing. |
189 | * uCode does not use this value, but passes it back to the driver | 189 | * uCode does not use this value, but passes it back to the driver |
190 | * when sending the response to each driver-originated command, so | 190 | * when sending the response to each driver-originated command, so |
191 | * the driver can match the response to the command. Since the values | 191 | * the driver can match the response to the command. Since the values |
@@ -347,7 +347,7 @@ struct iwl4965_tx_power_db { | |||
347 | } __attribute__ ((packed)); | 347 | } __attribute__ ((packed)); |
348 | 348 | ||
349 | /** | 349 | /** |
350 | * Commad REPLY_TX_POWER_DBM_CMD = 0x98 | 350 | * Command REPLY_TX_POWER_DBM_CMD = 0x98 |
351 | * struct iwl5000_tx_power_dbm_cmd | 351 | * struct iwl5000_tx_power_dbm_cmd |
352 | */ | 352 | */ |
353 | #define IWL50_TX_POWER_AUTO 0x7f | 353 | #define IWL50_TX_POWER_AUTO 0x7f |
@@ -383,7 +383,7 @@ struct iwl5000_tx_power_dbm_cmd { | |||
383 | * calculating txpower settings: | 383 | * calculating txpower settings: |
384 | * | 384 | * |
385 | * 1) Power supply voltage indication. The voltage sensor outputs higher | 385 | * 1) Power supply voltage indication. The voltage sensor outputs higher |
386 | * values for lower voltage, and vice versa. | 386 | * values for lower voltage, and vice verse. |
387 | * | 387 | * |
388 | * 2) Temperature measurement parameters, for each of two channel widths | 388 | * 2) Temperature measurement parameters, for each of two channel widths |
389 | * (20 MHz and 40 MHz) supported by the radios. Temperature sensing | 389 | * (20 MHz and 40 MHz) supported by the radios. Temperature sensing |
@@ -622,7 +622,7 @@ struct iwl4965_rxon_cmd { | |||
622 | u8 ofdm_ht_dual_stream_basic_rates; | 622 | u8 ofdm_ht_dual_stream_basic_rates; |
623 | } __attribute__ ((packed)); | 623 | } __attribute__ ((packed)); |
624 | 624 | ||
625 | /* 5000 HW just extend this cmmand */ | 625 | /* 5000 HW just extend this command */ |
626 | struct iwl_rxon_cmd { | 626 | struct iwl_rxon_cmd { |
627 | u8 node_addr[6]; | 627 | u8 node_addr[6]; |
628 | __le16 reserved1; | 628 | __le16 reserved1; |
@@ -1113,7 +1113,7 @@ struct iwl4965_rx_non_cfg_phy { | |||
1113 | #define IWL50_OFDM_RSSI_C_BIT_POS 0 | 1113 | #define IWL50_OFDM_RSSI_C_BIT_POS 0 |
1114 | 1114 | ||
1115 | struct iwl5000_non_cfg_phy { | 1115 | struct iwl5000_non_cfg_phy { |
1116 | __le32 non_cfg_phy[IWL50_RX_RES_PHY_CNT]; /* upto 8 phy entries */ | 1116 | __le32 non_cfg_phy[IWL50_RX_RES_PHY_CNT]; /* up to 8 phy entries */ |
1117 | } __attribute__ ((packed)); | 1117 | } __attribute__ ((packed)); |
1118 | 1118 | ||
1119 | 1119 | ||
@@ -1169,7 +1169,7 @@ struct iwl4965_rx_mpdu_res_start { | |||
1169 | 1169 | ||
1170 | /* REPLY_TX Tx flags field */ | 1170 | /* REPLY_TX Tx flags field */ |
1171 | 1171 | ||
1172 | /* 1: Use RTS/CTS protocol or CTS-to-self if spec alows it | 1172 | /* 1: Use RTS/CTS protocol or CTS-to-self if spec allows it |
1173 | * before this frame. if CTS-to-self required check | 1173 | * before this frame. if CTS-to-self required check |
1174 | * RXON_FLG_SELF_CTS_EN status. */ | 1174 | * RXON_FLG_SELF_CTS_EN status. */ |
1175 | #define TX_CMD_FLG_RTS_CTS_MSK __constant_cpu_to_le32(1 << 0) | 1175 | #define TX_CMD_FLG_RTS_CTS_MSK __constant_cpu_to_le32(1 << 0) |
@@ -1529,7 +1529,7 @@ struct iwl4965_tx_resp { | |||
1529 | 1529 | ||
1530 | /* | 1530 | /* |
1531 | * definitions for initial rate index field | 1531 | * definitions for initial rate index field |
1532 | * bits [3:0] inital rate index | 1532 | * bits [3:0] initial rate index |
1533 | * bits [6:4] rate table color, used for the initial rate | 1533 | * bits [6:4] rate table color, used for the initial rate |
1534 | * bit-7 invalid rate indication | 1534 | * bit-7 invalid rate indication |
1535 | * i.e. rate was not chosen from rate table | 1535 | * i.e. rate was not chosen from rate table |
@@ -1768,7 +1768,7 @@ struct iwl_link_qual_agg_params { | |||
1768 | * match the modulation characteristics of the history set. | 1768 | * match the modulation characteristics of the history set. |
1769 | * | 1769 | * |
1770 | * When using block-ack (aggregation), all frames are transmitted at the same | 1770 | * When using block-ack (aggregation), all frames are transmitted at the same |
1771 | * rate, since there is no per-attempt acknowledgement from the destination | 1771 | * rate, since there is no per-attempt acknowledgment from the destination |
1772 | * station. The Tx response struct iwl_tx_resp indicates the Tx rate in | 1772 | * station. The Tx response struct iwl_tx_resp indicates the Tx rate in |
1773 | * rate_n_flags field. After receiving a block-ack, the driver can update | 1773 | * rate_n_flags field. After receiving a block-ack, the driver can update |
1774 | * history for the entire block all at once. | 1774 | * history for the entire block all at once. |
@@ -1907,7 +1907,7 @@ struct iwl_link_quality_cmd { | |||
1907 | * | 1907 | * |
1908 | * 3945 and 4965 support hardware handshake with Bluetooth device on | 1908 | * 3945 and 4965 support hardware handshake with Bluetooth device on |
1909 | * same platform. Bluetooth device alerts wireless device when it will Tx; | 1909 | * same platform. Bluetooth device alerts wireless device when it will Tx; |
1910 | * wireless device can delay or kill its own Tx to accomodate. | 1910 | * wireless device can delay or kill its own Tx to accommodate. |
1911 | */ | 1911 | */ |
1912 | struct iwl4965_bt_cmd { | 1912 | struct iwl4965_bt_cmd { |
1913 | u8 flags; | 1913 | u8 flags; |
@@ -2069,7 +2069,7 @@ struct iwl4965_spectrum_notification { | |||
2069 | * '11' Illegal set | 2069 | * '11' Illegal set |
2070 | * | 2070 | * |
2071 | * NOTE: if sleep_interval[SLEEP_INTRVL_TABLE_SIZE-1] > DTIM period then | 2071 | * NOTE: if sleep_interval[SLEEP_INTRVL_TABLE_SIZE-1] > DTIM period then |
2072 | * ucode assume sleep over DTIM is allowed and we don't need to wakeup | 2072 | * ucode assume sleep over DTIM is allowed and we don't need to wake up |
2073 | * for every DTIM. | 2073 | * for every DTIM. |
2074 | */ | 2074 | */ |
2075 | #define IWL_POWER_VEC_SIZE 5 | 2075 | #define IWL_POWER_VEC_SIZE 5 |
@@ -3017,11 +3017,11 @@ struct iwl_wimax_coex_event_entry { | |||
3017 | 3017 | ||
3018 | /* COEX flag masks */ | 3018 | /* COEX flag masks */ |
3019 | 3019 | ||
3020 | /* Staion table is valid */ | 3020 | /* Station table is valid */ |
3021 | #define COEX_FLAGS_STA_TABLE_VALID_MSK (0x1) | 3021 | #define COEX_FLAGS_STA_TABLE_VALID_MSK (0x1) |
3022 | /* UnMask wakeup src at unassociated sleep */ | 3022 | /* UnMask wake up src at unassociated sleep */ |
3023 | #define COEX_FLAGS_UNASSOC_WA_UNMASK_MSK (0x4) | 3023 | #define COEX_FLAGS_UNASSOC_WA_UNMASK_MSK (0x4) |
3024 | /* UnMask wakeup src at associated sleep */ | 3024 | /* UnMask wake up src at associated sleep */ |
3025 | #define COEX_FLAGS_ASSOC_WA_UNMASK_MSK (0x8) | 3025 | #define COEX_FLAGS_ASSOC_WA_UNMASK_MSK (0x8) |
3026 | /* Enable CoEx feature. */ | 3026 | /* Enable CoEx feature. */ |
3027 | #define COEX_FLAGS_COEX_ENABLE_MSK (0x80) | 3027 | #define COEX_FLAGS_COEX_ENABLE_MSK (0x80) |