diff options
author | Ian Schram <ischram@telenet.be> | 2007-10-25 05:15:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:03:06 -0500 |
commit | 01ebd063e11bdcf1ddc605d968ea89aef48e34e0 (patch) | |
tree | d7c4046afe2f615f6ddb8f611eee81a3ddad3839 /drivers/net/wireless/iwlwifi/iwl-4965.c | |
parent | 220173b01266d866009ca075757effad39648529 (diff) |
iwlwifi: fix various spelling and typos
Fixing various spelling errors and typos. Mostly in comments. In total
27 words were corrected, some of which occurred more than ones.
Signed-Of-By: Ian Schram <ischram@telenet.be>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index 891f90d2f019..02708c7ee51c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -4051,7 +4051,7 @@ static int iwl4965_tx_status_reply_compressed_ba(struct iwl_priv *priv, | |||
4051 | agg->wait_for_ba = 0; | 4051 | agg->wait_for_ba = 0; |
4052 | IWL_DEBUG_TX_REPLY("BA %d %d\n", agg->start_idx, ba_resp->ba_seq_ctl); | 4052 | IWL_DEBUG_TX_REPLY("BA %d %d\n", agg->start_idx, ba_resp->ba_seq_ctl); |
4053 | sh = agg->start_idx - SEQ_TO_INDEX(ba_seq_ctl>>4); | 4053 | sh = agg->start_idx - SEQ_TO_INDEX(ba_seq_ctl>>4); |
4054 | if (sh < 0) /* tbw something is wrong with indeces */ | 4054 | if (sh < 0) /* tbw something is wrong with indices */ |
4055 | sh += 0x100; | 4055 | sh += 0x100; |
4056 | 4056 | ||
4057 | /* don't use 64 bits for now */ | 4057 | /* don't use 64 bits for now */ |
@@ -4109,7 +4109,7 @@ static void iwl4965_rx_reply_compressed_ba(struct iwl_priv *priv, | |||
4109 | agg = &priv->stations[ba_resp->sta_id].tid[ba_resp->tid].agg; | 4109 | agg = &priv->stations[ba_resp->sta_id].tid[ba_resp->tid].agg; |
4110 | index = iwl_queue_dec_wrap(ba_resp_scd_ssn & 0xff, txq->q.n_bd); | 4110 | index = iwl_queue_dec_wrap(ba_resp_scd_ssn & 0xff, txq->q.n_bd); |
4111 | 4111 | ||
4112 | /* TODO: Need to get this copy more sefely - now good for debug */ | 4112 | /* TODO: Need to get this copy more safely - now good for debug */ |
4113 | /* | 4113 | /* |
4114 | { | 4114 | { |
4115 | DECLARE_MAC_BUF(mac); | 4115 | DECLARE_MAC_BUF(mac); |