|
@@ -640,6 +640,7 @@ int iwlagn_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
|
|
|
/* Set up driver data for this TFD */
|
|
|
memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
|
|
|
txq->txb[q->write_ptr].skb = skb;
|
|
|
+ txq->txb[q->write_ptr].ctx = ctx;
|
|
|
|
|
|
/* Set up first empty entry in queue's array of Tx/cmd buffers */
|
|
|
out_cmd = txq->cmd[q->write_ptr];
|