aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010
AgeCommit message (Expand)AuthorFilesLines
2024-04-09staging: ks7010: replace open-coded module_sdio_driver()Krzysztof Kozlowski1-1/+1
2023-10-05staging: ks7010: disable bh on tx_dev_lockChengfeng Ye1-2/+2
2023-07-27staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext()Zhang Shurong1-2/+4
2023-03-25staging: ks7010: fix line ending with '('Khadija Kamran1-3/+2
2023-01-17staging: ks7010: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2022-11-09staging: ks7010: Avoid clashing function prototypesGustavo A. R. Silva1-122/+126
2022-10-22staging: ks7010: Update the TODO file for this driverPeter Robinson1-0/+3
2022-05-19staging: ks7010: remove null check after call container_of()Haowen Bai1-2/+0
2022-04-14staging: ks7010: coding style fix: use tabs for indentAliya Rahmani1-1/+1
2022-04-12staging/ks7010: replace SME taslet with workDavidlohr Bueso2-12/+11
2022-02-15staging/ks7010: Remove redundant 'flush_workqueue()' callsMinghao Chi (CGEL ZTE)1-3/+1
2021-10-20staging: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-2/+2
2021-10-13staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MICVegard Nossum1-0/+3
2021-07-27staging/ks7010: Remove all strcpy() uses in favor of strscpy()Len Baker1-5/+5
2021-07-27staging: ks7010: Fix the initialization of the 'sleep_status' structureChristophe JAILLET1-1/+1
2021-06-18staging: ks7010: Wrap macro definitions in parenthesisCaleb D.S. Brzezinski1-12/+12
2021-05-10staging: ks7010: ks_hostif: Remove a bunch of unused variablesLee Jones1-9/+5
2021-03-10staging: ks7010: prevent buffer overflow in ks_wlan_set_scan()Dan Carpenter1-2/+4
2020-11-06staging: ks7010: fix missing destroy_workqueue() on error in ks7010_sdio_probeQinglang Miao1-1/+3
2020-09-16staging: ks7010: convert tasklets to use new tasklet_setup() APIAllen Pais2-6/+6
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-07-31staging: ks7010: Use %pM format specifier for MAC addressesAndy Shevchenko1-8/+3
2020-07-28staging: ks7010: Use fallthrough pseudo-keywordGustavo A. R. Silva1-9/+9
2020-06-29staging: ks7010: fix ks_wlan_start_xmit()'s return typeLuc Van Oostenryck1-2/+2
2020-05-05staging: ks7010: remove me from CC listWolfram Sang1-1/+0
2020-03-10staging: ks7010: remove line over 80 charactersPayal Kshirsagar1-1/+2
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-06-24Revert "staging: ks7010: Fix build error"Greg Kroah-Hartman1-1/+0
2019-06-21staging: ks7010: Fix build errorYueHaibing1-0/+1
2019-05-30staging: ks7010: Remove initialisation in ks7010_sdio.cNishka Dasgupta1-1/+1
2019-05-30staging: ks7010: Merge multiple return variables in ks_hostif.cNishka Dasgupta1-4/+3
2019-05-30staging: ks7010: Remove initialisation in ks_hostif.cNishka Dasgupta1-1/+1
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-9/+9
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-19staging: ks7010: remove redundant auth_type checkColin Ian King1-9/+7
2019-03-01Staging: ks7010: Replace typecast to intWentao Cai1-1/+1
2019-02-28staging: ks7010: removed custom Michael MIC implementation.Jeremy Sowden5-170/+93
2019-02-26Staging: ks7010: Match alignments with open parenthesisBhanusree Pola1-1/+1
2019-01-25staging: ks7010: remove unnecessary parenthesesMatt McCoy1-3/+3
2018-11-07staging: ks7010: remove unnecessary blank lineJeeeun Evans1-1/+0
2018-10-19staging: ks7010: Remove extra blank lineMaya Nakamura1-1/+0
2018-10-02staging: ks7010: Remove unnecessary null checkAymen Qader1-2/+2
2018-07-30Merge 4.18-rc7 into staging-nextGreg Kroah-Hartman1-6/+6
2018-07-16staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set...Sergio Paracuellos1-6/+6
2018-07-11staging: ks7010: remove redundant variable eth_protoColin Ian King1-2/+0
2018-05-20staging: ks7010: avoid casting inside cpu_to_* assignmentsSergio Paracuellos2-32/+31
2018-05-15staging: ks7010: Remove unused defineNathan Chancellor1-1/+0
2018-05-14staging: ks7010: replace cast type in assignment in hostif_sme_set_pmksaSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsnSergio Paracuellos1-3/+3
2018-05-14staging: ks7010: change two parameter types in hostif_mic_failure_requestSergio Paracuellos1-4/+3
2018-05-14staging: ks7010: replace uint* type into the u* ones in hostif_bss_scan_requestSergio Paracuellos1-4/+4
2018-05-14staging: ks7010: replace cast types in assignments in hostif_phy_information_...Sergio Paracuellos1-4/+4
2018-05-14staging: ks7010: replace cast type in assignment in hostif_adhoc_set_requestSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: replace cast type in assignments in hostif_infrastructure_se...Sergio Paracuellos1-2/+2
2018-05-14staging: ks7010: use u16 as type for casting in hostif_ps_adhoc_set_requestSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: replace casts to use type u16 in init_requestSergio Paracuellos1-3/+3
2018-05-14staging: ks7010: use u16 as cast type in hostif_start_requestSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: avoid no needed cast in ks_wlan_capSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: change parameter type in hostif_mib_get_requestSergio Paracuellos1-4/+3
2018-05-14staging: ks7010: change some cast type from uint16_t to u16 in hostif_data_re...Sergio Paracuellos1-7/+7
2018-05-14staging: ks7010: use u16 as type for casting in hostif_data_indication_wpaSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: replace not standard uint type to unsigned intSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: replace uint8_t with u8 in ks_wlan_set_rx_gainSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: replace uint8_t with u8 in ks_wlan_set_tx_gainSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: change uint8_t casts to u8 in ks_wlan_set_rateSergio Paracuellos1-4/+4
2018-05-14staging: ks7010: change parameter type in ks_wlan_hw_rx functionSergio Paracuellos1-3/+3
2018-05-14staging: ks7010: change cast from uint16_t to u16Sergio Paracuellos1-2/+2
2018-05-14staging: ks7010: replace unsigned char type with u8Sergio Paracuellos1-1/+1
2018-05-14staging: ks7010: remove no necessary blank lineSergio Paracuellos1-1/+0
2018-05-14staging: ks7010: remove not used definition WPA_CAPABILITY_PREAUTHSergio Paracuellos1-2/+0
2018-05-08staging: ks7010: Remove unnecessary limit checksNathan Chancellor1-3/+3
2018-05-06staging: ks7010: review local variable types in hostif_phy_information_confirmSergio Paracuellos1-4/+4
2018-05-06staging: ks7010: use u32 instead of unsigned int in hostif_bss_scan_confirmSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use u16 instead of unsigned short in hostif_connect_indicationSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use u16 instead of unsigned short in hostif_data_indicationSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use u16 instead of unsigned short in hostif_event_checkSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: refactor LOCAL_EEPROM_SUM case in hostif_mib_get_confirmSergio Paracuellos1-10/+7
2018-05-06staging: ks7010: use CIRC_CNT_TO_END macro in cnt_smeqbodySergio Paracuellos1-3/+3
2018-05-06staging: ks7010: refactor ks_get_wireless_stats functionSergio Paracuellos1-7/+4
2018-05-06staging: ks7010: refactor ks_wlan_set_mlme functionSergio Paracuellos1-13/+10
2018-05-06staging: ks7010: refactor ks_wlan_set_phy_type functionSergio Paracuellos1-9/+6
2018-05-06staging: ks7010: refactor ks_wlan_set_sleep_mode functionSergio Paracuellos1-12/+10
2018-05-06staging: ks7010: use ether_addr_copy in ks_wlan_net_startSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use ether_addr_copy in ks_wlan_set_mac_addressSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: refactor hostif_sme_power_mgmt_set functionSergio Paracuellos1-23/+10
2018-05-06staging: ks7010: change parameter types in hostif_power_mgmt_requestSergio Paracuellos1-6/+5
2018-05-06staging: ks7010: refactor hostif_sme_set_rsn functionSergio Paracuellos1-101/+44
2018-05-06staging: ks7010: add blank line between after definitionsSergio Paracuellos1-0/+1
2018-05-06staging: ks7010: fix some style issues in ks_hostif.cSergio Paracuellos1-20/+26
2018-05-06staging: ks7010: factor out send_request_to_device functionSergio Paracuellos1-40/+20
2018-05-06staging: ks7010: move WLAN_EID_DS_PARAMS to different place inside switchSergio Paracuellos1-3/+1
2018-05-06staging: ks7010: use ether_addr_copy in get_ap_information functionSergio Paracuellos1-1/+1
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_re...Sergio 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
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
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 ...Sergio 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