Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340925
b: refs/heads/master
c: 5df4569
h: refs/heads/master
i:
  340923: 586640a
v: v3
  • Loading branch information
Johannes Berg committed Oct 25, 2012
1 parent 26fd0bf commit 42c2e6d
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: f87ad637b60a3b789030b3ef969d56a8caec9fed
refs/heads/master: 5df45690e78fd6355b3eb17ba15a1659e608db5d
2 changes: 1 addition & 1 deletion trunk/net/mac80211/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ u32 ieee802_11_parse_elems_crc(u8 *start, size_t len,
if (elem_parse_failed)
elems->parse_error = true;
else
set_bit(id, seen_elems);
__set_bit(id, seen_elems);

left -= elen;
pos += elen;
Expand Down

0 comments on commit 42c2e6d

Please sign in to comment.