Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353891
b: refs/heads/master
c: 12f9666
h: refs/heads/master
i:
  353889: adbf418
  353887: a8b8fd5
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 59befc2 commit 6641005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 76e5f2f85dcf01bfd9f11475174d5496534ff75c
refs/heads/master: 12f96662534cbf8578c02dfdf6657d2c430daff3
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8187se/ieee80211/ieee80211_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,8 @@ int ieee80211_wx_set_encode(struct ieee80211_device *ieee,
kfree(new_crypt);
new_crypt = NULL;

printk(KERN_WARNING "%s: could not initialize WEP: "
"load module ieee80211_crypt_wep\n",
dev->name);
netdev_warn(ieee->dev,
"could not initialize WEP: load module ieee80211_crypt_wep\n");
return -EOPNOTSUPP;
}
*crypt = new_crypt;
Expand Down Expand Up @@ -410,7 +409,7 @@ int ieee80211_wx_set_encode(struct ieee80211_device *ieee,
if (ieee->reset_on_keychange &&
ieee->iw_mode != IW_MODE_INFRA &&
ieee->reset_port && ieee->reset_port(dev)) {
printk(KERN_DEBUG "%s: reset_port failed\n", dev->name);
netdev_dbg(ieee->dev, "reset_port failed\n");
return -EINVAL;
}
return 0;
Expand Down

0 comments on commit 6641005

Please sign in to comment.