Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162894
b: refs/heads/master
c: a4e7b73
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Sep 14, 2009
1 parent c622d11 commit 39a5dc9
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: d37b7da39dbac8197e41a5f9c8162730f6b36d8b
refs/heads/master: a4e7b730f1c8c9179def7033a024183c58cf2538
2 changes: 1 addition & 1 deletion trunk/net/wireless/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ int cfg80211_wext_siwscan(struct net_device *dev,
int k;
int wiphy_freq = wiphy->bands[band]->channels[j].center_freq;
for (k = 0; k < wreq->num_channels; k++) {
int wext_freq = wreq->channel_list[k].m / 100000;
int wext_freq = cfg80211_wext_freq(wiphy, &wreq->channel_list[k]);
if (wext_freq == wiphy_freq)
goto wext_freq_found;
}
Expand Down

0 comments on commit 39a5dc9

Please sign in to comment.