[PATCH 00/23] staging: ks7010: some new cleanups

Sergio Paracuellos sergio.paracuellos at gmail.com
Sun May 13 18:35:35 UTC 2018


The following series makes new cleanups for this driver. Some not
used stuff has been deleted as well as some casts and other minor
changes with types have been introduced.

Sergio Paracuellos (23):
  staging: ks7010: remove not used definition WPA_CAPABILITY_PREAUTH
  staging: ks7010: remove no necessary blank line
  staging: ks7010: replace unsigned char type with u8
  staging: ks7010: change cast from uint16_t to u16
  staging: ks7010: change parameter type in ks_wlan_hw_rx function
  staging: ks7010: change uint8_t casts to u8 in ks_wlan_set_rate
  staging: ks7010: replace uint8_t with u8 in ks_wlan_set_tx_gain
  staging: ks7010: replace uint8_t with u8 in ks_wlan_set_rx_gain
  staging: ks7010: replace not standard uint type to unsigned int
  staging: ks7010: use u16 as type for casting in
    hostif_data_indication_wpa
  staging: ks7010: change some cast type from uint16_t to u16 in
    hostif_data_request
  staging: ks7010: change parameter type in hostif_mib_get_request
  staging: ks7010: avoid no needed cast in ks_wlan_cap
  staging: ks7010: use u16 as cast type in hostif_start_request
  staging: ks7010: replace casts to use type u16 in init_request
  staging: ks7010: use u16 as type for casting in
    hostif_ps_adhoc_set_request
  staging: ks7010: replace cast type in assignments in
    hostif_infrastructure_set_request
  staging: ks7010: replace cast type in assignment in
    hostif_adhoc_set_request
  staging: ks7010: replace cast types in assignments in
    hostif_phy_information_request
  staging: ks7010: replace uint* type into the u* ones in
    hostif_bss_scan_request
  staging: ks7010: change two parameter types in
    hostif_mic_failure_request
  staging: ks7010: use 'u16' for casts in assignments in
    hostif_sme_set_rsn
  staging: ks7010: replace cast type in assignment in
    hostif_sme_set_pmksa

 drivers/staging/ks7010/eap_packet.h  |  2 -
 drivers/staging/ks7010/ks7010_sdio.c | 13 +++----
 drivers/staging/ks7010/ks_hostif.c   | 72 ++++++++++++++++++------------------
 drivers/staging/ks7010/ks_wlan.h     |  2 +-
 drivers/staging/ks7010/ks_wlan_net.c | 12 +++---
 5 files changed, 48 insertions(+), 53 deletions(-)

-- 
2.7.4



More information about the devel mailing list