diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-tx.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-tx.c b/drivers/net/wireless/iwlwifi/iwl-tx.c index cfa78260c594..6008c0cce214 100644 --- a/drivers/net/wireless/iwlwifi/iwl-tx.c +++ b/drivers/net/wireless/iwlwifi/iwl-tx.c | |||
@@ -524,7 +524,7 @@ EXPORT_SYMBOL(iwl_hw_txq_ctx_free); | |||
524 | 524 | ||
525 | /** | 525 | /** |
526 | * iwl_txq_ctx_reset - Reset TX queue context | 526 | * iwl_txq_ctx_reset - Reset TX queue context |
527 | * Destroys all DMA structures and initialise them again | 527 | * Destroys all DMA structures and initialize them again |
528 | * | 528 | * |
529 | * @param priv | 529 | * @param priv |
530 | * @return error code | 530 | * @return error code |
@@ -764,7 +764,7 @@ static void iwl_tx_cmd_build_hwcrypto(struct iwl_priv *priv, | |||
764 | memcpy(tx_cmd->key, keyconf->key, keyconf->keylen); | 764 | memcpy(tx_cmd->key, keyconf->key, keyconf->keylen); |
765 | if (info->flags & IEEE80211_TX_CTL_AMPDU) | 765 | if (info->flags & IEEE80211_TX_CTL_AMPDU) |
766 | tx_cmd->tx_flags |= TX_CMD_FLG_AGG_CCMP_MSK; | 766 | tx_cmd->tx_flags |= TX_CMD_FLG_AGG_CCMP_MSK; |
767 | IWL_DEBUG_TX("tx_cmd with aes hwcrypto\n"); | 767 | IWL_DEBUG_TX("tx_cmd with AES hwcrypto\n"); |
768 | break; | 768 | break; |
769 | 769 | ||
770 | case ALG_TKIP: | 770 | case ALG_TKIP: |