Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325512
b: refs/heads/master
c: c06df23
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent 8f5fd31 commit 2f6bdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e1656648c920984005019cf39b00b43d2d47b49f
refs/heads/master: c06df2334ce9a0072c94ffffcd8977fe726015f1
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8712/rtl8712_xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ u8 r8712_dump_aggr_xframe(struct xmit_buf *pxmitbuf,
{
struct _adapter *padapter = pxmitframe->padapter;
struct dvobj_priv *pdvobj = (struct dvobj_priv *) &padapter->dvobjpriv;
struct tx_desc * ptxdesc = (struct tx_desc *)pxmitbuf->pbuf;
struct tx_desc *ptxdesc = (struct tx_desc *)pxmitbuf->pbuf;
struct cmd_hdr *pcmd_hdr = (struct cmd_hdr *)
(pxmitbuf->pbuf + TXDESC_SIZE);
u16 total_length = (u16) (ptxdesc->txdw0 & 0xffff);
Expand Down

0 comments on commit 2f6bdc6

Please sign in to comment.