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