diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-03-10 16:00:06 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-12 14:21:54 -0400 |
commit | 10d8f31ebbd6ea9aa8d65d2f04ebef63225052de (patch) | |
tree | e984a9d037ef2bc8dd03ea63de6c888e298b4148 /drivers/net | |
parent | c1afdaff90538ef085b756454f12b29575411214 (diff) |
iwlwifi: remove TX hex debug
Tracing is much better for this, so
remove the hex printk debug for the
TX command.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-trans-pcie.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c b/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c index 91628565409f..14b0361d46ea 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c | |||
@@ -1466,8 +1466,6 @@ static int iwl_trans_pcie_tx(struct iwl_trans *trans, struct sk_buff *skb, | |||
1466 | IWL_DEBUG_TX(trans, "sequence nr = 0X%x\n", | 1466 | IWL_DEBUG_TX(trans, "sequence nr = 0X%x\n", |
1467 | le16_to_cpu(dev_cmd->hdr.sequence)); | 1467 | le16_to_cpu(dev_cmd->hdr.sequence)); |
1468 | IWL_DEBUG_TX(trans, "tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags)); | 1468 | IWL_DEBUG_TX(trans, "tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags)); |
1469 | iwl_print_hex_dump(trans, IWL_DL_TX, (u8 *)tx_cmd, sizeof(*tx_cmd)); | ||
1470 | iwl_print_hex_dump(trans, IWL_DL_TX, (u8 *)tx_cmd->hdr, hdr_len); | ||
1471 | 1469 | ||
1472 | /* Set up entry for this TFD in Tx byte-count array */ | 1470 | /* Set up entry for this TFD in Tx byte-count array */ |
1473 | iwl_trans_txq_update_byte_cnt_tbl(trans, txq, le16_to_cpu(tx_cmd->len)); | 1471 | iwl_trans_txq_update_byte_cnt_tbl(trans, txq, le16_to_cpu(tx_cmd->len)); |