This series does some more cleanup for driver. Patches 1-13 just remove features that are not used. Remaining patches make some functions static (where possible); If making function static required something more than moving fw declaration and removing it from header - it is a separate patch. Otherwise - statification is done on per-file basis. Series was target-tested (802.11N/2.4G/WPA2 network, DHCP, 1MB download, ping). Series should apply cleanly into current staging-next (d770e55) Mateusz Kulikowski (22): staging: rtl8192e: Remove ToLegalChannel() staging: rtl8192e: Remove unused defines staging: rtl8192e: Remove undefs staging: rtl8192e: Remove unused enums staging: rtl8192e: Remove unused fields from rtllib_stats staging: rtl8192e: Remove unused ether_header structure staging: rtl8192e: Remove unused rtllib_device::freq_band staging: rtl8192e: Remove DOT11D_GetMaxTxPwrInDbm() staging: rtl8192e: Remove read|write_nic_io_(d)word|byte() staging: rtl8192e: Remove DMESG macro staging: rtl8192e: Remove rtl819x_process_cck_rxpathsel() staging: rtl8192e: probe: Remove bdma64 check staging: rtl8192e: Remove rtl8192_rx_cmd() staging: rtl8192e: rtl_dm: Make functions static staging: rtl8192e: rtllib_HTProc: Make functions static staging: rtl8192e: Make phy_RF8256_Config_ParaFile() static staging: rtl8192e: rtl_core: Make functions static staging: rtl8192e: r8192e_phy: Make functions static staging: rtl8192e: Make rtl8192_QueryIsShort() static staging: rtl8192e: rtllib_tx: Make functions static staging: rtl8192e: Make rtllib_rx_mgt() static staging: rtl8192e: rtllib_softmac: Make functions static drivers/staging/rtl8192e/dot11d.c | 39 --- drivers/staging/rtl8192e/dot11d.h | 6 - drivers/staging/rtl8192e/rtl8192e/r8190P_def.h | 46 ---- drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c | 18 +- drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.h | 1 - drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 27 +-- drivers/staging/rtl8192e/rtl8192e/r8192E_dev.h | 1 - .../staging/rtl8192e/rtl8192e/r8192E_firmware.h | 2 - drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c | 6 +- drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h | 3 - drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 261 +++------------------ drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 33 --- drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 12 +- drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 22 -- drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 1 - drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 7 - drivers/staging/rtl8192e/rtl819x_BA.h | 5 - drivers/staging/rtl8192e/rtl819x_HT.h | 2 - drivers/staging/rtl8192e/rtl819x_HTProc.c | 5 +- drivers/staging/rtl8192e/rtl819x_Qos.h | 5 - drivers/staging/rtl8192e/rtl819x_TS.h | 2 - drivers/staging/rtl8192e/rtllib.h | 86 ------- drivers/staging/rtl8192e/rtllib_debug.h | 8 - drivers/staging/rtl8192e/rtllib_rx.c | 10 +- drivers/staging/rtl8192e/rtllib_softmac.c | 28 ++- drivers/staging/rtl8192e/rtllib_tx.c | 8 +- 26 files changed, 98 insertions(+), 546 deletions(-) -- 1.8.4.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel