summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_hostif.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ks7010: removed custom Michael MIC implementation.Jeremy Sowden2019-02-281-19/+92
* Staging: ks7010: Match alignments with open parenthesisBhanusree Pola2019-02-261-1/+1
* staging: ks7010: remove unnecessary parenthesesMatt McCoy2019-01-251-3/+3
* staging: ks7010: Remove extra blank lineMaya Nakamura2018-10-191-1/+0Star
* staging: ks7010: Remove unnecessary null checkAymen Qader2018-10-031-2/+2
* Merge 4.18-rc7 into staging-nextGreg Kroah-Hartman2018-07-301-6/+6
|\
| * staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set...Sergio Paracuellos2018-07-161-6/+6
* | staging: ks7010: remove redundant variable eth_protoColin Ian King2018-07-111-2/+0Star
|/
* staging: ks7010: avoid casting inside cpu_to_* assignmentsSergio Paracuellos2018-05-201-30/+29Star
* staging: ks7010: replace cast type in assignment in hostif_sme_set_pmksaSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsnSergio Paracuellos2018-05-141-3/+3
* staging: ks7010: change two parameter types in hostif_mic_failure_requestSergio Paracuellos2018-05-141-4/+3Star
* staging: ks7010: replace uint* type into the u* ones in hostif_bss_scan_requestSergio Paracuellos2018-05-141-4/+4
* staging: ks7010: replace cast types in assignments in hostif_phy_information_...Sergio Paracuellos2018-05-141-4/+4
* staging: ks7010: replace cast type in assignment in hostif_adhoc_set_requestSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: replace cast type in assignments in hostif_infrastructure_se...Sergio Paracuellos2018-05-141-2/+2
* staging: ks7010: use u16 as type for casting in hostif_ps_adhoc_set_requestSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: replace casts to use type u16 in init_requestSergio Paracuellos2018-05-141-3/+3
* staging: ks7010: use u16 as cast type in hostif_start_requestSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: avoid no needed cast in ks_wlan_capSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: change parameter type in hostif_mib_get_requestSergio Paracuellos2018-05-141-4/+3Star
* staging: ks7010: change some cast type from uint16_t to u16 in hostif_data_re...Sergio Paracuellos2018-05-141-7/+7
* staging: ks7010: use u16 as type for casting in hostif_data_indication_wpaSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: review local variable types in hostif_phy_information_confirmSergio Paracuellos2018-05-071-4/+4
* staging: ks7010: use u32 instead of unsigned int in hostif_bss_scan_confirmSergio Paracuellos2018-05-071-1/+1
* staging: ks7010: use u16 instead of unsigned short in hostif_connect_indicationSergio Paracuellos2018-05-071-1/+1
* staging: ks7010: use u16 instead of unsigned short in hostif_data_indicationSergio Paracuellos2018-05-071-1/+1
* staging: ks7010: use u16 instead of unsigned short in hostif_event_checkSergio Paracuellos2018-05-071-1/+1
* staging: ks7010: refactor LOCAL_EEPROM_SUM case in hostif_mib_get_confirmSergio Paracuellos2018-05-071-10/+7Star
* staging: ks7010: use CIRC_CNT_TO_END macro in cnt_smeqbodySergio Paracuellos2018-05-071-3/+3
* staging: ks7010: refactor hostif_sme_power_mgmt_set functionSergio Paracuellos2018-05-071-23/+10Star
* staging: ks7010: change parameter types in hostif_power_mgmt_requestSergio Paracuellos2018-05-071-6/+5Star
* staging: ks7010: refactor hostif_sme_set_rsn functionSergio Paracuellos2018-05-071-101/+44Star
* staging: ks7010: add blank line between after definitionsSergio Paracuellos2018-05-071-0/+1
* staging: ks7010: fix some style issues in ks_hostif.cSergio Paracuellos2018-05-071-20/+26
* staging: ks7010: factor out send_request_to_device functionSergio Paracuellos2018-05-071-40/+20Star
* staging: ks7010: move WLAN_EID_DS_PARAMS to different place inside switchSergio Paracuellos2018-05-071-3/+1Star
* staging: ks7010: use ether_addr_copy in get_ap_information functionSergio Paracuellos2018-05-071-1/+1
* staging: ks7010: use ether_addr_copy to copy ethernet address sa_dataSergio Paracuellos2018-05-071-2/+1Star
* staging: ks7010: change type for rsn_enabled in wpa_status structSergio Paracuellos2018-05-071-1/+1
* staging: ks7010: remove non sense comments in ks_hostif.c source fileSergio Paracuellos2018-05-071-8/+8
* staging: ks7010: avoid two long lines in hostif_sme_mode_setupSergio Paracuellos2018-05-071-2/+4
* staging: ks7010: move two preprocessor definitions to ks_wlan.hSergio Paracuellos2018-05-071-2/+2
* staging: ks7010: use ether_addr_copy in get_current_apSergio Paracuellos2018-05-071-1/+1
* staging: ks7010: add new helpers to achieve mib set request and simplify codeSergio Paracuellos2018-05-071-116/+109Star
* staging: ks7010: change parameter types and reorder them in hostif_mib_set_re...Sergio Paracuellos2018-05-071-70/+74
* staging: ks7010: clean SME_MIC_FAILURE_REQUEST case in hostif_sme_executeSergio Paracuellos2018-05-071-13/+10Star
* staging: ks7010: use the same parameter for 'event' in hostif_sme_enqueueSergio Paracuellos2018-05-071-1/+1
* staging: ks7010: remove missing WPS preprocessor conditional codeSergio Paracuellos2018-05-071-6/+0Star
* staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos2018-05-071-4/+1Star