summaryrefslogtreecommitdiff
path: root/drivers/staging/ks7010
AgeCommit message (Expand)Author
2018-03-29staging: ks7010: Remove unused member 'reg_net' from 'ks_wlan_private'.Quytelda Kahja
2018-03-29staging: ks7010: Change mac_address_valid to a bool instead of int.Quytelda Kahja
2018-03-29staging: ks7010: Remove unecessary cast.Quytelda Kahja
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_get_micSergio Paracuellos
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_appendSergio Paracuellos
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_initSergio Paracuellos
2018-03-29staging: ks7010: remove some dead code from ks_wlan_set_essid functionSergio Paracuellos
2018-03-29staging: ks7010: replace MichaelBlockFunction macro with inline functionSergio Paracuellos
2018-03-29staging: ks7010: replace GetUInt32 macro with get_unaligned_le32Sergio Paracuellos
2018-03-29staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()Sergio Paracuellos
2018-03-29staging: ks7010: avoid camel cases in MichaelGetMIC functionSergio Paracuellos
2018-03-29staging: ks7010: replace macro MichaelClear with inline functionSergio Paracuellos
2018-03-29staging: ks7010: avoid camel cases in MichaelAppend functionSergio Paracuellos
2018-03-29staging: ks7010: avoid camel cases for MichaelInitFunctionSergio Paracuellos
2018-03-29staging: ks7010: avoid camel cases in MichaelMICFunctionSergio Paracuellos
2018-03-28staging: ks7010: factor out some functions from hostif_initSergio Paracuellos
2018-03-28staging: ks7010: avoid camel case in function name get_DWORDSergio Paracuellos
2018-03-28staging: ks7010: avoid camel case in function name get_WORDSergio Paracuellos
2018-03-28staging: ks7010: avoid camel case in function name get_BYTESergio Paracuellos
2018-03-28staging: ks7010: use GENMASK instead of custom defines in SME_WEP_VAL_MASKSergio Paracuellos
2018-03-28staging: ks7010: Fix spelling mistakes.Quytelda Kahja
2018-03-28staging: ks7010: use lower case names in michael_mic_t struct fieldsSergio Paracuellos
2018-03-23staging: ks7010: Remove hostif_infrastructure_set2_request_t.Quytelda Kahja
2018-03-23staging: ks7010: Factor out repeated code for reading IEs.Quytelda Kahja
2018-03-23staging: ks7010: Replace memcmp() operation with ether_addr_equal().Quytelda Kahja
2018-03-23staging: ks7010: Remove duplicate #define'sQuytelda Kahja
2018-03-23staging: ks7010: Factor out common members in request structs.Quytelda Kahja
2018-03-23staging: ks7010: Fix lines over 80 characters due to comments.Quytelda Kahja
2018-03-23staging: ks7010: Fix line over 80 characters.Quytelda Kahja
2018-03-22staging: ks7010: review custom bit defines using macros from bitops header fileSergio Paracuellos
2018-03-22staging: ks7010: replace some custom defines with the ones in uapi/linux/if_e...Sergio Paracuellos
2018-03-22staging: ks7010: remove not used function signature ks_wlan_read_config_fileSergio Paracuellos
2018-03-22staging: ks7010: remove max_event_count field which is only being used in debugSergio Paracuellos
2018-03-22staging: ks7010: replace KS_WLAN_DEBUG with DEBUG preprocessor directiveSergio Paracuellos
2018-03-19staging: ks7010: replace DPRINTK traces in favour of netdev_*Sergio Paracuellos
2018-03-19staging: ks7010: remove useless DPRINTK tracesSergio Paracuellos
2018-03-19staging: ks7010: Remove braces around single statementNishka Dasgupta
2018-03-14staging: ks7010: replace custom rotation operations in favour of the kernel onesSergio Paracuellos
2018-03-06staging: ks7010: Replace literal with constant.Quytelda Kahja
2018-03-01staging: ks7010: Replace local frame type constants with kernel constants.Quytelda Kahja
2018-03-01staging: ks7010: Replace local capability constants with kernel constants.Quytelda Kahja
2018-03-01staging: ks7010: Factor out repeated code into function 'ks_wlan_cap()'.Quytelda Kahja
2018-03-01staging: ks7010: Replace SSID_MAX_SIZE with IEEE80211_MAX_SSID_LEN.Quytelda Kahja
2018-03-01staging: ks7010: Use constants from ieee80211_eid instead of literal ints.Quytelda Kahja
2018-02-22Staging: ks7010: hostif: Convert the ps_confirm_wait_inc() macro to a real fu...Quytelda Kahja
2018-02-22Staging: ks7010: hostif: Convert SME queue macros to real functions.Quytelda Kahja
2018-02-22Staging: ks7010: sdio: Convert RX/TX queue macros into real functions.Quytelda Kahja
2017-12-19Staging: ks7010: ks_wlan_net: Fixing coding style warningSUNIL KALLUR RAMEGOWDA
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-03staging: ks7010: Convert timers to use timer_setup()Kees Cook