All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] staging: ks7010: next cleanups
@ 2018-04-25 14:01 Sergio Paracuellos
  2018-04-25 14:01 ` [PATCH 01/16] staging: ks7010: add SPDX identifiers to all files Sergio Paracuellos
                   ` (15 more replies)
  0 siblings, 16 replies; 23+ messages in thread
From: Sergio Paracuellos @ 2018-04-25 14:01 UTC (permalink / raw)
  To: gregkh; +Cc: driverdev-devel, wsa

This patch series includes some new cleanups in code.

It also includes a remaining patch (PATCH 1/16) about 
SPDX identifiers in files which wasn't be applied.

Sergio Paracuellos (16):
  staging: ks7010: add SPDX identifiers to all files
  staging: ks7010: refactor ks_wlan_set_beacon_lost function
  staging: ks7010: refactor ks_wlan_set_scan_type function
  staging: ks7010: refactor ks_wlan_set_power_mgmt function
  staging: ks7010: refactor ks_wlan_set_preamble function
  staging: ks7010: refactor ks_wlan_set_cts_mode function
  staging: ks7010: refactor ks_wlan_set_pmksa function
  staging: ks7010: use ether_addr_copy in ks_wlan_set_encode_ext
  staging: ks7010: align values in frequency_list array
  staging: ks7010: refactor ks_wlan_set_wap function
  staging: ks7010: use ether_addr_copy in ks_wlan_get_wap
  staging: ks7010: avoid an 'else' in ks_wlan_set_power
  staging: ks7010: avoid if-else condition in ks_wlan_get_power
  staging: ks7010: use ether_addr_copy in ks_wlan_get_aplist
  staging: ks7010: avoid blank line between declarations in
    ks_wlan_get_aplist
  staging: ks7010: refactor ks_wlan_translate_scan function

 drivers/staging/ks7010/ks7010_sdio.c   |   5 +-
 drivers/staging/ks7010/ks7010_sdio.h   |   5 +-
 drivers/staging/ks7010/ks_hostif.c     |   5 +-
 drivers/staging/ks7010/ks_hostif.h     |   5 +-
 drivers/staging/ks7010/ks_wlan.h       |   5 +-
 drivers/staging/ks7010/ks_wlan_ioctl.h |   5 +-
 drivers/staging/ks7010/ks_wlan_net.c   | 302 ++++++++++++++-------------------
 drivers/staging/ks7010/michael_mic.c   |   5 +-
 drivers/staging/ks7010/michael_mic.h   |   5 +-
 9 files changed, 134 insertions(+), 208 deletions(-)

-- 
2.7.4

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

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

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

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-25 14:01 [PATCH 00/16] staging: ks7010: next cleanups Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 01/16] staging: ks7010: add SPDX identifiers to all files Sergio Paracuellos
2018-04-26  7:17   ` Greg KH
2018-04-26  8:35     ` Sergio Paracuellos
2018-04-26  8:55       ` Greg KH
2018-04-26  9:04         ` Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 02/16] staging: ks7010: refactor ks_wlan_set_beacon_lost function Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 03/16] staging: ks7010: refactor ks_wlan_set_scan_type function Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 04/16] staging: ks7010: refactor ks_wlan_set_power_mgmt function Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 05/16] staging: ks7010: refactor ks_wlan_set_preamble function Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 06/16] staging: ks7010: refactor ks_wlan_set_cts_mode function Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 07/16] staging: ks7010: refactor ks_wlan_set_pmksa function Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 08/16] staging: ks7010: use ether_addr_copy in ks_wlan_set_encode_ext Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 09/16] staging: ks7010: align values in frequency_list array Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 10/16] staging: ks7010: refactor ks_wlan_set_wap function Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 11/16] staging: ks7010: use ether_addr_copy in ks_wlan_get_wap Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 12/16] staging: ks7010: avoid an 'else' in ks_wlan_set_power Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 13/16] staging: ks7010: avoid if-else condition in ks_wlan_get_power Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 14/16] staging: ks7010: use ether_addr_copy in ks_wlan_get_aplist Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 15/16] staging: ks7010: avoid blank line between declarations " Sergio Paracuellos
2018-04-25 14:01 ` [PATCH 16/16] staging: ks7010: refactor ks_wlan_translate_scan function Sergio Paracuellos
2018-04-27 11:00   ` Dan Carpenter
2018-04-27 13:33     ` 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.