Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341974
b: refs/heads/master
c: 59cf1d6
h: refs/heads/master
v: v3
  • Loading branch information
Helmut Schaa authored and Johannes Berg committed Nov 28, 2012
1 parent 6311f63 commit ee0eab5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 478622e81c735ecd83d45ee6be3fd45d500aaa3b
refs/heads/master: 59cf1d65f7d69739a29a16fe678ebc4e1215e9c0
3 changes: 2 additions & 1 deletion trunk/net/mac80211/mesh_plink.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ static struct sta_info *mesh_peer_init(struct ieee80211_sub_if_data *sdata,
sta->ch_width = chandef.width;
}

rate_control_rate_init(sta);
if (insert)
rate_control_rate_init(sta);
spin_unlock_bh(&sta->lock);

if (insert && sta_info_insert(sta))
Expand Down

0 comments on commit ee0eab5

Please sign in to comment.