blob: 9d506312bf91c36cc48f9c256ca6141e2b3eff5c [file] [log] [blame]
8b523f20417d ("staging: ks7010: removed custom Michael MIC implementation.")
dca6eaa8a230 ("staging: ks7010: remove unnecessary blank line")
8b8429b00086 ("staging: ks7010: Remove extra blank line")
b2d187cc765a ("staging: ks7010: avoid casting inside cpu_to_* assignments")
b7369066571e ("staging: ks7010: replace cast type in assignment in hostif_sme_set_pmksa")
88c80162329c ("staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsn")
dea2f1fb84c8 ("staging: ks7010: replace uint* type into the u* ones in hostif_bss_scan_request")
9a1420e7a525 ("staging: ks7010: replace cast types in assignments in hostif_phy_information_request")
bcbd1f18417f ("staging: ks7010: replace cast type in assignment in hostif_adhoc_set_request")
78e241718151 ("staging: ks7010: replace cast type in assignments in hostif_infrastructure_set_request")
889d7063305f ("staging: ks7010: use u16 as type for casting in hostif_ps_adhoc_set_request")
22bef0664925 ("staging: ks7010: replace casts to use type u16 in init_request")
5503fd5afd8e ("staging: ks7010: use u16 as cast type in hostif_start_request")
521d3f26bc86 ("staging: ks7010: change some cast type from uint16_t to u16 in hostif_data_request")
83911837f892 ("staging: ks7010: change cast from uint16_t to u16")
5089cd418962 ("staging: ks7010: use CIRC_CNT_TO_END macro in cnt_smeqbody")
f20703b4cf11 ("staging: ks7010: refactor hostif_sme_set_rsn function")
8ce76bff0e6a ("staging: ks7010: add new helpers to achieve mib set request and simplify code")
80020cd7a6bf ("staging: ks7010: change parameter types and reorder them in hostif_mib_set_request")
f398c5f4de79 ("staging: ks7010: clean SME_MIC_FAILURE_REQUEST case in hostif_sme_execute")
a0a954b151d0 ("staging: ks7010: add SPDX identifiers to all files")
c9f906810d9b ("staging: ks7010: refactor hostif_sme_set_pmksa function")
3df372e0595d ("staging: ks7010: review includes of ks_hostif file")
25b5fc27bc53 ("staging: ks7010: remove superfluous comments in ks_hostif source file")
81dac3c2c939 ("staging: ks7010: avoid one level indentation in devio_rec_ind function")
d892cc1cfe0c ("staging: ks7010: change name and type for device_open_status field")
5e5cd8089ae9 ("staging: ks7010: avoid casts in michael_mic_function calls")
91e772246e86 ("staging: ks7010: review includes of michael_mic.c file")
f2052072fbe4 ("staging: ks7010: remove '\' character from michael_block function")
8102f61d453e ("staging: ks7010: Change 'device_open_status' to a bool.")
e5082ba1d0a3 ("staging: ks7010: Remove trailing _t from 'struct michael_mic_t'.")
b74024743e25 ("staging: ks7010: Remove trailing _t from 'struct pmk_t'.")
9b0b63a4d126 ("staging: ks7010: Remove trailing _t from 'struct mic_failure_t'.")
eafb5e292897 ("staging: ks7010: Remove trailing _t from 'struct scan_ext_t'.")
f4fb42e4e695 ("staging: ks7010: Remove trailing _t from 'struct rsn_mode_t'.")
c5ad1e944a07 ("staging: ks7010: Remove trailing _t from 'struct wpa_suite_t'.")
f40cd66b45b3 ("staging: ks7010: Change mac_address_valid to a bool instead of int.")
e8f7cac0a4b2 ("staging: ks7010: replace uint8_t in favour of u8 in michael_get_mic")
7d89799a04d7 ("staging: ks7010: replace uint8_t in favour of u8 in michael_append")
a63be5d94755 ("staging: ks7010: replace uint8_t in favour of u8 in michael_init")
c61cc2cc3be3 ("staging: ks7010: replace MichaelBlockFunction macro with inline function")
f7380a88dacc ("staging: ks7010: replace GetUInt32 macro with get_unaligned_le32")
8da5b3e7f794 ("staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()")
9018154f1bac ("staging: ks7010: avoid camel cases in MichaelGetMIC function")
ca0bda153137 ("staging: ks7010: replace macro MichaelClear with inline function")
79955850b180 ("staging: ks7010: avoid camel cases in MichaelAppend function")
808a05c007cd ("staging: ks7010: avoid camel cases for MichaelInitFunction")
c9be56329a39 ("staging: ks7010: avoid camel cases in MichaelMICFunction")
ef3f0d5f8224 ("staging: ks7010: avoid camel case in function name get_WORD")
16b102e78152 ("staging: ks7010: use lower case names in michael_mic_t struct fields")