Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40163
b: refs/heads/master
c: 6684e59
h: refs/heads/master
i:
  40161: c82032a
  40159: 8b2ea71
v: v3
  • Loading branch information
Laurent Riffard authored and John W. Linville committed Oct 17, 2006
1 parent ae529e0 commit c76525f
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: 5bb85f18087b10a908bd793e9fd3ccd63aebb724
refs/heads/master: 6684e59aa3cf6cb7ebf04ea2953198500c93b0a9
2 changes: 1 addition & 1 deletion trunk/net/ieee80211/softmac/ieee80211softmac_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ ieee80211softmac_auth(struct ieee80211_auth **pkt,
2 + /* Auth Transaction Seq */
2 + /* Status Code */
/* Challenge Text IE */
is_shared_response ? 0 : 1 + 1 + net->challenge_len
(is_shared_response ? 1 + 1 + net->challenge_len : 0)
);
if (unlikely((*pkt) == NULL))
return 0;
Expand Down

0 comments on commit c76525f

Please sign in to comment.