aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2007-12-05 13:59:59 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:05:57 -0500
commitbb54244be7d12c2a5985226061d598edb49c9078 (patch)
tree963cf883a262a077d608fc046b8475a75c927ce2 /drivers
parent4fd1f8414664b3e834aa46cdbf8f0c12fc42a878 (diff)
iwlwifi: add missing comments
This patch add comments that escaped from the previous merge Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-4965.h2
-rw-r--r--drivers/net/wireless/iwlwifi/iwl4965-base.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h
index 5a410e284b95..267ae75254fe 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.h
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.h
@@ -516,7 +516,7 @@ struct iwl_ht_info {
516 u8 supported_chan_width; 516 u8 supported_chan_width;
517 u16 tx_mimo_ps_mode; 517 u16 tx_mimo_ps_mode;
518 u8 is_green_field; 518 u8 is_green_field;
519 u8 sgf; 519 u8 sgf; /* HT_SHORT_GI_* short guard interval */
520 u8 max_amsdu_size; 520 u8 max_amsdu_size;
521 u8 ampdu_factor; 521 u8 ampdu_factor;
522 u8 mpdu_density; 522 u8 mpdu_density;
diff --git a/drivers/net/wireless/iwlwifi/iwl4965-base.c b/drivers/net/wireless/iwlwifi/iwl4965-base.c
index 7550594ed4fc..14a1124e6ef4 100644
--- a/drivers/net/wireless/iwlwifi/iwl4965-base.c
+++ b/drivers/net/wireless/iwlwifi/iwl4965-base.c
@@ -350,7 +350,7 @@ int iwl4965_tx_queue_init(struct iwl4965_priv *priv,
350 * For the command queue (#4), allocate command space + one big 350 * For the command queue (#4), allocate command space + one big
351 * command for scan, since scan command is very huge; the system will 351 * command for scan, since scan command is very huge; the system will
352 * not have two scans at the same time, so only one is needed. 352 * not have two scans at the same time, so only one is needed.
353 * For data Tx queues (all other queues), no super-size command 353 * For normal Tx queues (all other queues), no super-size command
354 * space is needed. 354 * space is needed.
355 */ 355 */
356 len = sizeof(struct iwl4965_cmd) * slots_num; 356 len = sizeof(struct iwl4965_cmd) * slots_num;