summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_hostif.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ks7010: change name and type for device_open_status fieldSergio Paracuellos2018-04-251-1/+1
* staging: ks7010: avoid casts in michael_mic_function callsSergio Paracuellos2018-04-251-11/+6
* staging: ks7010: group some cases in switch-case block in hostif_mib_set_confirmSergio Paracuellos2018-04-231-6/+1
* staging: ks7010: refactor code for hostif_sme_sleep_set functionSergio Paracuellos2018-04-231-12/+6
* staging: ks7010: remove nonsense break from case blockSergio Paracuellos2018-04-231-1/+0
* staging: ks7010: change return value of ks_wlan_do_power_save functionSergio Paracuellos2018-04-231-3/+1
* staging: ks7010: remove KS_WLAN_MEM_FLAG definitionSergio Paracuellos2018-04-231-4/+2
* staging: ks7010: Remove trailing _t from 'struct michael_mic_t'.Quytelda Kahja2018-04-231-2/+2
* staging: ks7010: Remove trailing _t from 'struct pmk_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct mic_failure_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct wpa_key_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct local_ap_t'.Quytelda Kahja2018-04-231-5/+5
* staging: ks7010: Remove trailing _t from 'struct hostif_mic_failure_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_sleep_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_phy_information_reque...Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_bss_scan_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct association_response_t'.Quytelda Kahja2018-04-231-2/+2
* staging: ks7010: Remove trailing _t from 'struct association_request_t'.Quytelda Kahja2018-04-231-2/+2
* staging: ks7010: Remove trailing _t from 'struct hostif_adhoc_set2_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_adhoc_set_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_infrastructure_set_re...Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_ps_adhoc_set_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_stop_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct link_ap_info_t'.Quytelda Kahja2018-04-231-2/+2
* staging: ks7010: Remove trailing _t from 'struct ap_info_t'.Quytelda Kahja2018-04-231-4/+4
* staging: ks7010: Remove trailing _t from 'struct hostif_start_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_power_mgmt_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_mib_get_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct hostif_data_request_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct pmk_cache_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct rsn_mode_t'.Quytelda Kahja2018-04-231-2/+2
* staging: ks7010: Remove trailing _t from 'struct wpa_suite_t'.Quytelda Kahja2018-04-231-2/+2
* staging: ks7010: IS_OFDM_EXT_RATE macro with inline functionSergio Paracuellos2018-04-231-1/+1
* staging: ks7010: replace IS_11BG_RATE macro with inline functionSergio Paracuellos2018-04-231-1/+1
* staging: ks7010: replace IS_11B_RATE macro with inline functionSergio Paracuellos2018-04-231-1/+1
* staging: ks7010: Change mac_address_valid to a bool instead of int.Quytelda Kahja2018-03-291-2/+2
* staging: ks7010: avoid camel cases in MichaelMICFunctionSergio Paracuellos2018-03-291-12/+12
* staging: ks7010: factor out some functions from hostif_initSergio Paracuellos2018-03-281-24/+53
* staging: ks7010: avoid camel case in function name get_DWORDSergio Paracuellos2018-03-281-11/+10
* staging: ks7010: avoid camel case in function name get_WORDSergio Paracuellos2018-03-281-10/+9
* staging: ks7010: avoid camel case in function name get_BYTESergio Paracuellos2018-03-281-12/+11
* staging: ks7010: use lower case names in michael_mic_t struct fieldsSergio Paracuellos2018-03-281-4/+4
* staging: ks7010: Remove hostif_infrastructure_set2_request_t.Quytelda Kahja2018-03-231-46/+4
* staging: ks7010: Factor out repeated code for reading IEs.Quytelda Kahja2018-03-231-16/+15
* staging: ks7010: Replace memcmp() operation with ether_addr_equal().Quytelda Kahja2018-03-231-2/+3
* staging: ks7010: Factor out common members in request structs.Quytelda Kahja2018-03-231-37/+16
* staging: ks7010: Fix lines over 80 characters due to comments.Quytelda Kahja2018-03-231-7/+12
* staging: ks7010: Fix line over 80 characters.Quytelda Kahja2018-03-231-1/+2
* staging: ks7010: replace some custom defines with the ones in uapi/linux/if_e...Sergio Paracuellos2018-03-221-4/+4
OpenPOWER on IntegriCloud