Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228362
b: refs/heads/master
c: e91eb2f
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Dec 10, 2010
1 parent 3769fe7 commit 1cb9300
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: 88ab8a8445838785e38af378740ab57f8cb6cb8a
refs/heads/master: e91eb2ff1f713837caebbb86a06974cd4b3e8e46
3 changes: 2 additions & 1 deletion trunk/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,10 @@ void ieee80211_softmac_scan_wq(struct work_struct *work)
if (watchdog++ > MAX_CHANNEL_NUMBER)
{
//if current channel is not in channel map, set to default channel.
if (!channel_map[ieee->current_network.channel]);
if (!channel_map[ieee->current_network.channel]) {
ieee->current_network.channel = 6;
goto out; /* no good chans */
}
}
}while(!channel_map[ieee->current_network.channel]);
if (ieee->scanning == 0 )
Expand Down

0 comments on commit 1cb9300

Please sign in to comment.