[PATCH 00/21] next cleanups

Sergio Paracuellos sergio.paracuellos at gmail.com
Thu Apr 19 05:07:54 UTC 2018


Cleanups continue in this driver. This patch series includes 
 - some function refactors
 - clean code which is not being used at all
 - some style fixes
 - includes review in driver files

Sergio Paracuellos (21):
  staging: ks7010: remove struct ieee802_1x_eapol_key
  staging: ks7010: remove not used enum in eap_packet header file
  staging: ks7010: remove auxiliar zeros buffer in ks_wlan_get_encode
  staging: ks7010: refactor ks_wlan_set_encode function
  staging: ks7010: change if-else condition assignment to use ternary
    operator
  staging: ks7010: refactor ks_wlan_set_rx_gain function
  staging: ks7010: refactor ks_wlan_set_tx_gain function
  staging: ks7010: refactor ks_wlan_set_wps_enable function
  staging: ks7010: review includes of ks_wlan_net.c file
  staging: ks7010: review includes of ks_wlan.h file
  staging: ks7010: remove two fields of ks_wlan_private struct
  staging: ks7010: remove enum from ks_wlan.h header
  staging: ks7010: removes data_buff field of ks_wlan_private struct
  staging: ks7010: review includes of ks_hostif file
  staging: ks7010: review includes of ks7010_sdio file
  staging: ks7010: review includes of michael_mic.c file
  staging: ks7010: use IW_HANDLER macro in ks_wlan_handler
  staging: ks7010: remove KSC_OPNOTSUPP related code
  staging: ks7010: align comments in ks_wlan_private_handler
  staging: ks7010: use ARRAY_SIZE macro in ks_wlan_handler_def
  staging: ks7010: init local variables when they are declared in
    ks7010_sdio_probe

 drivers/staging/ks7010/eap_packet.h  |  47 ---
 drivers/staging/ks7010/ks7010_sdio.c |  14 +-
 drivers/staging/ks7010/ks_hostif.c   |  11 +-
 drivers/staging/ks7010/ks_wlan.h     |  32 +-
 drivers/staging/ks7010/ks_wlan_net.c | 662 +++++++++++++----------------------
 drivers/staging/ks7010/michael_mic.c |   5 +-
 6 files changed, 267 insertions(+), 504 deletions(-)

-- 
2.7.4



More information about the devel mailing list