Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203729
b: refs/heads/master
c: cc40cc5
h: refs/heads/master
i:
  203727: 81e49f1
v: v3
  • Loading branch information
John W. Linville committed Jul 20, 2010
1 parent 92306c0 commit d0663fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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: d267be307a3345ef06889511cad2aa1fecc83db7
refs/heads/master: cc40cc56f4e271c51ba5b7cf9d7ae5f955dc7e2d
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ipw2x00/libipw_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ MODULE_DESCRIPTION(DRV_DESCRIPTION);
MODULE_AUTHOR(DRV_COPYRIGHT);
MODULE_LICENSE("GPL");

struct cfg80211_ops libipw_config_ops = { };
void *libipw_wiphy_privid = &libipw_wiphy_privid;
static struct cfg80211_ops libipw_config_ops = { };
static void *libipw_wiphy_privid = &libipw_wiphy_privid;

static int libipw_networks_allocate(struct libipw_device *ieee)
{
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/ipw2x00/libipw_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,6 @@ int libipw_wx_set_encode(struct libipw_device *ieee,

/* If a new key was provided, set it up */
if (erq->length > 0) {
#ifdef CONFIG_LIBIPW_DEBUG
DECLARE_SSID_BUF(ssid);
#endif

len = erq->length <= 5 ? 5 : 13;
memcpy(sec.keys[key], keybuf, erq->length);
if (len > erq->length)
Expand Down

0 comments on commit d0663fb

Please sign in to comment.