aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010
AgeCommit message (Expand)AuthorFilesLines
2018-04-23staging: ks7010: Remove unused 'struct hostif_adhoc_set_confirm_t'.Quytelda Kahja1-5/+0
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_adhoc_set2_request_t'.Quytelda Kahja2-3/+3
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_adhoc_set_request_t'.Quytelda Kahja2-3/+3
2018-04-23staging: ks7010: Remove unused 'struct hostif_infrastructure_set_confirm_t'.Quytelda Kahja1-5/+0
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_infrastructure_set_request_t'.Quytelda Kahja2-3/+3
2018-04-23staging: ks7010: Remove unused 'struct hostif_ps_adhoc_set_confirm_t'.Quytelda Kahja1-5/+0
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_ps_adhoc_set_request_t'.Quytelda Kahja2-3/+3
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_request_t'.Quytelda Kahja2-6/+6
2018-04-23staging: ks7010: Remove unused 'struct hostif_stop_confirm_t'.Quytelda Kahja1-5/+0
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_stop_request_t'.Quytelda Kahja3-3/+3
2018-04-23staging: ks7010: Remove unused 'struct hostif_connect_indication_t'.Quytelda Kahja1-5/+0
2018-04-23staging: ks7010: Remove trailing _t from 'struct link_ap_info_t'.Quytelda Kahja2-4/+4
2018-04-23staging: ks7010: Remove trailing _t from 'struct ap_info_t'.Quytelda Kahja2-5/+5
2018-04-23staging: ks7010: Remove trailing _t from 'struct rate_set16_t'.Quytelda Kahja1-2/+2
2018-04-23staging: ks7010: Remove trailing _t from 'struct ibss_parms_t'.Quytelda Kahja1-2/+2
2018-04-23staging: ks7010: Remove trailing _t from 'struct cf_parms_t'.Quytelda Kahja1-2/+2
2018-04-23staging: ks7010: Remove trailing _t from 'struct ds_parms_t'.Quytelda Kahja1-2/+2
2018-04-23staging: ks7010: Remove trailing _t from 'struct fh_parms_t'.Quytelda Kahja1-2/+2
2018-04-23staging: ks7010: Remove trailing _t from 'struct rate_set8_t'.Quytelda Kahja1-3/+3
2018-04-23staging: ks7010: Remove trailing _t from 'struct ssid_t'.Quytelda Kahja1-5/+5
2018-04-23staging: ks7010: Remove unused 'struct hostif_start_confirm_t'.Quytelda Kahja1-5/+0
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_start_request_t'.Quytelda Kahja2-2/+2
2018-04-23staging: ks7010: Remove unused 'struct hostif_power_mgmt_confirm_t'.Quytelda Kahja1-5/+0
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_power_mgmt_request_t'.Quytelda Kahja2-2/+2
2018-04-23staging: ks7010: Remove unused 'struct hostif_mib_set_confirm_t'.Quytelda Kahja1-6/+0
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_mib_value_t'.Quytelda Kahja1-3/+3
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_mib_get_request_t'.Quytelda Kahja2-2/+2
2018-04-23staging: ks7010: Remove trailing _t from 'struct channel_list_t'.Quytelda Kahja1-4/+4
2018-04-23staging: ks7010: Remove unused 'struct hostif_data_indication_t'.Quytelda Kahja1-7/+0
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_data_request_t'.Quytelda Kahja2-2/+2
2018-04-23staging: ks7010: Remove trailing _t from 'struct pmk_cache_t'.Quytelda Kahja1-1/+1
2018-04-23staging: ks7010: Remove trailing _t from 'struct rsn_mode_t'.Quytelda Kahja1-2/+2
2018-04-23staging: ks7010: Remove trailing _t from 'struct wpa_suite_t'.Quytelda Kahja1-2/+2
2018-04-23staging: ks7010: Use the ARRAY_SIZE() macro to calculate array sizes.Quytelda Kahja1-4/+3
2018-04-23staging: ks7010: replace IS_HIF_CONF with inline functionSergio Paracuellos2-6/+8
2018-04-23staging: ks7010: replace IS_HIF_IND with inline functionSergio Paracuellos1-7/+11
2018-04-23staging: ks7010: IS_OFDM_EXT_RATE macro with inline functionSergio Paracuellos2-4/+9
2018-04-23staging: ks7010: replace IS_11BG_RATE macro with inline functionSergio Paracuellos2-2/+5
2018-04-23staging: ks7010: replace IS_OFDM_RATE macro with inline functionSergio Paracuellos1-5/+12
2018-04-23staging: ks7010: replace IS_11B_RATE macro with inline functionSergio Paracuellos2-4/+9
2018-03-29staging: ks7010: Remove unused member 'reg_net' from 'ks_wlan_private'.Quytelda Kahja1-1/+0
2018-03-29staging: ks7010: Change mac_address_valid to a bool instead of int.Quytelda Kahja3-5/+5
2018-03-29staging: ks7010: Remove unecessary cast.Quytelda Kahja1-1/+1
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_get_micSergio Paracuellos1-1/+1
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_appendSergio Paracuellos1-3/+3
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_initSergio Paracuellos1-1/+1
2018-03-29staging: ks7010: remove some dead code from ks_wlan_set_essid functionSergio Paracuellos1-15/+0
2018-03-29staging: ks7010: replace MichaelBlockFunction macro with inline functionSergio Paracuellos1-15/+16
2018-03-29staging: ks7010: replace GetUInt32 macro with get_unaligned_le32Sergio Paracuellos1-7/+4
2018-03-29staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()Sergio Paracuellos1-11/+3