index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ks7010
Age
Commit message (
Expand
)
Author
2018-03-29
staging: ks7010: Remove unused member 'reg_net' from 'ks_wlan_private'.
Quytelda Kahja
2018-03-29
staging: ks7010: Change mac_address_valid to a bool instead of int.
Quytelda Kahja
2018-03-29
staging: ks7010: Remove unecessary cast.
Quytelda Kahja
2018-03-29
staging: ks7010: replace uint8_t in favour of u8 in michael_get_mic
Sergio Paracuellos
2018-03-29
staging: ks7010: replace uint8_t in favour of u8 in michael_append
Sergio Paracuellos
2018-03-29
staging: ks7010: replace uint8_t in favour of u8 in michael_init
Sergio Paracuellos
2018-03-29
staging: ks7010: remove some dead code from ks_wlan_set_essid function
Sergio Paracuellos
2018-03-29
staging: ks7010: replace MichaelBlockFunction macro with inline function
Sergio Paracuellos
2018-03-29
staging: ks7010: replace GetUInt32 macro with get_unaligned_le32
Sergio Paracuellos
2018-03-29
staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()
Sergio Paracuellos
2018-03-29
staging: ks7010: avoid camel cases in MichaelGetMIC function
Sergio Paracuellos
2018-03-29
staging: ks7010: replace macro MichaelClear with inline function
Sergio Paracuellos
2018-03-29
staging: ks7010: avoid camel cases in MichaelAppend function
Sergio Paracuellos
2018-03-29
staging: ks7010: avoid camel cases for MichaelInitFunction
Sergio Paracuellos
2018-03-29
staging: ks7010: avoid camel cases in MichaelMICFunction
Sergio Paracuellos
2018-03-28
staging: ks7010: factor out some functions from hostif_init
Sergio Paracuellos
2018-03-28
staging: ks7010: avoid camel case in function name get_DWORD
Sergio Paracuellos
2018-03-28
staging: ks7010: avoid camel case in function name get_WORD
Sergio Paracuellos
2018-03-28
staging: ks7010: avoid camel case in function name get_BYTE
Sergio Paracuellos
2018-03-28
staging: ks7010: use GENMASK instead of custom defines in SME_WEP_VAL_MASK
Sergio Paracuellos
2018-03-28
staging: ks7010: Fix spelling mistakes.
Quytelda Kahja
2018-03-28
staging: ks7010: use lower case names in michael_mic_t struct fields
Sergio Paracuellos
2018-03-23
staging: ks7010: Remove hostif_infrastructure_set2_request_t.
Quytelda Kahja
2018-03-23
staging: ks7010: Factor out repeated code for reading IEs.
Quytelda Kahja
2018-03-23
staging: ks7010: Replace memcmp() operation with ether_addr_equal().
Quytelda Kahja
2018-03-23
staging: ks7010: Remove duplicate #define's
Quytelda Kahja
2018-03-23
staging: ks7010: Factor out common members in request structs.
Quytelda Kahja
2018-03-23
staging: ks7010: Fix lines over 80 characters due to comments.
Quytelda Kahja
2018-03-23
staging: ks7010: Fix line over 80 characters.
Quytelda Kahja
2018-03-22
staging: ks7010: review custom bit defines using macros from bitops header file
Sergio Paracuellos
2018-03-22
staging: ks7010: replace some custom defines with the ones in uapi/linux/if_e...
Sergio Paracuellos
2018-03-22
staging: ks7010: remove not used function signature ks_wlan_read_config_file
Sergio Paracuellos
2018-03-22
staging: ks7010: remove max_event_count field which is only being used in debug
Sergio Paracuellos
2018-03-22
staging: ks7010: replace KS_WLAN_DEBUG with DEBUG preprocessor directive
Sergio Paracuellos
2018-03-19
staging: ks7010: replace DPRINTK traces in favour of netdev_*
Sergio Paracuellos
2018-03-19
staging: ks7010: remove useless DPRINTK traces
Sergio Paracuellos
2018-03-19
staging: ks7010: Remove braces around single statement
Nishka Dasgupta
2018-03-14
staging: ks7010: replace custom rotation operations in favour of the kernel ones
Sergio Paracuellos
2018-03-06
staging: ks7010: Replace literal with constant.
Quytelda Kahja
2018-03-01
staging: ks7010: Replace local frame type constants with kernel constants.
Quytelda Kahja
2018-03-01
staging: ks7010: Replace local capability constants with kernel constants.
Quytelda Kahja
2018-03-01
staging: ks7010: Factor out repeated code into function 'ks_wlan_cap()'.
Quytelda Kahja
2018-03-01
staging: ks7010: Replace SSID_MAX_SIZE with IEEE80211_MAX_SSID_LEN.
Quytelda Kahja
2018-03-01
staging: ks7010: Use constants from ieee80211_eid instead of literal ints.
Quytelda Kahja
2018-02-22
Staging: ks7010: hostif: Convert the ps_confirm_wait_inc() macro to a real fu...
Quytelda Kahja
2018-02-22
Staging: ks7010: hostif: Convert SME queue macros to real functions.
Quytelda Kahja
2018-02-22
Staging: ks7010: sdio: Convert RX/TX queue macros into real functions.
Quytelda Kahja
2017-12-19
Staging: ks7010: ks_wlan_net: Fixing coding style warning
SUNIL KALLUR RAMEGOWDA
2017-11-13
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-11-03
staging: ks7010: Convert timers to use timer_setup()
Kees Cook
[next]