[PATCH 00/12] staging: ks7010: Some clean ups

Sergio Paracuellos sergio.paracuellos at gmail.com
Wed Mar 28 15:24:16 UTC 2018


This are some clean ups for this driver. Changes are as follows:
 - Some camel cases fixes
 - remove some macros to use inline functions or functions which
   exists in linux kernel itself
 - Use u8 types instead of uint8_t

There was a previous patch series including some of these patches
which wasn't be applied so just send a new one with all of those
reviewed in order to be applied if procceed.

Sergio Paracuellos (12):
  staging: ks7010: avoid camel cases in MichaelMICFunction
  staging: ks7010: avoid camel cases for MichaelInitFunction
  staging: ks7010: avoid camel cases in MichaelAppend function
  staging: ks7010: replace macro MichaelClear with inline function
  staging: ks7010: avoid camel cases in MichaelGetMIC function
  staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()
  staging: ks7010: replace GetUInt32 macro with get_unaligned_le32
  staging: ks7010: replace MichaelBlockFunction macro with inline
    function
  staging: ks7010: remove some dead code from ks_wlan_set_essid function
  staging: ks7010: replace uint8_t in favour of u8 in michael_init
  staging: ks7010: replace uint8_t in favour of u8 in michael_append
  staging: ks7010: replace uint8_t in favour of u8 in michael_get_mic

 drivers/staging/ks7010/ks_hostif.c   |  24 +++---
 drivers/staging/ks7010/ks_wlan_net.c |  15 ----
 drivers/staging/ks7010/michael_mic.c | 140 ++++++++++++++++-------------------
 drivers/staging/ks7010/michael_mic.h |   5 +-
 4 files changed, 77 insertions(+), 107 deletions(-)

-- 
2.7.4



More information about the devel mailing list