Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279201
b: refs/heads/master
c: f3803eb
h: refs/heads/master
i:
  279199: f0d7f7f
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and Kalle Valo committed Nov 13, 2011
1 parent 800ee17 commit 77f0cfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30677ae015ade68a315e66385f64448c532ce39a
refs/heads/master: f3803eb2f57450ad3f67f8f6dd728f94ad8c717d
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/ath/ath6kl/txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,6 @@ void ath6kl_tx_complete(void *context, struct list_head *packet_queue)
if (!skb || !skb->data)
goto fatal;

packet->buf = skb->data;

__skb_queue_tail(&skb_queue, skb);

if (!status && (packet->act_len != skb->len))
Expand All @@ -593,10 +591,10 @@ void ath6kl_tx_complete(void *context, struct list_head *packet_queue)

if (eid == ar->ctrl_ep) {
if_idx = wmi_cmd_hdr_get_if_idx(
(struct wmi_cmd_hdr *) skb->data);
(struct wmi_cmd_hdr *) packet->buf);
} else {
if_idx = wmi_data_hdr_get_if_idx(
(struct wmi_data_hdr *) skb->data);
(struct wmi_data_hdr *) packet->buf);
}

vif = ath6kl_get_vif_by_index(ar, if_idx);
Expand Down

0 comments on commit 77f0cfb

Please sign in to comment.