All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] cleanupas continue
@ 2018-04-28 10:34 Sergio Paracuellos
  2018-04-28 10:34 ` [PATCH 01/10] staging: ks7010: change type for rsn_enabled in wpa_status struct Sergio Paracuellos
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Sergio Paracuellos @ 2018-04-28 10:34 UTC (permalink / raw)
  To: gregkh; +Cc: driverdev-devel, wsa

The following patch series continue with driver cleanups. This series
starts focusing in ks_hostif.c file which really needs refactors.
Some functions have been refactor as well as some style stuff
has been fixed.

Sergio Paracuellos (10):
  staging: ks7010: change type for rsn_enabled in wpa_status struct
  staging: ks7010: use ether_addr_copy to copy ethernet address sa_data
  staging: use ether_addr_copy in get_ap_information function
  staging: ks7010: move WLAN_EID_DS_PARAMS to different place inside
    switch
  staging: ks7010: factor out send_request_to_device function
  staging: ks7010: fix some style issues in ks_hostif.c
  staging: ks7010: add blank line between after definitions
  staging: ks7010: refactor hostif_sme_set_rsn function
  staging: ks7010: change parameter types in hostif_power_mgmt_request
  staging: ks7010: refactor hostif_sme_power_mgmt_set function

 drivers/staging/ks7010/ks_hostif.c   | 307 +++++++++++++----------------------
 drivers/staging/ks7010/ks_wlan.h     |   2 +-
 drivers/staging/ks7010/ks_wlan_net.c |   4 +-
 3 files changed, 113 insertions(+), 200 deletions(-)

-- 
2.7.4

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

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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-28 10:34 [PATCH 00/10] cleanupas continue Sergio Paracuellos
2018-04-28 10:34 ` [PATCH 01/10] staging: ks7010: change type for rsn_enabled in wpa_status struct Sergio Paracuellos
2018-04-28 10:34 ` [PATCH 02/10] staging: ks7010: use ether_addr_copy to copy ethernet address sa_data Sergio Paracuellos
2018-04-28 10:34 ` [PATCH 03/10] staging: use ether_addr_copy in get_ap_information function Sergio Paracuellos
2018-04-28 10:34 ` [PATCH 04/10] staging: ks7010: move WLAN_EID_DS_PARAMS to different place inside switch Sergio Paracuellos
2018-04-28 10:34 ` [PATCH 05/10] staging: ks7010: factor out send_request_to_device function Sergio Paracuellos
2018-04-28 10:34 ` [PATCH 06/10] staging: ks7010: fix some style issues in ks_hostif.c Sergio Paracuellos
2018-04-28 10:34 ` [PATCH 07/10] staging: ks7010: add blank line between after definitions Sergio Paracuellos
2018-04-28 10:34 ` [PATCH 08/10] staging: ks7010: refactor hostif_sme_set_rsn function Sergio Paracuellos
2018-04-28 10:34 ` [PATCH 09/10] staging: ks7010: change parameter types in hostif_power_mgmt_request Sergio Paracuellos
2018-04-28 10:34 ` [PATCH 10/10] staging: ks7010: refactor hostif_sme_power_mgmt_set function Sergio Paracuellos
2018-04-29 13:16 ` [PATCH 00/10] cleanupas continue Greg KH

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.