Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268517
b: refs/heads/master
c: 8f019bf
h: refs/heads/master
i:
  268515: 2e71ed1
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Sep 27, 2011
1 parent 5e0f081 commit 472c171
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: 06bc69691bbdcc9a61c1fefceba081636b80435c
refs/heads/master: 8f019bfe0a23167d49aa5c364d229ae416f7e675
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ static short rtl8192_get_channel_map(struct net_device *dev)
return -1;
}

if (priv->ChannelPlan > COUNTRY_CODE_MAX) {
if (priv->ChannelPlan >= COUNTRY_CODE_MAX) {
printk(KERN_INFO "rtl819x_init:Error channel plan! Set to "
"default.\n");
priv->ChannelPlan = COUNTRY_CODE_FCC;
Expand Down

0 comments on commit 472c171

Please sign in to comment.