aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_wlan_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20staging: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-07-27staging/ks7010: Remove all strcpy() uses in favor of strscpy()Len Baker1-5/+5
2021-03-10staging: ks7010: prevent buffer overflow in ks_wlan_set_scan()Dan Carpenter1-2/+4
2020-07-28staging: ks7010: Use fallthrough pseudo-keywordGustavo A. R. Silva1-9/+9
2020-06-29staging: ks7010: fix ks_wlan_start_xmit()'s return typeLuc Van Oostenryck1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-03-01Staging: ks7010: Replace typecast to intWentao Cai1-1/+1
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-08staging: ks7010: Remove unnecessary limit checksNathan Chancellor1-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: change type for rsn_enabled in wpa_status structSergio Paracuellos1-2/+2
2018-05-06staging: ks7010: move two preprocessor definitions to ks_wlan.hSergio Paracuellos1-3/+1
2018-05-06staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos1-4/+1
2018-04-26staging: ks7010: refactor ks_wlan_translate_scan functionSergio Paracuellos1-84/+66
2018-04-26staging: ks7010: avoid blank line between declarations in ks_wlan_get_aplistSergio Paracuellos1-1/+0
2018-04-26staging: ks7010: use ether_addr_copy in ks_wlan_get_aplistSergio Paracuellos1-2/+1
2018-04-26staging: ks7010: avoid if-else condition in ks_wlan_get_powerSergio Paracuellos1-4/+1
2018-04-26staging: ks7010: avoid an 'else' in ks_wlan_set_powerSergio Paracuellos1-3/+2
2018-04-26staging: ks7010: use ether_addr_copy in ks_wlan_get_wapSergio Paracuellos1-1/+1
2018-04-26staging: ks7010: refactor ks_wlan_set_wap functionSergio Paracuellos1-8/+6
2018-04-26staging: ks7010: align values in frequency_list arraySergio Paracuellos1-1/+2
2018-04-26staging: ks7010: use ether_addr_copy in ks_wlan_set_encode_extSergio Paracuellos1-1/+1
2018-04-26staging: ks7010: refactor ks_wlan_set_pmksa functionSergio Paracuellos1-24/+21
2018-04-26staging: ks7010: refactor ks_wlan_set_cts_mode functionSergio Paracuellos1-11/+6
2018-04-26staging: ks7010: refactor ks_wlan_set_preamble functionSergio Paracuellos1-6/+2
2018-04-26staging: ks7010: refactor ks_wlan_set_power_mgmt functionSergio Paracuellos1-15/+8
2018-04-26staging: ks7010: refactor ks_wlan_set_scan_type functionSergio Paracuellos1-6/+3
2018-04-26staging: ks7010: refactor ks_wlan_set_beacon_lost functionSergio Paracuellos1-5/+5
2018-04-25staging: ks7010: use ether_addr_copy() instead of custom copySergio Paracuellos1-8/+1
2018-04-25staging: ks7010: remove duplicated ks_wlan_handler_def declarationSergio Paracuellos1-3/+0
2018-04-25staging: ks7010: remove WPS definition conditional codeSergio Paracuellos1-11/+0
2018-04-25staging: ks7010: fix line exceding 80 characters in ks_wlan_get_rangeSergio Paracuellos1-1/+2
2018-04-25staging: ks7010: refactor ks_wlan_get_mode functionSergio Paracuellos1-11/+2
2018-04-25staging: ks7010: refactor ks_wlan_set_mode functionSergio Paracuellos1-17/+6
2018-04-25staging: ks7010: remove some duplicated definitions in ks_wlan_net.cSergio Paracuellos1-6/+0
2018-04-25staging: ks7010: remove KSC_OPNOTSUPP related codeSergio Paracuellos1-79/+0
2018-04-25staging: ks7010: use IW_HANDLER macro in ks_wlan_handlerSergio Paracuellos1-233/+213
2018-04-25staging: ks7010: change name and type for device_open_status fieldSergio Paracuellos1-3/+2
2018-04-23staging: ks7010: align comments in ks_wlan_private_handlerSergio Paracuellos1-20/+19
2018-04-23staging: ks7010: review includes of ks_wlan_net.c fileSergio Paracuellos1-15/+3
2018-04-23staging: ks7010: refactor ks_wlan_set_wps_enable functionSergio Paracuellos1-3/+2
2018-04-23staging: ks7010: refactor ks_wlan_set_tx_gain functionSergio Paracuellos1-8/+3