Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266537
b: refs/heads/master
c: 83dc5f2
h: refs/heads/master
i:
  266535: 7566fea
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and Kalle Valo committed Aug 31, 2011
1 parent acc2350 commit 5baef2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 65d2bb14ac44e8191beefa8756addd8505224b4a
refs/heads/master: 83dc5f2f93adae8907fa105e15a792d860f6affe
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath6kl/txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,13 +1044,13 @@ void ath6kl_rx(struct htc_target *target, struct htc_packet *packet)
ar->net_stats.rx_packets++;
ar->net_stats.rx_bytes += packet->act_len;

spin_unlock_bh(&ar->lock);

skb_put(skb, packet->act_len + HTC_HDR_LENGTH);
skb_pull(skb, HTC_HDR_LENGTH);

ath6kl_dbg_dump(ATH6KL_DBG_RAW_BYTES, __func__, skb->data, skb->len);

spin_unlock_bh(&ar->lock);

skb->dev = ar->net_dev;

if (!test_bit(WMI_ENABLED, &ar->flag)) {
Expand Down

0 comments on commit 5baef2e

Please sign in to comment.