Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341992
b: refs/heads/master
c: da29d2a
h: refs/heads/master
v: v3
  • Loading branch information
Marco Porsch authored and Johannes Berg committed Dec 3, 2012
1 parent 7d4b8b8 commit 50e7388
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: 246dc3fddf4a01bb47dd56215a48dd2b270520db
refs/heads/master: da29d2a5780d80857773d7776b7603a449b0b6e0
3 changes: 2 additions & 1 deletion trunk/net/wireless/mesh.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ int __cfg80211_join_mesh(struct cfg80211_registered_device *rdev,
if (!setup->chandef.chan)
return -EINVAL;

setup->chandef.width = NL80211_CHAN_WIDTH_20_NOHT;;
setup->chandef.width = NL80211_CHAN_WIDTH_20_NOHT;
setup->chandef.center_freq1 = setup->chandef.chan->center_freq;
}

if (!cfg80211_reg_can_beacon(&rdev->wiphy, &setup->chandef))
Expand Down

0 comments on commit 50e7388

Please sign in to comment.