Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267680
b: refs/heads/master
c: eae78ca
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 56ee862 commit bc9a79a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 07f432338accafb2002911a34309d822e168074a
refs/heads/master: eae78ca6896715f05e3db2c47f6ac7cec2904f35
10 changes: 0 additions & 10 deletions trunk/drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3302,13 +3302,6 @@ static int __init rtl8192_pci_module_init(void)
printk(KERN_ERR "rtllib_crypto_wep_init() failed %d\n", ret);
return ret;
}
#ifdef BUILT_IN_MSHCLASS
ret = msh_init();
if (ret) {
printk(KERN_ERR "msh_init() failed %d\n", ret);
return ret;
}
#endif
printk(KERN_INFO "\nLinux kernel driver for RTL8192E WLAN cards\n");
printk(KERN_INFO "Copyright (c) 2007-2008, Realsil Wlan Driver\n");

Expand Down Expand Up @@ -3347,9 +3340,6 @@ static void __exit rtl8192_pci_module_exit(void)
michael_mic_exit();
aes_fini();
#endif
#ifdef BUILT_IN_MSHCLASS
msh_exit();
#endif

}

Expand Down

0 comments on commit bc9a79a

Please sign in to comment.