index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ks7010
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-25
staging: ks7010: removes data_buff field of ks_wlan_private struct
Sergio Paracuellos
1
-3
/
+0
2018-04-25
staging: ks7010: remove two fields of ks_wlan_private struct
Sergio Paracuellos
1
-2
/
+0
2018-04-25
staging: ks7010: avoid blank line between definitions in hostif_data_request
Sergio Paracuellos
1
-1
/
+0
2018-04-25
staging: ks7010: fix warning aout long line in init_request
Sergio Paracuellos
1
-1
/
+2
2018-04-25
staging: ks7010: remove superfluous comments in ks_hostif source file
Sergio Paracuellos
1
-32
/
+7
2018-04-25
staging: ks7010: avoid one level indentation in devio_rec_ind function
Sergio Paracuellos
1
-15
/
+16
2018-04-25
staging: ks7010: change name and type for device_open_status field
Sergio Paracuellos
3
-5
/
+4
2018-04-25
staging: ks7010: assign dev_alloc_name() result to variable before check it
Sergio Paracuellos
1
-1
/
+3
2018-04-25
staging: ks7010: use u8 instead of unsigned char for firmware buffers
Sergio Paracuellos
1
-3
/
+3
2018-04-25
staging: ks7010: fix error paths in ks7010_sdio_remove function
Sergio Paracuellos
1
-21
/
+21
2018-04-25
staging: ks7010: check sdio_set_block_size return value
Sergio Paracuellos
1
-0
/
+3
2018-04-25
staging: ks7010: replace create_workqueue with alloc_workqueue
Sergio Paracuellos
1
-1
/
+1
2018-04-25
staging: ks7010: move MODULE_DEVICE_TABLE related code
Sergio Paracuellos
1
-7
/
+7
2018-04-25
staging: ks7010: avoid one extra level indentation in ks_wlan_hw_rx function
Sergio Paracuellos
1
-5
/
+3
2018-04-25
staging: ks7010: review debug and error messages in ks7010_sdio source
Sergio Paracuellos
1
-20
/
+18
2018-04-25
staging: ks7010: review comment style in ks7010_sdio source file
Sergio Paracuellos
1
-3
/
+8
2018-04-25
staging: ks7010: add REG suffix to sdio register definitions
Sergio Paracuellos
1
-48
/
+48
2018-04-25
staging: ks7010: delete not used definitions in ks7010_sdio source
Sergio Paracuellos
1
-3
/
+0
2018-04-25
staging: ks7010: move sdio specific register definitions into source file
Sergio Paracuellos
2
-69
/
+72
2018-04-25
staging: ks7010: move ROM_FILE definition into source file
Sergio Paracuellos
2
-2
/
+1
2018-04-25
staging: ks7010: avoid casts in michael_mic_function calls
Sergio Paracuellos
3
-13
/
+8
2018-04-23
staging: ks7010: init local variables when they are declared in ks7010_sdio_probe
Sergio Paracuellos
1
-5
/
+2
2018-04-23
staging: ks7010: align comments in ks_wlan_private_handler
Sergio Paracuellos
1
-20
/
+19
2018-04-23
staging: ks7010: review includes of michael_mic.c file
Sergio Paracuellos
1
-3
/
+2
2018-04-23
staging: ks7010: review includes of ks7010_sdio file
Sergio Paracuellos
1
-5
/
+3
2018-04-23
staging: ks7010: remove enum from ks_wlan.h header
Sergio Paracuellos
1
-8
/
+0
2018-04-23
staging: ks7010: review includes of ks_wlan.h file
Sergio Paracuellos
2
-15
/
+5
2018-04-23
staging: ks7010: review includes of ks_wlan_net.c file
Sergio Paracuellos
1
-15
/
+3
2018-04-23
staging: ks7010: refactor ks_wlan_set_wps_enable function
Sergio Paracuellos
1
-3
/
+2
2018-04-23
staging: ks7010: refactor ks_wlan_set_tx_gain function
Sergio Paracuellos
1
-8
/
+3
2018-04-23
staging: ks7010: refactor ks_wlan_set_rx_gain function
Sergio Paracuellos
1
-8
/
+3
2018-04-23
staging: ks7010: change if-else condition assignment to use ternary operator
Sergio Paracuellos
1
-4
/
+1
2018-04-23
staging: ks7010: refactor ks_wlan_set_encode function
Sergio Paracuellos
1
-53
/
+31
2018-04-23
staging: ks7010: remove auxiliar zeros buffer in ks_wlan_get_encode
Sergio Paracuellos
1
-13
/
+4
2018-04-23
staging: ks7010: remove not used enum in eap_packet header file
Sergio Paracuellos
1
-6
/
+0
2018-04-23
staging: ks7010: remove struct ieee802_1x_eapol_key
Sergio Paracuellos
1
-41
/
+0
2018-04-23
staging: ks7010: group some cases in switch-case block in hostif_mib_set_confirm
Sergio Paracuellos
1
-6
/
+1
2018-04-23
staging: ks7010: refactor code for hostif_sme_sleep_set function
Sergio Paracuellos
1
-12
/
+6
2018-04-23
staging: ks7010: remove nonsense break from case block
Sergio Paracuellos
1
-1
/
+0
2018-04-23
staging: ks7010: change return value of ks_wlan_do_power_save function
Sergio Paracuellos
1
-3
/
+1
2018-04-23
staging: ks7010: use linux circular buffer header macros to handle tx and rx queues
Sergio Paracuellos
1
-19
/
+30
2018-04-23
staging: ks7010: use msecs_to_jiffies in ks7010_rw_function function
Sergio Paracuellos
1
-4
/
+4
2018-04-23
staging: ks7010: change sdio related read/write function parameter types
Sergio Paracuellos
1
-7
/
+7
2018-04-23
staging: ks7010: fix remaining long line warnings in ks7010_sdio source
Sergio Paracuellos
1
-2
/
+4
2018-04-23
staging: ks7010: remove nonsense comment
Sergio Paracuellos
1
-1
/
+1
2018-04-23
staging: ks7010: remove '\' character from michael_block function
Sergio Paracuellos
1
-2
/
+2
2018-04-23
staging: ks7010: remove nosense #if 1 directive
Sergio Paracuellos
1
-2
/
+1
2018-04-23
staging: ks7010: remove KS_WLAN_MEM_FLAG definition
Sergio Paracuellos
1
-4
/
+2
2018-04-23
staging: ks7010: rewrite hif_align_size inline function
Sergio Paracuellos
1
-4
/
+2
2018-04-23
staging: ks7010: remove KS_ATOM preprocessor condtional code
Sergio Paracuellos
1
-4
/
+0
[prev]
[next]