Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159656
b: refs/heads/master
c: 70bdb6b
h: refs/heads/master
v: v3
  • Loading branch information
David Woo authored and John W. Linville committed Aug 14, 2009
1 parent 3e58091 commit c78f1f3
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: 57ef5ddb456649667438e023f67dd3a3ff3fbed8
refs/heads/master: 70bdb6b275d789ddf05c3a858e6b57715539394b
2 changes: 1 addition & 1 deletion trunk/net/mac80211/mesh_plink.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ void mesh_rx_plink_frame(struct ieee80211_sub_if_data *sdata, struct ieee80211_m
baselen = (u8 *) mgmt->u.action.u.plink_action.variable - (u8 *) mgmt;
if (mgmt->u.action.u.plink_action.action_code == PLINK_CONFIRM) {
baseaddr += 4;
baselen -= 4;
baselen += 4;
}
ieee802_11_parse_elems(baseaddr, len - baselen, &elems);
if (!elems.peer_link) {
Expand Down

0 comments on commit c78f1f3

Please sign in to comment.