[PATCH 00/10] staging: ks7010: next cleanups

Sergio Paracuellos sergio.paracuellos at gmail.com
Fri Apr 27 14:05:54 UTC 2018


Cleanups continues with this patch series. Main changes are 
related with MIB where some preprocessor stuff has been change
in favour of an enumeration and some helper functions to increase
code readability has been included. Other changes are minor 
cleanups in different part of code.

Sergio Paracuellos (10):
  staging: ks7010: clean SME_MIC_FAILURE_REQUEST case in
    hostif_sme_execute
  staging: ks7010: convert MIB preprocessor defs into an enum
  staging: ks7010: conver MIB attributes preprocessor defs into an enum
  staging: ks7010: change some casts from uint8_t to u8 in ks_hostif
    header
  staging: ks7010: change parameter types and reorder them in
    hostif_mib_set_request
  staging: ks7010: add new helpers to achieve mib set request and
    simplify code
  staging: ks7010: use ether_addr_copy in get_current_ap
  staging: ks7010: move two preprocessor definitions to ks_wlan.h
  staging: ks7010: avoid two long lines in hostif_sme_mode_setup
  staging: ks7010: remove non sense comments in ks_hostif.c source file

 drivers/staging/ks7010/ks_hostif.c   | 320 +++++++++++++++++------------------
 drivers/staging/ks7010/ks_hostif.h   | 175 ++++++++++++-------
 drivers/staging/ks7010/ks_wlan.h     |   3 +
 drivers/staging/ks7010/ks_wlan_net.c |   4 +-
 4 files changed, 275 insertions(+), 227 deletions(-)

-- 
2.7.4



More information about the devel mailing list