summaryrefslogtreecommitdiff
path: root/drivers/staging/ks7010/ks_hostif.c
AgeCommit message (Expand)Author
2018-05-14staging: ks7010: replace cast type in assignments in hostif_infrastructure_se...Sergio Paracuellos
2018-05-14staging: ks7010: use u16 as type for casting in hostif_ps_adhoc_set_requestSergio Paracuellos
2018-05-14staging: ks7010: replace casts to use type u16 in init_requestSergio Paracuellos
2018-05-14staging: ks7010: use u16 as cast type in hostif_start_requestSergio Paracuellos
2018-05-14staging: ks7010: avoid no needed cast in ks_wlan_capSergio Paracuellos
2018-05-14staging: ks7010: change parameter type in hostif_mib_get_requestSergio Paracuellos
2018-05-14staging: ks7010: change some cast type from uint16_t to u16 in hostif_data_re...Sergio Paracuellos
2018-05-14staging: ks7010: use u16 as type for casting in hostif_data_indication_wpaSergio Paracuellos
2018-05-06staging: ks7010: review local variable types in hostif_phy_information_confirmSergio Paracuellos
2018-05-06staging: ks7010: use u32 instead of unsigned int in hostif_bss_scan_confirmSergio Paracuellos
2018-05-06staging: ks7010: use u16 instead of unsigned short in hostif_connect_indicationSergio Paracuellos
2018-05-06staging: ks7010: use u16 instead of unsigned short in hostif_data_indicationSergio Paracuellos
2018-05-06staging: ks7010: use u16 instead of unsigned short in hostif_event_checkSergio Paracuellos
2018-05-06staging: ks7010: refactor LOCAL_EEPROM_SUM case in hostif_mib_get_confirmSergio Paracuellos
2018-05-06staging: ks7010: use CIRC_CNT_TO_END macro in cnt_smeqbodySergio Paracuellos
2018-05-06staging: ks7010: refactor hostif_sme_power_mgmt_set functionSergio Paracuellos
2018-05-06staging: ks7010: change parameter types in hostif_power_mgmt_requestSergio Paracuellos
2018-05-06staging: ks7010: refactor hostif_sme_set_rsn functionSergio Paracuellos
2018-05-06staging: ks7010: add blank line between after definitionsSergio Paracuellos
2018-05-06staging: ks7010: fix some style issues in ks_hostif.cSergio Paracuellos
2018-05-06staging: ks7010: factor out send_request_to_device functionSergio Paracuellos
2018-05-06staging: ks7010: move WLAN_EID_DS_PARAMS to different place inside switchSergio Paracuellos
2018-05-06staging: ks7010: use ether_addr_copy in get_ap_information functionSergio Paracuellos
2018-05-06staging: ks7010: use ether_addr_copy to copy ethernet address sa_dataSergio Paracuellos
2018-05-06staging: ks7010: change type for rsn_enabled in wpa_status structSergio Paracuellos
2018-05-06staging: ks7010: remove non sense comments in ks_hostif.c source fileSergio Paracuellos
2018-05-06staging: ks7010: avoid two long lines in hostif_sme_mode_setupSergio Paracuellos
2018-05-06staging: ks7010: move two preprocessor definitions to ks_wlan.hSergio Paracuellos
2018-05-06staging: ks7010: use ether_addr_copy in get_current_apSergio Paracuellos
2018-05-06staging: ks7010: add new helpers to achieve mib set request and simplify codeSergio Paracuellos
2018-05-06staging: ks7010: change parameter types and reorder them in hostif_mib_set_re...Sergio Paracuellos
2018-05-06staging: ks7010: clean SME_MIC_FAILURE_REQUEST case in hostif_sme_executeSergio Paracuellos
2018-05-06staging: ks7010: use the same parameter for 'event' in hostif_sme_enqueueSergio Paracuellos
2018-05-06staging: ks7010: remove missing WPS preprocessor conditional codeSergio Paracuellos
2018-05-06staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos
2018-04-25staging: ks7010: refactor hostif_sme_set_pmksa functionSergio Paracuellos
2018-04-25staging: ks7010: use ether_addr_copy in hostif_sme_multicast_setSergio Paracuellos
2018-04-25staging: ks7010: use ether_addr_equal in hostif_data_requestSergio Paracuellos
2018-04-25staging: ks7010: use ether_addr_equal in hostif_data_indicationSergio Paracuellos
2018-04-25staging: ks7010: use ether_addr_copy in hostif_mib_get_confirmSergio Paracuellos
2018-04-25staging: ks7010: avoid use of brackets in single line ifSergio Paracuellos
2018-04-25staging: ks7010: refactor hostif_sme_power_mgmt_set functionSergio Paracuellos
2018-04-25staging: ks7010: use definitions from kernel headers in hostif_data_indicatio...Sergio Paracuellos
2018-04-25staging: ks7010: join some debug traces in get_current_ap functionSergio Paracuellos
2018-04-25staging: ks7010: avoid some if-else code in get_current_ap functionSergio Paracuellos
2018-04-25staging: ks7010: review includes of ks_hostif fileSergio Paracuellos
2018-04-25staging: ks7010: avoid blank line between definitions in hostif_data_requestSergio Paracuellos
2018-04-25staging: ks7010: fix warning aout long line in init_requestSergio Paracuellos
2018-04-25staging: ks7010: remove superfluous comments in ks_hostif source fileSergio Paracuellos
2018-04-25staging: ks7010: avoid one level indentation in devio_rec_ind functionSergio Paracuellos