aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29staging: ks7010: Remove unused member 'reg_net' from 'ks_wlan_private'.Quytelda Kahja1-1/+0
2018-03-29staging: ks7010: Change mac_address_valid to a bool instead of int.Quytelda Kahja3-5/+5
2018-03-29staging: ks7010: Remove unecessary cast.Quytelda Kahja1-1/+1
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_get_micSergio Paracuellos1-1/+1
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_appendSergio Paracuellos1-3/+3
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_initSergio Paracuellos1-1/+1
2018-03-29staging: ks7010: remove some dead code from ks_wlan_set_essid functionSergio Paracuellos1-15/+0
2018-03-29staging: ks7010: replace MichaelBlockFunction macro with inline functionSergio Paracuellos1-15/+16
2018-03-29staging: ks7010: replace GetUInt32 macro with get_unaligned_le32Sergio Paracuellos1-7/+4
2018-03-29staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()Sergio Paracuellos1-11/+3
2018-03-29staging: ks7010: avoid camel cases in MichaelGetMIC functionSergio Paracuellos1-14/+13
2018-03-29staging: ks7010: replace macro MichaelClear with inline functionSergio Paracuellos1-8/+8
2018-03-29staging: ks7010: avoid camel cases in MichaelAppend functionSergio Paracuellos1-23/+22
2018-03-29staging: ks7010: avoid camel cases for MichaelInitFunctionSergio Paracuellos1-6/+5
2018-03-29staging: ks7010: avoid camel cases in MichaelMICFunctionSergio Paracuellos3-23/+21
2018-03-28staging: ks7010: factor out some functions from hostif_initSergio Paracuellos1-24/+53
2018-03-28staging: ks7010: avoid camel case in function name get_DWORDSergio Paracuellos1-11/+10
2018-03-28staging: ks7010: avoid camel case in function name get_WORDSergio Paracuellos1-10/+9
2018-03-28staging: ks7010: avoid camel case in function name get_BYTESergio Paracuellos1-12/+11
2018-03-28staging: ks7010: use GENMASK instead of custom defines in SME_WEP_VAL_MASKSergio Paracuellos1-1/+1
2018-03-28staging: ks7010: Fix spelling mistakes.Quytelda Kahja2-2/+2
2018-03-28staging: ks7010: use lower case names in michael_mic_t struct fieldsSergio Paracuellos3-38/+38
2018-03-23staging: ks7010: Remove hostif_infrastructure_set2_request_t.Quytelda Kahja2-62/+4
2018-03-23staging: ks7010: Factor out repeated code for reading IEs.Quytelda Kahja1-16/+15
2018-03-23staging: ks7010: Replace memcmp() operation with ether_addr_equal().Quytelda Kahja1-2/+3
2018-03-23staging: ks7010: Remove duplicate #define'sQuytelda Kahja1-4/+3
2018-03-23staging: ks7010: Factor out common members in request structs.Quytelda Kahja2-69/+38
2018-03-23staging: ks7010: Fix lines over 80 characters due to comments.Quytelda Kahja1-7/+12
2018-03-23staging: ks7010: Fix line over 80 characters.Quytelda Kahja1-1/+2
2018-03-22staging: ks7010: review custom bit defines using macros from bitops header fileSergio Paracuellos1-17/+16
2018-03-22staging: ks7010: replace some custom defines with the ones in uapi/linux/if_ether.hSergio Paracuellos2-11/+5
2018-03-22staging: ks7010: remove not used function signature ks_wlan_read_config_fileSergio Paracuellos1-1/+0
2018-03-22staging: ks7010: remove max_event_count field which is only being used in debugSergio Paracuellos2-11/+0
2018-03-22staging: ks7010: replace KS_WLAN_DEBUG with DEBUG preprocessor directiveSergio Paracuellos4-10/+8
2018-03-19staging: ks7010: replace DPRINTK traces in favour of netdev_*Sergio Paracuellos4-136/+130
2018-03-19staging: ks7010: remove useless DPRINTK tracesSergio Paracuellos3-251/+10
2018-03-19staging: ks7010: Remove braces around single statementNishka Dasgupta1-2/+1
2018-03-14staging: ks7010: replace custom rotation operations in favour of the kernel onesSergio Paracuellos1-6/+4
2018-03-06staging: ks7010: Replace literal with constant.Quytelda Kahja1-1/+1
2018-03-01staging: ks7010: Replace local frame type constants with kernel constants.Quytelda Kahja2-7/+1
2018-03-01staging: ks7010: Replace local capability constants with kernel constants.Quytelda Kahja3-17/+7
2018-03-01staging: ks7010: Factor out repeated code into function 'ks_wlan_cap()'.Quytelda Kahja1-65/+23
2018-03-01staging: ks7010: Replace SSID_MAX_SIZE with IEEE80211_MAX_SSID_LEN.Quytelda Kahja2-4/+3
2018-03-01staging: ks7010: Use constants from ieee80211_eid instead of literal ints.Quytelda Kahja2-16/+16
2018-02-22Staging: ks7010: hostif: Convert the ps_confirm_wait_inc() macro to a real function.Quytelda Kahja1-5/+5
2018-02-22Staging: ks7010: hostif: Convert SME queue macros to real functions.Quytelda Kahja1-7/+16
2018-02-22Staging: ks7010: sdio: Convert RX/TX queue macros into real functions.Quytelda Kahja1-13/+33
2017-12-19Staging: ks7010: ks_wlan_net: Fixing coding style warningSUNIL KALLUR RAMEGOWDA1-2/+2
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-3/+12
2017-11-03staging: ks7010: Convert timers to use timer_setup()Kees Cook1-3/+2