Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48800
b: refs/heads/master
c: 7084f84
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Feb 16, 2007
1 parent 01b9c05 commit 9112754
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: 630e61f2fa9bc842f1065ffa023aae8065a5ab23
refs/heads/master: 7084f8429c940bac856123ce6d3946638fe20364
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/core/sa_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ int ib_init_ah_from_path(struct ib_device *device, u8 port_num,
ah_attr->sl = rec->sl;
ah_attr->src_path_bits = be16_to_cpu(rec->slid) & 0x7f;
ah_attr->port_num = port_num;
ah_attr->static_rate = rec->rate;

if (rec->hop_limit > 1) {
ah_attr->ah_flags = IB_AH_GRH;
Expand Down

0 comments on commit 9112754

Please sign in to comment.