aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-06staging: ks7010: refactor ks_wlan_set_phy_type functionSergio Paracuellos1-9/+6
2018-05-06staging: ks7010: refactor ks_wlan_set_sleep_mode functionSergio Paracuellos1-12/+10
2018-05-06staging: ks7010: use ether_addr_copy in ks_wlan_net_startSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use ether_addr_copy in ks_wlan_set_mac_addressSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: refactor hostif_sme_power_mgmt_set functionSergio Paracuellos1-23/+10
2018-05-06staging: ks7010: change parameter types in hostif_power_mgmt_requestSergio Paracuellos1-6/+5
2018-05-06staging: ks7010: refactor hostif_sme_set_rsn functionSergio Paracuellos1-101/+44
2018-05-06staging: ks7010: add blank line between after definitionsSergio Paracuellos1-0/+1
2018-05-06staging: ks7010: fix some style issues in ks_hostif.cSergio Paracuellos1-20/+26
2018-05-06staging: ks7010: factor out send_request_to_device functionSergio Paracuellos1-40/+20
2018-05-06staging: ks7010: move WLAN_EID_DS_PARAMS to different place inside switchSergio Paracuellos1-3/+1
2018-05-06staging: ks7010: use ether_addr_copy in get_ap_information functionSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: use ether_addr_copy to copy ethernet address sa_dataSergio Paracuellos1-2/+1
2018-05-06staging: ks7010: change type for rsn_enabled in wpa_status structSergio Paracuellos3-4/+4
2018-05-06staging: ks7010: remove non sense comments in ks_hostif.c source fileSergio Paracuellos1-8/+8
2018-05-06staging: ks7010: avoid two long lines in hostif_sme_mode_setupSergio Paracuellos1-2/+4
2018-05-06staging: ks7010: move two preprocessor definitions to ks_wlan.hSergio Paracuellos3-5/+6
2018-05-06staging: ks7010: use ether_addr_copy in get_current_apSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: add new helpers to achieve mib set request and simplify codeSergio Paracuellos1-116/+109
2018-05-06staging: ks7010: change parameter types and reorder them in hostif_mib_set_requestSergio Paracuellos1-70/+74
2018-05-06staging: ks7010: change some casts from uint8_t to u8 in ks_hostif headerSergio Paracuellos1-12/+12
2018-05-06staging: ks7010: conver MIB attributes preprocessor defs into an enumSergio Paracuellos1-45/+85
2018-05-06staging: ks7010: convert MIB preprocessor defs into an enumSergio Paracuellos1-5/+16
2018-05-06staging: ks7010: clean SME_MIC_FAILURE_REQUEST case in hostif_sme_executeSergio Paracuellos1-13/+10
2018-05-06staging: ks7010: remove nonsense comment in ks_wlan.h fileSergio Paracuellos1-25/+24
2018-05-06staging: ks7010: change local variable type in ks_wlan_hw_rxSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: refactor ks7010_sme_enqueue_events functionSergio Paracuellos1-18/+13
2018-05-06staging: ks7010: use the same parameter for 'event' in hostif_sme_enqueueSergio Paracuellos2-2/+2
2018-05-06staging: ks7010: change local variable type in ks7010_sdio_init_irqsSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: change some local variables type in ks_sdio_interruptSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: change local variable type in ks7010_rw_functionSergio Paracuellos1-1/+1
2018-05-06staging: ks7010: change local variable type in _ks_wlan_hw_power_saveSergio Paracuellos1-1/+1