Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314581
b: refs/heads/master
c: 89b1f49
h: refs/heads/master
i:
  314579: febb9c0
v: v3
  • Loading branch information
Somnath Kotur authored and David S. Miller committed Jun 25, 2012
1 parent be8c057 commit 1aee9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: deaa58542b21d2b395db816952c202034319cbb4
refs/heads/master: 89b1f496d2b659eaaac5a8d80b801661ab03854f
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ static inline void wrb_fill(struct be_eth_wrb *wrb, u64 addr, int len)
wrb->frag_pa_hi = upper_32_bits(addr);
wrb->frag_pa_lo = addr & 0xFFFFFFFF;
wrb->frag_len = len & ETH_WRB_FRAG_LEN_MASK;
wrb->rsvd0 = 0;
}

static inline u16 be_get_tx_vlan_tag(struct be_adapter *adapter,
Expand Down

0 comments on commit 1aee9c1

Please sign in to comment.