summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010
AgeCommit message (Expand)AuthorFilesLines
2018-04-25staging: ks7010: use ether_addr_equal in hostif_data_requestSergio Paracuellos1-1/+1
2018-04-25staging: ks7010: use ether_addr_equal in hostif_data_indicationSergio Paracuellos1-1/+1
2018-04-25staging: ks7010: use ether_addr_copy in hostif_mib_get_confirmSergio Paracuellos1-9/+2
2018-04-25staging: ks7010: use ether_addr_copy() instead of custom copySergio Paracuellos1-8/+1
2018-04-25staging: ks7010: remove duplicated ks_wlan_handler_def declarationSergio Paracuellos1-3/+0
2018-04-25staging: ks7010: remove WPS definition conditional codeSergio Paracuellos3-25/+0
2018-04-25staging: ks7010: fix line exceding 80 characters in ks_wlan_get_rangeSergio Paracuellos1-1/+2
2018-04-25staging: ks7010: refactor ks_wlan_get_mode functionSergio Paracuellos1-11/+2
2018-04-25staging: ks7010: refactor ks_wlan_set_mode functionSergio Paracuellos1-17/+6
2018-04-25staging: ks7010: remove some duplicated definitions in ks_wlan_net.cSergio Paracuellos1-6/+0
2018-04-25staging: ks7010: avoid use of brackets in single line ifSergio Paracuellos1-2/+1
2018-04-25staging: ks7010: refactor hostif_sme_power_mgmt_set functionSergio Paracuellos1-13/+4
2018-04-25staging: ks7010: use definitions from kernel headers in hostif_data_indicatio...Sergio Paracuellos1-2/+3
2018-04-25staging: ks7010: join some debug traces in get_current_ap functionSergio Paracuellos1-12/+14
2018-04-25staging: ks7010: avoid some if-else code in get_current_ap functionSergio Paracuellos1-18/+7
2018-04-25staging: ks7010: remove KSC_OPNOTSUPP related codeSergio Paracuellos1-79/+0
2018-04-25staging: ks7010: use IW_HANDLER macro in ks_wlan_handlerSergio Paracuellos1-233/+213
2018-04-25staging: ks7010: review includes of ks_hostif fileSergio Paracuellos1-7/+4
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_p...Sergio 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