summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-073-9/+9
|\
| * staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-031-0/+1
| * staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
| * staging: ks7010: remove redundant auth_type checkColin Ian King2019-03-191-9/+7
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
|/
* Staging: ks7010: Replace typecast to intWentao Cai2019-03-011-1/+1
* staging: ks7010: removed custom Michael MIC implementation.Jeremy Sowden2019-02-285-170/+93
* Staging: ks7010: Match alignments with open parenthesisBhanusree Pola2019-02-261-1/+1
* staging: ks7010: remove unnecessary parenthesesMatt McCoy2019-01-251-3/+3
* staging: ks7010: remove unnecessary blank lineJeeeun Evans2018-11-071-1/+0
* staging: ks7010: Remove extra blank lineMaya Nakamura2018-10-191-1/+0
* staging: ks7010: Remove unnecessary null checkAymen Qader2018-10-021-2/+2
* Merge 4.18-rc7 into staging-nextGreg Kroah-Hartman2018-07-301-6/+6
|\
| * staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set...Sergio Paracuellos2018-07-161-6/+6
* | staging: ks7010: remove redundant variable eth_protoColin Ian King2018-07-111-2/+0
|/
* staging: ks7010: avoid casting inside cpu_to_* assignmentsSergio Paracuellos2018-05-202-32/+31
* staging: ks7010: Remove unused defineNathan Chancellor2018-05-151-1/+0
* staging: ks7010: replace cast type in assignment in hostif_sme_set_pmksaSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsnSergio Paracuellos2018-05-141-3/+3
* staging: ks7010: change two parameter types in hostif_mic_failure_requestSergio Paracuellos2018-05-141-4/+3
* staging: ks7010: replace uint* type into the u* ones in hostif_bss_scan_requestSergio Paracuellos2018-05-141-4/+4
* staging: ks7010: replace cast types in assignments in hostif_phy_information_...Sergio Paracuellos2018-05-141-4/+4
* staging: ks7010: replace cast type in assignment in hostif_adhoc_set_requestSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: replace cast type in assignments in hostif_infrastructure_se...Sergio Paracuellos2018-05-141-2/+2
* staging: ks7010: use u16 as type for casting in hostif_ps_adhoc_set_requestSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: replace casts to use type u16 in init_requestSergio Paracuellos2018-05-141-3/+3
* staging: ks7010: use u16 as cast type in hostif_start_requestSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: avoid no needed cast in ks_wlan_capSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: change parameter type in hostif_mib_get_requestSergio Paracuellos2018-05-141-4/+3
* staging: ks7010: change some cast type from uint16_t to u16 in hostif_data_re...Sergio Paracuellos2018-05-141-7/+7
* staging: ks7010: use u16 as type for casting in hostif_data_indication_wpaSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: replace not standard uint type to unsigned intSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: replace uint8_t with u8 in ks_wlan_set_rx_gainSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: replace uint8_t with u8 in ks_wlan_set_tx_gainSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: change uint8_t casts to u8 in ks_wlan_set_rateSergio Paracuellos2018-05-141-4/+4
* staging: ks7010: change parameter type in ks_wlan_hw_rx functionSergio Paracuellos2018-05-141-3/+3
* staging: ks7010: change cast from uint16_t to u16Sergio Paracuellos2018-05-141-2/+2
* staging: ks7010: replace unsigned char type with u8Sergio Paracuellos2018-05-141-1/+1
* staging: ks7010: remove no necessary blank lineSergio Paracuellos2018-05-141-1/+0
* staging: ks7010: remove not used definition WPA_CAPABILITY_PREAUTHSergio Paracuellos2018-05-141-2/+0
* staging: ks7010: Remove unnecessary limit checksNathan Chancellor2018-05-081-3/+3
* staging: ks7010: review local variable types in hostif_phy_information_confirmSergio Paracuellos2018-05-061-4/+4
* staging: ks7010: use u32 instead of unsigned int in hostif_bss_scan_confirmSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: use u16 instead of unsigned short in hostif_connect_indicationSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: use u16 instead of unsigned short in hostif_data_indicationSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: use u16 instead of unsigned short in hostif_event_checkSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: refactor LOCAL_EEPROM_SUM case in hostif_mib_get_confirmSergio Paracuellos2018-05-061-10/+7
* staging: ks7010: use CIRC_CNT_TO_END macro in cnt_smeqbodySergio Paracuellos2018-05-061-3/+3
* staging: ks7010: refactor ks_get_wireless_stats functionSergio Paracuellos2018-05-061-7/+4
* staging: ks7010: refactor ks_wlan_set_mlme functionSergio Paracuellos2018-05-061-13/+10