summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_wlan_net.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext()Zhang Shurong2023-07-271-2/+4
* staging: ks7010: use strscpy() to instead of strncpy()Xu Panda2023-01-171-2/+1
* staging: ks7010: Avoid clashing function prototypesGustavo A. R. Silva2022-11-091-122/+126
* staging: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-201-1/+1
* staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-201-1/+1
* staging/ks7010: Remove all strcpy() uses in favor of strscpy()Len Baker2021-07-271-5/+5
* staging: ks7010: prevent buffer overflow in ks_wlan_set_scan()Dan Carpenter2021-03-101-2/+4
* staging: ks7010: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-281-9/+9
* staging: ks7010: fix ks_wlan_start_xmit()'s return typeLuc Van Oostenryck2020-06-291-2/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* 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-061-7/+4
* staging: ks7010: refactor ks_wlan_set_mlme functionSergio Paracuellos2018-05-061-13/+10
* staging: ks7010: refactor ks_wlan_set_phy_type functionSergio Paracuellos2018-05-061-9/+6
* staging: ks7010: refactor ks_wlan_set_sleep_mode functionSergio Paracuellos2018-05-061-12/+10
* staging: ks7010: use ether_addr_copy in ks_wlan_net_startSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: use ether_addr_copy in ks_wlan_set_mac_addressSergio Paracuellos2018-05-061-1/+1
* staging: ks7010: change type for rsn_enabled in wpa_status structSergio Paracuellos2018-05-061-2/+2
* staging: ks7010: move two preprocessor definitions to ks_wlan.hSergio Paracuellos2018-05-061-3/+1
* staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos2018-05-061-4/+1
* staging: ks7010: refactor ks_wlan_translate_scan functionSergio Paracuellos2018-04-261-84/+66
* staging: ks7010: avoid blank line between declarations in ks_wlan_get_aplistSergio Paracuellos2018-04-261-1/+0
* staging: ks7010: use ether_addr_copy in ks_wlan_get_aplistSergio Paracuellos2018-04-261-2/+1
* staging: ks7010: avoid if-else condition in ks_wlan_get_powerSergio Paracuellos2018-04-261-4/+1
* staging: ks7010: avoid an 'else' in ks_wlan_set_powerSergio Paracuellos2018-04-261-3/+2
* 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/+6
* 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/+21
* staging: ks7010: refactor ks_wlan_set_cts_mode functionSergio Paracuellos2018-04-261-11/+6
* staging: ks7010: refactor ks_wlan_set_preamble functionSergio Paracuellos2018-04-261-6/+2
* staging: ks7010: refactor ks_wlan_set_power_mgmt functionSergio Paracuellos2018-04-261-15/+8
* staging: ks7010: refactor ks_wlan_set_scan_type functionSergio Paracuellos2018-04-261-6/+3
* 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/+1
* staging: ks7010: remove duplicated ks_wlan_handler_def declarationSergio Paracuellos2018-04-251-3/+0
* staging: ks7010: remove WPS definition conditional codeSergio Paracuellos2018-04-251-11/+0
* 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/+2
* staging: ks7010: refactor ks_wlan_set_mode functionSergio Paracuellos2018-04-251-17/+6
* staging: ks7010: remove some duplicated definitions in ks_wlan_net.cSergio Paracuellos2018-04-251-6/+0
* staging: ks7010: remove KSC_OPNOTSUPP related codeSergio Paracuellos2018-04-251-79/+0
* staging: ks7010: use IW_HANDLER macro in ks_wlan_handlerSergio Paracuellos2018-04-251-233/+213
* staging: ks7010: change name and type for device_open_status fieldSergio Paracuellos2018-04-251-3/+2
* staging: ks7010: align comments in ks_wlan_private_handlerSergio Paracuellos2018-04-231-20/+19