History log of /drivers/staging/rtl8192e/rtllib_crypt.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3b148be0df8e45a0259d7e84001cf02e897af614 20-Dec-2011 Sean MacLennan <seanm@seanm.ca> staging/rtl8192e: Register against lib80211

Convert rtllib from registering the crypt drivers against rtllib_crypt
and instead register the against lib80211. The crypto functions have
R- prepended (R-CCMP, R-TKIP, R-WEP) so they will not clash with the
lib80211 versions.

We cannot use the lib80211 crypt drivers since the rtl8192e has some
hardware support that is not handled by the lib80211 crypt drivers.

Signed-off-by: Sean MacLennan <seanm@seanm.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rtl8192e/rtllib_crypt.c
0ddcf5fdfac6bd80e153ee5c405bdfc9cb868b95 20-Dec-2011 Sean MacLennan <seanm@seanm.ca> staging/rtl8192e: Convert to lib80211_crypt_info

Convert rtllib to use lib80211_crypt_info.

Signed-off-by: Sean MacLennan <seanm@seanm.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rtl8192e/rtllib_crypt.c
32c44cb5b9fdc6eaa445bd622008dd672a3dd1a7 20-Dec-2011 Sean MacLennan <seanm@seanm.ca> staging/rtl8192e: Convert to lib80211_crypt_data and lib80211_crypt_ops

Convert rtllib_crypt_data to lib80211_crypt_data and
rtllib_crypt_ops to lib80211_crypt_ops.

This is almost a 1:1 replacement, only extra_prefix_len and
extra_postfix_len changed.

Signed-off-by: Sean MacLennan <seanm@seanm.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rtl8192e/rtllib_crypt.c
e0ec8a67089762b29071e879388986ab7370d330 13-Dec-2011 Devendra Naga <devendra.aaru@gmail.com> staging: remove version.h includes in rtl8192e

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rtl8192e/rtllib_crypt.c
d37e0208df563af9c6fada84e620aabed581b3a8 29-Nov-2011 Sean MacLennan <seanm@seanm.ca> rtl8192e: Split the driver up

This patch splits the current r8192e_pci driver up into six different
drivers: rtllib, rtllib_crypt, rtllib_crypt_ccmp, rtllib_crypt_tkip,
rtllib_crypt_wep, and r8192e_pci.

Now that they are proper modules, the init and exit functions do not
need to be called directly. Also, the rtllib_*_null functions are not
needed since they will be loaded on demand.

Signed-off-by: Sean MacLennan <seanm@seanm.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rtl8192e/rtllib_crypt.c
3b28499c5519e59fbe9c2dea49ece5a3665be787 29-Nov-2011 Sean MacLennan <seanm@seanm.ca> rtl8192e: Export symbols

The rtl8192e driver had a natural split between the more generic
rtllib code and the more specific rtl8192e code. This patch exports
all the symbols needed by the r8192 specific code from the rtllib
generic code.

Signed-off-by: Sean MacLennan <seanm@seanm.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rtl8192e/rtllib_crypt.c
929fa2a42e75e0c6ded89c450bd0f668e32190d7 10-Nov-2011 Thomas Meyer <thomas@m3y3r.de> staging: rtl8192e: Use kzalloc rather than kmalloc v2

Use kzalloc rather than kmalloc followed by memset with 0

This considers some simple cases that are common and easy to validate
Note in particular that there are no ...s in the rule, so all of the
matched code has to be contiguous

The semantic patch that makes this change is available
in scripts/coccinelle/api/alloc/kzalloc-simple.cocci.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rtl8192e/rtllib_crypt.c
a44325f98563c39bc63311db7471b848153e49fe 25-Aug-2011 Larry Finger <Larry.Finger@lwfinger.net> staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XI

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/rtl8192e/rtllib_crypt.c
94a799425eee8225a1e3fbe5f473d2ef04002577 24-Aug-2011 Larry Finger <Larry.Finger@lwfinger.net> From: wlanfae <wlanfae@realtek.com>
[PATCH 1/8] rtl8192e: Import new version of driver from realtek

Signed-off-by: wlanfae <wlanfae@realtek.com>
Signed-off-by: Mike McCormack <mikem@ring3k.org>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---
/drivers/staging/rtl8192e/rtllib_crypt.c