|
@@ -327,9 +327,6 @@ int iwlagn_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
|
|
|
memset(dev_cmd, 0, sizeof(*dev_cmd));
|
|
|
tx_cmd = (struct iwl_tx_cmd *) dev_cmd->payload;
|
|
|
|
|
|
- /* Copy MAC header from skb into command buffer */
|
|
|
- memcpy(tx_cmd->hdr, hdr, hdr_len);
|
|
|
-
|
|
|
/* Total # bytes to be transmitted */
|
|
|
len = (u16)skb->len;
|
|
|
tx_cmd->len = cpu_to_le16(len);
|