summaryrefslogtreecommitdiff
path: root/drivers/staging/ks7010/ks_wlan_net.c
AgeCommit message (Expand)Author
2019-03-01Staging: ks7010: Replace typecast to intWentao Cai
2018-05-14staging: ks7010: replace uint8_t with u8 in ks_wlan_set_rx_gainSergio Paracuellos
2018-05-14staging: ks7010: replace uint8_t with u8 in ks_wlan_set_tx_gainSergio Paracuellos
2018-05-14staging: ks7010: change uint8_t casts to u8 in ks_wlan_set_rateSergio Paracuellos
2018-05-08staging: ks7010: Remove unnecessary limit checksNathan Chancellor
2018-05-06staging: ks7010: refactor ks_get_wireless_stats functionSergio Paracuellos
2018-05-06staging: ks7010: refactor ks_wlan_set_mlme functionSergio Paracuellos
2018-05-06staging: ks7010: refactor ks_wlan_set_phy_type functionSergio Paracuellos
2018-05-06staging: ks7010: refactor ks_wlan_set_sleep_mode functionSergio Paracuellos
2018-05-06staging: ks7010: use ether_addr_copy in ks_wlan_net_startSergio Paracuellos
2018-05-06staging: ks7010: use ether_addr_copy in ks_wlan_set_mac_addressSergio Paracuellos
2018-05-06staging: ks7010: change type for rsn_enabled in wpa_status structSergio Paracuellos
2018-05-06staging: ks7010: move two preprocessor definitions to ks_wlan.hSergio Paracuellos
2018-05-06staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos
2018-04-26staging: ks7010: refactor ks_wlan_translate_scan functionSergio Paracuellos
2018-04-26staging: ks7010: avoid blank line between declarations in ks_wlan_get_aplistSergio Paracuellos
2018-04-26staging: ks7010: use ether_addr_copy in ks_wlan_get_aplistSergio Paracuellos
2018-04-26staging: ks7010: avoid if-else condition in ks_wlan_get_powerSergio Paracuellos
2018-04-26staging: ks7010: avoid an 'else' in ks_wlan_set_powerSergio Paracuellos
2018-04-26staging: ks7010: use ether_addr_copy in ks_wlan_get_wapSergio Paracuellos
2018-04-26staging: ks7010: refactor ks_wlan_set_wap functionSergio Paracuellos
2018-04-26staging: ks7010: align values in frequency_list arraySergio Paracuellos
2018-04-26staging: ks7010: use ether_addr_copy in ks_wlan_set_encode_extSergio Paracuellos
2018-04-26staging: ks7010: refactor ks_wlan_set_pmksa functionSergio Paracuellos
2018-04-26staging: ks7010: refactor ks_wlan_set_cts_mode functionSergio Paracuellos
2018-04-26staging: ks7010: refactor ks_wlan_set_preamble functionSergio Paracuellos
2018-04-26staging: ks7010: refactor ks_wlan_set_power_mgmt functionSergio Paracuellos
2018-04-26staging: ks7010: refactor ks_wlan_set_scan_type functionSergio Paracuellos
2018-04-26staging: ks7010: refactor ks_wlan_set_beacon_lost functionSergio Paracuellos
2018-04-25staging: ks7010: use ether_addr_copy() instead of custom copySergio Paracuellos
2018-04-25staging: ks7010: remove duplicated ks_wlan_handler_def declarationSergio Paracuellos
2018-04-25staging: ks7010: remove WPS definition conditional codeSergio Paracuellos
2018-04-25staging: ks7010: fix line exceding 80 characters in ks_wlan_get_rangeSergio Paracuellos
2018-04-25staging: ks7010: refactor ks_wlan_get_mode functionSergio Paracuellos
2018-04-25staging: ks7010: refactor ks_wlan_set_mode functionSergio Paracuellos
2018-04-25staging: ks7010: remove some duplicated definitions in ks_wlan_net.cSergio Paracuellos
2018-04-25staging: ks7010: remove KSC_OPNOTSUPP related codeSergio Paracuellos
2018-04-25staging: ks7010: use IW_HANDLER macro in ks_wlan_handlerSergio Paracuellos
2018-04-25staging: ks7010: change name and type for device_open_status fieldSergio Paracuellos
2018-04-23staging: ks7010: align comments in ks_wlan_private_handlerSergio Paracuellos
2018-04-23staging: ks7010: review includes of ks_wlan_net.c fileSergio Paracuellos
2018-04-23staging: ks7010: refactor ks_wlan_set_wps_enable functionSergio Paracuellos
2018-04-23staging: ks7010: refactor ks_wlan_set_tx_gain functionSergio Paracuellos
2018-04-23staging: ks7010: refactor ks_wlan_set_rx_gain functionSergio Paracuellos
2018-04-23staging: ks7010: change if-else condition assignment to use ternary operatorSergio Paracuellos
2018-04-23staging: ks7010: refactor ks_wlan_set_encode functionSergio Paracuellos
2018-04-23staging: ks7010: remove auxiliar zeros buffer in ks_wlan_get_encodeSergio Paracuellos
2018-04-23staging: ks7010: remove nosense #if 1 directiveSergio Paracuellos
2018-04-23staging: ks7010: Remove unnecessary casts in 'struct ks_wlan_handler_def'.Quytelda Kahja
2018-04-23staging: ks7010: Change 'device_open_status' to a bool.Quytelda Kahja