Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175555
b: refs/heads/master
c: 0c3cee7
h: refs/heads/master
i:
  175553: 12e3847
  175551: 58d0d90
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed Dec 10, 2009
1 parent f75d239 commit 0924f72
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: 214ac9a4ead6cb254451c09d9c8234a76693feb1
refs/heads/master: 0c3cee72a403e3b4992a5478c9c33d668c246c22
2 changes: 1 addition & 1 deletion trunk/net/mac80211/mesh.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ int ieee80211_new_mesh_header(struct ieee80211s_hdr *meshhdr,
char *addr5, char *addr6)
{
int aelen = 0;
memset(meshhdr, 0, sizeof(meshhdr));
memset(meshhdr, 0, sizeof(*meshhdr));
meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL;
put_unaligned(cpu_to_le32(sdata->u.mesh.mesh_seqnum), &meshhdr->seqnum);
sdata->u.mesh.mesh_seqnum++;
Expand Down

0 comments on commit 0924f72

Please sign in to comment.