Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278030
b: refs/heads/master
c: b1e03f8
h: refs/heads/master
v: v3
  • Loading branch information
Kalle Valo committed Nov 11, 2011
1 parent 9275fe3 commit 3d5ee5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 471e92fdfb33dee27ad56ca0e0eec5c1b781af5d
refs/heads/master: b1e03f8acf51aa5e911a25ded72141148ef2d41a
11 changes: 0 additions & 11 deletions trunk/drivers/net/wireless/ath/ath6kl/htc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1431,10 +1431,6 @@ static int ath6kl_htc_rx_process_hdr(struct htc_target *target,
if (n_lkahds != NULL)
*n_lkahds = 0;

/* FIXME: is this needed? */
ath6kl_dbg_dump(ATH6KL_DBG_HTC, "htc rx", "htc rx",
packet->buf, packet->act_len);

/*
* NOTE: we cannot assume the alignment of buf, so we use the safe
* macros to retrieve 16 bit fields.
Expand Down Expand Up @@ -1516,13 +1512,6 @@ static int ath6kl_htc_rx_process_hdr(struct htc_target *target,
if (status)
ath6kl_dbg_dump(ATH6KL_DBG_HTC, "htc rx bad packet",
"", packet->buf, packet->act_len);
else {
/* FIXME: is this needed? */
if (packet->act_len > 0)
ath6kl_dbg_dump(ATH6KL_DBG_HTC,
"htc rx application message", "",
packet->buf, packet->act_len);
}

return status;
}
Expand Down

0 comments on commit 3d5ee5c

Please sign in to comment.