|
@@ -875,8 +875,10 @@ int iwl_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
|
|
|
txq->need_update = 0;
|
|
|
}
|
|
|
|
|
|
+ IWL_DEBUG_TX(priv, "sequence nr = 0X%x \n",
|
|
|
+ le16_to_cpu(out_cmd->hdr.sequence));
|
|
|
+ IWL_DEBUG_TX(priv, "tx_flags = 0X%x \n", le32_to_cpu(tx_cmd->tx_flags));
|
|
|
iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd, sizeof(*tx_cmd));
|
|
|
-
|
|
|
iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr, hdr_len);
|
|
|
|
|
|
/* Set up entry for this TFD in Tx byte-count array */
|