aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010
AgeCommit message (Expand)AuthorFilesLines
2018-04-25staging: ks7010: removes data_buff field of ks_wlan_private structSergio Paracuellos1-3/+0
2018-04-25staging: ks7010: remove two fields of ks_wlan_private structSergio Paracuellos1-2/+0
2018-04-25staging: ks7010: avoid blank line between definitions in hostif_data_requestSergio Paracuellos1-1/+0
2018-04-25staging: ks7010: fix warning aout long line in init_requestSergio Paracuellos1-1/+2
2018-04-25staging: ks7010: remove superfluous comments in ks_hostif source fileSergio Paracuellos1-32/+7
2018-04-25staging: ks7010: avoid one level indentation in devio_rec_ind functionSergio Paracuellos1-15/+16
2018-04-25staging: ks7010: change name and type for device_open_status fieldSergio Paracuellos3-5/+4
2018-04-25staging: ks7010: assign dev_alloc_name() result to variable before check itSergio Paracuellos1-1/+3
2018-04-25staging: ks7010: use u8 instead of unsigned char for firmware buffersSergio Paracuellos1-3/+3
2018-04-25staging: ks7010: fix error paths in ks7010_sdio_remove functionSergio Paracuellos1-21/+21
2018-04-25staging: ks7010: check sdio_set_block_size return valueSergio Paracuellos1-0/+3
2018-04-25staging: ks7010: replace create_workqueue with alloc_workqueueSergio Paracuellos1-1/+1
2018-04-25staging: ks7010: move MODULE_DEVICE_TABLE related codeSergio Paracuellos1-7/+7
2018-04-25staging: ks7010: avoid one extra level indentation in ks_wlan_hw_rx functionSergio Paracuellos1-5/+3
2018-04-25staging: ks7010: review debug and error messages in ks7010_sdio sourceSergio Paracuellos1-20/+18
2018-04-25staging: ks7010: review comment style in ks7010_sdio source fileSergio Paracuellos1-3/+8
2018-04-25staging: ks7010: add REG suffix to sdio register definitionsSergio Paracuellos1-48/+48
2018-04-25staging: ks7010: delete not used definitions in ks7010_sdio sourceSergio Paracuellos1-3/+0
2018-04-25staging: ks7010: move sdio specific register definitions into source fileSergio Paracuellos2-69/+72
2018-04-25staging: ks7010: move ROM_FILE definition into source fileSergio Paracuellos2-2/+1
2018-04-25staging: ks7010: avoid casts in michael_mic_function callsSergio Paracuellos3-13/+8
2018-04-23staging: ks7010: init local variables when they are declared in ks7010_sdio_probeSergio Paracuellos1-5/+2
2018-04-23staging: ks7010: align comments in ks_wlan_private_handlerSergio Paracuellos1-20/+19
2018-04-23staging: ks7010: review includes of michael_mic.c fileSergio Paracuellos1-3/+2
2018-04-23staging: ks7010: review includes of ks7010_sdio fileSergio Paracuellos1-5/+3
2018-04-23staging: ks7010: remove enum from ks_wlan.h headerSergio Paracuellos1-8/+0
2018-04-23staging: ks7010: review includes of ks_wlan.h fileSergio Paracuellos2-15/+5
2018-04-23staging: ks7010: review includes of ks_wlan_net.c fileSergio Paracuellos1-15/+3
2018-04-23staging: ks7010: refactor ks_wlan_set_wps_enable functionSergio Paracuellos1-3/+2
2018-04-23staging: ks7010: refactor ks_wlan_set_tx_gain functionSergio Paracuellos1-8/+3
2018-04-23staging: ks7010: refactor ks_wlan_set_rx_gain functionSergio Paracuellos1-8/+3
2018-04-23staging: ks7010: change if-else condition assignment to use ternary operatorSergio Paracuellos1-4/+1
2018-04-23staging: ks7010: refactor ks_wlan_set_encode functionSergio Paracuellos1-53/+31
2018-04-23staging: ks7010: remove auxiliar zeros buffer in ks_wlan_get_encodeSergio Paracuellos1-13/+4
2018-04-23staging: ks7010: remove not used enum in eap_packet header fileSergio Paracuellos1-6/+0
2018-04-23staging: ks7010: remove struct ieee802_1x_eapol_keySergio Paracuellos1-41/+0
2018-04-23staging: ks7010: group some cases in switch-case block in hostif_mib_set_confirmSergio Paracuellos1-6/+1
2018-04-23staging: ks7010: refactor code for hostif_sme_sleep_set functionSergio Paracuellos1-12/+6
2018-04-23staging: ks7010: remove nonsense break from case blockSergio Paracuellos1-1/+0
2018-04-23staging: ks7010: change return value of ks_wlan_do_power_save functionSergio Paracuellos1-3/+1
2018-04-23staging: ks7010: use linux circular buffer header macros to handle tx and rx queuesSergio Paracuellos1-19/+30
2018-04-23staging: ks7010: use msecs_to_jiffies in ks7010_rw_function functionSergio Paracuellos1-4/+4
2018-04-23staging: ks7010: change sdio related read/write function parameter typesSergio Paracuellos1-7/+7
2018-04-23staging: ks7010: fix remaining long line warnings in ks7010_sdio sourceSergio Paracuellos1-2/+4
2018-04-23staging: ks7010: remove nonsense commentSergio Paracuellos1-1/+1
2018-04-23staging: ks7010: remove '\' character from michael_block functionSergio Paracuellos1-2/+2
2018-04-23staging: ks7010: remove nosense #if 1 directiveSergio Paracuellos1-2/+1
2018-04-23staging: ks7010: remove KS_WLAN_MEM_FLAG definitionSergio Paracuellos1-4/+2
2018-04-23staging: ks7010: rewrite hif_align_size inline functionSergio Paracuellos1-4/+2
2018-04-23staging: ks7010: remove KS_ATOM preprocessor condtional codeSergio Paracuellos1-4/+0