Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150182
b: refs/heads/master
c: 7738231
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed May 6, 2009
1 parent d33a937 commit 89be41a
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: 1b06bb4087d195d8289919df2f4d95ec3b89769e
refs/heads/master: 7738231f98578c8cd5b367441b4aa79ce864856f
2 changes: 1 addition & 1 deletion trunk/net/mac80211/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static int ieee80211_ioctl_giwfreq(struct net_device *dev,
if (sdata->vif.type == NL80211_IFTYPE_ADHOC)
return cfg80211_ibss_wext_giwfreq(dev, info, freq, extra);

freq->m = local->hw.conf.channel->center_freq;
freq->m = local->oper_channel->center_freq;
freq->e = 6;

return 0;
Expand Down

0 comments on commit 89be41a

Please sign in to comment.