Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300819
b: refs/heads/master
c: 5c980fb
h: refs/heads/master
i:
  300817: 67f18c5
  300815: fe58fb4
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and Kalle Valo committed Mar 26, 2012
1 parent 6c388c5 commit 83ae4a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: b4d13d3b70b085ef9b8e0bf7132d502d77d9ffc6
refs/heads/master: 5c980fbb4e7ac2d01e95c3372e95ac40dacd33cd
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/htc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,9 @@ static int ath6kl_htc_rx_setup(struct htc_target *target,
sizeof(*htc_hdr));

if (!htc_valid_rx_frame_len(target, ep->eid, full_len)) {
ath6kl_warn("Rx buffer requested with invalid length\n");
ath6kl_warn("Rx buffer requested with invalid length htc_hdr:eid %d, flags 0x%x, len %d\n",
htc_hdr->eid, htc_hdr->flags,
le16_to_cpu(htc_hdr->payld_len));
return -EINVAL;
}

Expand Down

0 comments on commit 83ae4a6

Please sign in to comment.