aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-06staging: ks7010: use ether_addr_copy to copy ethernet address sa_dataSergio Paracuellos1-2/+1
2018-05-06staging: ks7010: change type for rsn_enabled in wpa_status structSergio Paracuellos3-4/+4
2018-05-06staging: ks7010: remove non sense comments in ks_hostif.c source fileSergio Paracuellos1-8/+8
2018-05-06staging: ks7010: avoid two long lines in hostif_sme_mode_setupSergio Paracuellos1-2/+4
2018-05-06staging: ks7010: move two preprocessor definitions to ks_wlan.hSergio Paracuellos3-5/+6
2018-05-06staging: ks7010: use ether_addr_copy in get_current_apSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: add new helpers to achieve mib set request and simplify codeSergio Paracuellos1-116/+109
2018-05-06staging: ks7010: change parameter types and reorder them in hostif_mib_set_requestSergio Paracuellos1-70/+74
2018-05-06staging: ks7010: change some casts from uint8_t to u8 in ks_hostif headerSergio Paracuellos1-12/+12
2018-05-06staging: ks7010: conver MIB attributes preprocessor defs into an enumSergio Paracuellos1-45/+85
2018-05-06staging: ks7010: convert MIB preprocessor defs into an enumSergio Paracuellos1-5/+16
2018-05-06staging: ks7010: clean SME_MIC_FAILURE_REQUEST case in hostif_sme_executeSergio Paracuellos1-13/+10
2018-05-06staging: ks7010: remove nonsense comment in ks_wlan.h fileSergio Paracuellos1-25/+24
2018-05-06staging: ks7010: change local variable type in ks_wlan_hw_rxSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: refactor ks7010_sme_enqueue_events functionSergio Paracuellos1-18/+13
2018-05-06staging: ks7010: use the same parameter for 'event' in hostif_sme_enqueueSergio Paracuellos2-2/+2
2018-05-06staging: ks7010: change local variable type in ks7010_sdio_init_irqsSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: change some local variables type in ks_sdio_interruptSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: change local variable type in ks7010_rw_functionSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: change local variable type in _ks_wlan_hw_power_saveSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use u8 instead of unsigned char in write_to_device functionSergio Paracuellos1-3/+2
2018-05-06staging: ks7010: remove missing WPS preprocessor conditional codeSergio Paracuellos2-8/+0
2018-05-06staging: ks7010: change netdev_dbg msg to avoid a long lineSergio Paracuellos1-1/+6
2018-05-06staging: ks7010: avoid ks_sdio_card dependency in ks_wlan headerSergio Paracuellos3-45/+37
2018-05-06staging: ks7010: move tx and rx queues definitions into ks_wlan.h headerSergio Paracuellos3-108/+112
2018-05-06staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos9-36/+9
2018-04-26staging: ks7010: refactor ks_wlan_translate_scan functionSergio Paracuellos1-84/+66
2018-04-26staging: ks7010: avoid blank line between declarations in ks_wlan_get_aplistSergio Paracuellos1-1/+0
2018-04-26staging: ks7010: use ether_addr_copy in ks_wlan_get_aplistSergio Paracuellos1-2/+1
2018-04-26staging: ks7010: avoid if-else condition in ks_wlan_get_powerSergio Paracuellos1-4/+1
2018-04-26staging: ks7010: avoid an 'else' in ks_wlan_set_powerSergio Paracuellos1-3/+2
2018-04-26staging: ks7010: use ether_addr_copy in ks_wlan_get_wapSergio Paracuellos1-1/+1
2018-04-26staging: ks7010: refactor ks_wlan_set_wap functionSergio Paracuellos1-8/+6
2018-04-26staging: ks7010: align values in frequency_list arraySergio Paracuellos1-1/+2
2018-04-26staging: ks7010: use ether_addr_copy in ks_wlan_set_encode_extSergio Paracuellos1-1/+1
2018-04-26staging: ks7010: refactor ks_wlan_set_pmksa functionSergio Paracuellos1-24/+21
2018-04-26staging: ks7010: refactor ks_wlan_set_cts_mode functionSergio Paracuellos1-11/+6
2018-04-26staging: ks7010: refactor ks_wlan_set_preamble functionSergio Paracuellos1-6/+2
2018-04-26staging: ks7010: refactor ks_wlan_set_power_mgmt functionSergio Paracuellos1-15/+8
2018-04-26staging: ks7010: refactor ks_wlan_set_scan_type functionSergio Paracuellos1-6/+3
2018-04-26staging: ks7010: refactor ks_wlan_set_beacon_lost functionSergio Paracuellos1-5/+5
2018-04-25staging: ks7010: refactor hostif_sme_set_pmksa functionSergio Paracuellos1-8/+6
2018-04-25staging: ks7010: use ether_addr_copy in hostif_sme_multicast_setSergio Paracuellos1-1/+1
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