aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-9/+9
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-19staging: ks7010: remove redundant auth_type checkColin Ian King1-9/+7
2019-03-01Staging: ks7010: Replace typecast to intWentao Cai1-1/+1
2019-02-28staging: ks7010: removed custom Michael MIC implementation.Jeremy Sowden5-170/+93
2019-02-26Staging: ks7010: Match alignments with open parenthesisBhanusree Pola1-1/+1
2019-01-25staging: ks7010: remove unnecessary parenthesesMatt McCoy1-3/+3
2018-11-07staging: ks7010: remove unnecessary blank lineJeeeun Evans1-1/+0
2018-10-19staging: ks7010: Remove extra blank lineMaya Nakamura1-1/+0
2018-10-02staging: ks7010: Remove unnecessary null checkAymen Qader1-2/+2
2018-07-30Merge 4.18-rc7 into staging-nextGreg Kroah-Hartman1-6/+6
2018-07-16staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set_request_bool'Sergio Paracuellos1-6/+6
2018-07-11staging: ks7010: remove redundant variable eth_protoColin Ian King1-2/+0
2018-05-20staging: ks7010: avoid casting inside cpu_to_* assignmentsSergio Paracuellos2-32/+31
2018-05-15staging: ks7010: Remove unused defineNathan Chancellor1-1/+0
2018-05-14staging: ks7010: replace cast type in assignment in hostif_sme_set_pmksaSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsnSergio Paracuellos1-3/+3
2018-05-14staging: ks7010: change two parameter types in hostif_mic_failure_requestSergio Paracuellos1-4/+3
2018-05-14staging: ks7010: replace uint* type into the u* ones in hostif_bss_scan_requestSergio Paracuellos1-4/+4
2018-05-14staging: ks7010: replace cast types in assignments in hostif_phy_information_requestSergio Paracuellos1-4/+4
2018-05-14staging: ks7010: replace cast type in assignment in hostif_adhoc_set_requestSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: replace cast type in assignments in hostif_infrastructure_set_requestSergio Paracuellos1-2/+2
2018-05-14staging: ks7010: use u16 as type for casting in hostif_ps_adhoc_set_requestSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: replace casts to use type u16 in init_requestSergio Paracuellos1-3/+3
2018-05-14staging: ks7010: use u16 as cast type in hostif_start_requestSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: avoid no needed cast in ks_wlan_capSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: change parameter type in hostif_mib_get_requestSergio Paracuellos1-4/+3
2018-05-14staging: ks7010: change some cast type from uint16_t to u16 in hostif_data_requestSergio Paracuellos1-7/+7
2018-05-14staging: ks7010: use u16 as type for casting in hostif_data_indication_wpaSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: replace not standard uint type to unsigned intSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: replace uint8_t with u8 in ks_wlan_set_rx_gainSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: replace uint8_t with u8 in ks_wlan_set_tx_gainSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: change uint8_t casts to u8 in ks_wlan_set_rateSergio Paracuellos1-4/+4
2018-05-14staging: ks7010: change parameter type in ks_wlan_hw_rx functionSergio Paracuellos1-3/+3
2018-05-14staging: ks7010: change cast from uint16_t to u16Sergio Paracuellos1-2/+2
2018-05-14staging: ks7010: replace unsigned char type with u8Sergio Paracuellos1-1/+1
2018-05-14staging: ks7010: remove no necessary blank lineSergio Paracuellos1-1/+0
2018-05-14staging: ks7010: remove not used definition WPA_CAPABILITY_PREAUTHSergio Paracuellos1-2/+0
2018-05-08staging: ks7010: Remove unnecessary limit checksNathan Chancellor1-3/+3
2018-05-06staging: ks7010: review local variable types in hostif_phy_information_confirmSergio Paracuellos1-4/+4
2018-05-06staging: ks7010: use u32 instead of unsigned int in hostif_bss_scan_confirmSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use u16 instead of unsigned short in hostif_connect_indicationSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use u16 instead of unsigned short in hostif_data_indicationSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use u16 instead of unsigned short in hostif_event_checkSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: refactor LOCAL_EEPROM_SUM case in hostif_mib_get_confirmSergio Paracuellos1-10/+7
2018-05-06staging: ks7010: use CIRC_CNT_TO_END macro in cnt_smeqbodySergio Paracuellos1-3/+3
2018-05-06staging: ks7010: refactor ks_get_wireless_stats functionSergio Paracuellos1-7/+4
2018-05-06staging: ks7010: refactor ks_wlan_set_mlme functionSergio Paracuellos1-13/+10