From: Sean MacLennan Date: Tue, 29 Nov 2011 01:21:27 +0000 (-0500) Subject: rtl8192e: Split the driver up X-Git-Tag: v3.3-rc1~152^2~101^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37e0208df563af9c6fada84e620aabed581b3a8;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed