All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: ks7010: next cleanups
@ 2018-04-27 14:05 Sergio Paracuellos
  2018-04-27 14:05 ` [PATCH 01/10] staging: ks7010: clean SME_MIC_FAILURE_REQUEST case in hostif_sme_execute Sergio Paracuellos
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Sergio Paracuellos @ 2018-04-27 14:05 UTC (permalink / raw)
  To: gregkh; +Cc: driverdev-devel, wsa

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

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-04-30 13:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 14:05 [PATCH 00/10] staging: ks7010: next cleanups Sergio Paracuellos
2018-04-27 14:05 ` [PATCH 01/10] staging: ks7010: clean SME_MIC_FAILURE_REQUEST case in hostif_sme_execute Sergio Paracuellos
2018-04-27 14:05 ` [PATCH 02/10] staging: ks7010: convert MIB preprocessor defs into an enum Sergio Paracuellos
2018-04-27 14:05 ` [PATCH 03/10] staging: ks7010: conver MIB attributes " Sergio Paracuellos
2018-04-27 14:05 ` [PATCH 04/10] staging: ks7010: change some casts from uint8_t to u8 in ks_hostif header Sergio Paracuellos
2018-04-27 14:05 ` [PATCH 05/10] staging: ks7010: change parameter types and reorder them in hostif_mib_set_request Sergio Paracuellos
2018-04-27 14:06 ` [PATCH 06/10] staging: ks7010: add new helpers to achieve mib set request and simplify code Sergio Paracuellos
2018-04-27 14:06 ` [PATCH 07/10] staging: ks7010: use ether_addr_copy in get_current_ap Sergio Paracuellos
2018-04-27 14:06 ` [PATCH 08/10] staging: ks7010: move two preprocessor definitions to ks_wlan.h Sergio Paracuellos
2018-04-27 14:06 ` [PATCH 09/10] staging: ks7010: avoid two long lines in hostif_sme_mode_setup Sergio Paracuellos
2018-04-27 14:06 ` [PATCH 10/10] staging: ks7010: remove non sense comments in ks_hostif.c source file Sergio Paracuellos
2018-04-29 13:23 ` [PATCH 00/10] staging: ks7010: next cleanups Greg KH
2018-04-30 13:40   ` Sergio Paracuellos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.