Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273535
b: refs/heads/master
c: 016f97b
h: refs/heads/master
i:
  273533: 0cc149c
  273531: 478b4af
  273527: 4e5cbe1
  273519: b132a31
  273503: 53deb99
  273471: 681cf26
  273407: 708efcf
v: v3
  • Loading branch information
Padmanabh Ratnakar authored and David S. Miller committed Nov 4, 2011
1 parent f98b898 commit 4a84f9c
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: 5b67b3c04d73ee998a754d006e53131a7c909a46
refs/heads/master: 016f97b11b3c7fe834260150d0f9cb36d06b2eb8
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/emulex/benet/be_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ int be_cmd_rx_filter(struct be_adapter *adapter, u32 flags, u32 value)

req->if_flags_mask = req->if_flags =
cpu_to_le32(BE_IF_FLAGS_MULTICAST);
req->mcast_num = cpu_to_le16(netdev_mc_count(adapter->netdev));
req->mcast_num = cpu_to_le32(netdev_mc_count(adapter->netdev));
netdev_for_each_mc_addr(ha, adapter->netdev)
memcpy(req->mcast_mac[i++].byte, ha->addr, ETH_ALEN);
}
Expand Down

0 comments on commit 4a84f9c

Please sign in to comment.