This patch series continues with cleanups in this driver. 

Some checkpatch warnings have been removed as well as 
nonsense code and code that is not being used at all.
Some functions have been rewriten or reviewed to improve
readability.

Sergio Paracuellos (16):
  staging: ks7010: remove not used enum values from eap_packet.h header
  staging: ks7010: remove EAPOL_VERSION preprocessor definition
  staging: ks7010: remove two redefined defines in eap_packet.h header
  staging: ks7010: change ETHER_HDR_SIZE definition to use the size of
    struct ether_hdr
  staging: ks7010: indent enum properly in eap_packet.h header file
  staging: ks7010: move and rename DEVICE_ALIGNMENT into correct header
  staging: ks7010: remove KS_ATOM preprocessor condtional code
  staging: ks7010: rewrite hif_align_size inline function
  staging: ks7010: remove KS_WLAN_MEM_FLAG definition
  staging: ks7010: remove nosense #if 1 directive
  staging: ks7010: avoid casts in michael_mic_function calls
  staging: ks7010: remove '\' character from michael_block function
  staging: ks7010: remove nonsense comment
  staging: ks7010: fix remaining checkpatch warnings about long lines in
    ks7010_sdio source
  staging: ks7010: change sdio related read/write function parameter
    types
  staging: ks7010: extract JIFFIES_TO_WAIT definition for common code

 drivers/staging/ks7010/eap_packet.h  | 33 +++++++--------------------------
 drivers/staging/ks7010/ks7010_sdio.c | 31 +++++++++++++++++--------------
 drivers/staging/ks7010/ks7010_sdio.h |  5 -----
 drivers/staging/ks7010/ks_hostif.c   | 23 ++++++++---------------
 drivers/staging/ks7010/ks_hostif.h   | 18 +++++++-----------
 drivers/staging/ks7010/ks_wlan_net.c |  3 +--
 drivers/staging/ks7010/michael_mic.c |  6 +++---
 drivers/staging/ks7010/michael_mic.h |  2 +-
 8 files changed, 44 insertions(+), 77 deletions(-)

-- 
2.7.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to