summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_wlan_net.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: ks7010: Replace typecast to intWentao Cai2019-03-011-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: Remove unnecessary limit checksNathan Chancellor2018-05-081-3/+3
* staging: ks7010: refactor ks_get_wireless_stats functionSergio Paracuellos2018-05-071-7/+4Star
* staging: ks7010: refactor ks_wlan_set_mlme functionSergio Paracuellos2018-05-071-13/+10Star
* staging: ks7010: refactor ks_wlan_set_phy_type functionSergio Paracuellos2018-05-071-9/+6Star
* staging: ks7010: refactor ks_wlan_set_sleep_mode functionSergio Paracuellos2018-05-071-12/+10Star
* staging: ks7010: use ether_addr_copy in ks_wlan_net_startSergio Paracuellos2018-05-071-1/+1
* staging: ks7010: use ether_addr_copy in ks_wlan_set_mac_addressSergio Paracuellos2018-05-071-1/+1
* staging: ks7010: change type for rsn_enabled in wpa_status structSergio Paracuellos2018-05-071-2/+2
* staging: ks7010: move two preprocessor definitions to ks_wlan.hSergio Paracuellos2018-05-071-3/+1Star
* staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos2018-05-071-4/+1Star
* staging: ks7010: refactor ks_wlan_translate_scan functionSergio Paracuellos2018-04-261-84/+66Star
* staging: ks7010: avoid blank line between declarations in ks_wlan_get_aplistSergio Paracuellos2018-04-261-1/+0Star
* staging: ks7010: use ether_addr_copy in ks_wlan_get_aplistSergio Paracuellos2018-04-261-2/+1Star
* staging: ks7010: avoid if-else condition in ks_wlan_get_powerSergio Paracuellos2018-04-261-4/+1Star
* staging: ks7010: avoid an 'else' in ks_wlan_set_powerSergio Paracuellos2018-04-261-3/+2Star
* staging: ks7010: use ether_addr_copy in ks_wlan_get_wapSergio Paracuellos2018-04-261-1/+1
* staging: ks7010: refactor ks_wlan_set_wap functionSergio Paracuellos2018-04-261-8/+6Star
* staging: ks7010: align values in frequency_list arraySergio Paracuellos2018-04-261-1/+2
* staging: ks7010: use ether_addr_copy in ks_wlan_set_encode_extSergio Paracuellos2018-04-261-1/+1
* staging: ks7010: refactor ks_wlan_set_pmksa functionSergio Paracuellos2018-04-261-24/+21Star
* staging: ks7010: refactor ks_wlan_set_cts_mode functionSergio Paracuellos2018-04-261-11/+6Star
* staging: ks7010: refactor ks_wlan_set_preamble functionSergio Paracuellos2018-04-261-6/+2Star
* staging: ks7010: refactor ks_wlan_set_power_mgmt functionSergio Paracuellos2018-04-261-15/+8Star
* staging: ks7010: refactor ks_wlan_set_scan_type functionSergio Paracuellos2018-04-261-6/+3Star
* staging: ks7010: refactor ks_wlan_set_beacon_lost functionSergio Paracuellos2018-04-261-5/+5
* staging: ks7010: use ether_addr_copy() instead of custom copySergio Paracuellos2018-04-251-8/+1Star
* staging: ks7010: remove duplicated ks_wlan_handler_def declarationSergio Paracuellos2018-04-251-3/+0Star
* staging: ks7010: remove WPS definition conditional codeSergio Paracuellos2018-04-251-11/+0Star
* staging: ks7010: fix line exceding 80 characters in ks_wlan_get_rangeSergio Paracuellos2018-04-251-1/+2
* staging: ks7010: refactor ks_wlan_get_mode functionSergio Paracuellos2018-04-251-11/+2Star
* staging: ks7010: refactor ks_wlan_set_mode functionSergio Paracuellos2018-04-251-17/+6Star
* staging: ks7010: remove some duplicated definitions in ks_wlan_net.cSergio Paracuellos2018-04-251-6/+0Star
* staging: ks7010: remove KSC_OPNOTSUPP related codeSergio Paracuellos2018-04-251-79/+0Star
* staging: ks7010: use IW_HANDLER macro in ks_wlan_handlerSergio Paracuellos2018-04-251-233/+213Star
* staging: ks7010: change name and type for device_open_status fieldSergio Paracuellos2018-04-251-3/+2Star
* staging: ks7010: align comments in ks_wlan_private_handlerSergio Paracuellos2018-04-231-20/+19Star
* staging: ks7010: review includes of ks_wlan_net.c fileSergio Paracuellos2018-04-231-15/+3Star
* staging: ks7010: refactor ks_wlan_set_wps_enable functionSergio Paracuellos2018-04-231-3/+2Star
* staging: ks7010: refactor ks_wlan_set_tx_gain functionSergio Paracuellos2018-04-231-8/+3Star
* staging: ks7010: refactor ks_wlan_set_rx_gain functionSergio Paracuellos2018-04-231-8/+3Star
* staging: ks7010: change if-else condition assignment to use ternary operatorSergio Paracuellos2018-04-231-4/+1Star
* staging: ks7010: refactor ks_wlan_set_encode functionSergio Paracuellos2018-04-231-53/+31Star
* staging: ks7010: remove auxiliar zeros buffer in ks_wlan_get_encodeSergio Paracuellos2018-04-231-13/+4Star
* staging: ks7010: remove nosense #if 1 directiveSergio Paracuellos2018-04-231-2/+1Star
* staging: ks7010: Remove unnecessary casts in 'struct ks_wlan_handler_def'.Quytelda Kahja2018-04-231-3/+3
* staging: ks7010: Change 'device_open_status' to a bool.Quytelda Kahja2018-04-231-3/+2Star