Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166255
b: refs/heads/master
c: 50425b0
h: refs/heads/master
i:
  166253: 67dd055
  166251: 4f9cd66
  166247: 6ec7be7
  166239: 0fb9830
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Sep 23, 2009
1 parent 259350b commit 8d9e2a0
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: 10a01bfd4e077ff03a4ace76a6d9b81272f91678
refs/heads/master: 50425b0977c53c6ac608f0b2c8a562a5c7cd5602
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 8d9e2a0

Please sign in to comment.