This patch bomb is further cleanup of the new driver for the RTL8192E. This set removes the unused configuration variables and deletes dead code in preparation for fixing the errors and warnings reported by checkpatch.pl. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> --- Larry Finger (30): staging: rtl8192e: Remove dead code associated with TCP_CSUM_OFFLOAD_RX staging: rtl8192e: Remove dead code associated with SUPPORT_USPD staging: rtl8192e: Remove dead code associated with USB_RX_AGGREGATION_SUPPORT staging: rtl8192e: Remove dead code associated with RTK_DMP_PLATFORM staging: rtl8192e: Remove dead code associated with NOT_YET staging: rtl8192e: Remove dead code associated with WIFI_TEST staging: rtl8192e: Remove dead code associated with ADHOC_11N staging: rtl8192e: Remove dead code associated with BUILT_IN_MSHCLASS staging: rtl8192e: Remove dead code associated with WMM_Hang_8187 staging: rtl8192e: Remove dead code associated with FOR_ANDROID_X86 and FOR_MOBLIN staging: rtl8192e: Remove dead code associated with CUSTOMER_ID_INTEL_CMPC and CONFIG_CRDA staging: rtl8192e: IEEE80211_RADIOTAP_F_BADFCS is defined in kernel, do not duplicate staging: rtl8192e: Remove dead code associated with BUILT_IN_CRYPTO staging: rtl8192e: Remove dead code associated with CONFIG_CFG_80211 staging: rtl8192e: Remove dead code associated with IRQF_SHARED staging: rtl8192e: Remove dead code associated with CONFIG_RTLLIB_CRYPT_TKIP staging: rtl8192e: Remove dead code associated with CONFIG_64BIT_DMA staging: rtl8192e: Remove dead code associated with ENABLE_NULL_PT_DEBUG staging: rtl8192e: Remove dead code associated with CONFIG_BT_30 staging: rtl8192e: Remove dead code associated with CONFIG_CRYPTO_HMAC staging: rtl8192e: Remove dead code associated with _ENABLE_SW_BEACON staging: rtl8192e: Remove dead code associated with RTL819x_DEBUG staging: rtl8192e: Remove ifdefs for CONFIG_RTLLIB_DEBUG staging: rtl8192e: Remove dead code associated with _RTL8192_EXT_PATCH_ staging: rtl8192e: Remove dead code associated with CONFIG_RTLWIFI_DEBUGFS staging: rtl8192e: Remove dead code associated with CONFIG_FW_SETCHAN staging: rtl8192e: Remove LOOP_TEST as parameter staging: rtl8192e: Remove dead code associated with EFUSE_REPG_WORKAROUND staging: rtl8192e: Remove conditional code associated with EEPROM_OLD_FORMAT_SUPPORT staging: rtl8192e: Remove dead code associated with CONFIG_RTL_RFKILL drivers/staging/rtl8192e/Makefile | 1 - drivers/staging/rtl8192e/dot11d.c | 17 +-- drivers/staging/rtl8192e/internal.h | 15 -- drivers/staging/rtl8192e/r8192E_dev.c | 7 - drivers/staging/rtl8192e/rtl819x_BAProc.c | 3 - drivers/staging/rtl8192e/rtl819x_HT.h | 8 - drivers/staging/rtl8192e/rtl819x_HTProc.c | 9 - drivers/staging/rtl8192e/rtl819x_TSProc.c | 61 ----- drivers/staging/rtl8192e/rtl_core.c | 110 --------- drivers/staging/rtl8192e/rtl_core.h | 39 --- drivers/staging/rtl8192e/rtl_crypto.h | 26 -- drivers/staging/rtl8192e/rtl_debug.c | 174 -------------- drivers/staging/rtl8192e/rtl_debug.h | 13 - drivers/staging/rtl8192e/rtl_dm.c | 43 ---- drivers/staging/rtl8192e/rtl_ps.c | 5 - drivers/staging/rtl8192e/rtllib.h | 200 +--------------- drivers/staging/rtl8192e/rtllib_module.c | 81 ------- drivers/staging/rtl8192e/rtllib_rx.c | 371 +---------------------------- drivers/staging/rtl8192e/rtllib_softmac.c | 34 --- drivers/staging/rtl8192e/rtllib_tx.c | 20 -- drivers/staging/rtl8192e/rtllib_wx.c | 2 - 21 files changed, 3 insertions(+), 1236 deletions(-) -- 1.7.3.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel