summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_wlan_net.c
Commit message (Expand)AuthorAgeFilesLines
...
* staging: ks7010: review includes of ks_wlan_net.c fileSergio Paracuellos2018-04-231-15/+3
* staging: ks7010: refactor ks_wlan_set_wps_enable functionSergio Paracuellos2018-04-231-3/+2
* staging: ks7010: refactor ks_wlan_set_tx_gain functionSergio Paracuellos2018-04-231-8/+3
* staging: ks7010: refactor ks_wlan_set_rx_gain functionSergio Paracuellos2018-04-231-8/+3
* staging: ks7010: change if-else condition assignment to use ternary operatorSergio Paracuellos2018-04-231-4/+1
* staging: ks7010: refactor ks_wlan_set_encode functionSergio Paracuellos2018-04-231-53/+31
* staging: ks7010: remove auxiliar zeros buffer in ks_wlan_get_encodeSergio Paracuellos2018-04-231-13/+4
* staging: ks7010: remove nosense #if 1 directiveSergio Paracuellos2018-04-231-2/+1
* 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/+2
* staging: ks7010: Rename ks_wlan_set_multicast_list()Quytelda Kahja2018-04-231-3/+3
* staging: ks7010: Remove trailing _t from 'struct pmk_t'.Quytelda Kahja2018-04-231-4/+4
* staging: ks7010: Remove trailing _t from 'struct wpa_key_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Remove trailing _t from 'struct local_ap_t'.Quytelda Kahja2018-04-231-1/+1
* staging: ks7010: Use the ARRAY_SIZE() macro to calculate array sizes.Quytelda Kahja2018-04-231-4/+3
* staging: ks7010: Change mac_address_valid to a bool instead of int.Quytelda Kahja2018-03-291-2/+2
* staging: ks7010: Remove unecessary cast.Quytelda Kahja2018-03-291-1/+1
* staging: ks7010: remove some dead code from ks_wlan_set_essid functionSergio Paracuellos2018-03-291-15/+0
* staging: ks7010: replace DPRINTK traces in favour of netdev_*Sergio Paracuellos2018-03-191-17/+17
* staging: ks7010: remove useless DPRINTK tracesSergio Paracuellos2018-03-191-55/+1
* staging: ks7010: Replace local capability constants with kernel constants.Quytelda Kahja2018-03-011-3/+3
* Staging: ks7010: ks_wlan_net: Fixing coding style warningSUNIL KALLUR RAMEGOWDA2017-12-191-2/+2
* staging: ks7010: Convert timers to use timer_setup()Kees Cook2017-11-031-3/+2
* staging: ks7010: ks_wlan_net: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+10
* staging: ks7010: Fix cast to restricted __le16 in ks_wlan_net.cJanusz Lisiecki2017-07-161-1/+1
* staging: ks7010: fix spelling mistake: "errror" -> "error"Colin Ian King2017-06-291-1/+1
* staging: ks7010: avoid CamelCase in fields of struct local_gain_tJanusz Lisiecki2017-05-151-10/+10
* staging: ks7010: remove cast from netdev_priv()Tobin C. Harding2017-04-281-120/+64
* staging: ks7010: make abbreviation mgmt uniformTobin C. Harding2017-04-281-22/+22
* staging: ks7010: abstract connection statusTobin C. Harding2017-04-281-3/+24
* staging: ks7010: fix complete_handlerTobin C. Harding2017-04-181-8/+4
* staging: ks7010: fix checkpatch UNNECESSARY_ELSETobin C. Harding2017-04-111-16/+15
* staging: ks7010: fix checkpatch PARENTHESIS_ALIGNMENTTobin C. Harding2017-04-111-1/+1
* staging: ks7010: utilize local variableTobin C. Harding2017-04-111-4/+4
* staging: ks7010: simplify calls to memcpy()Tobin C. Harding2017-04-111-19/+12
* staging: ks7010: move null check before dereferenceTobin C. Harding2017-04-111-3/+2
* staging: ks7010: fix multi-way decisionTobin C. Harding2017-04-111-12/+2
* staging: ks7010: rename identifier rc to retTobin C. Harding2017-04-111-6/+5
* staging: ks7010: add explicit check to 'size' variablesTobin C. Harding2017-03-231-3/+3
* staging: ks7010: add explicit check to memcmp() callsTobin C. Harding2017-03-231-7/+6
* staging: ks7010: rename return value identifierTobin C. Harding2017-03-211-5/+5
* staging: ks7010: remove zero comparisonTobin C. Harding2017-03-211-2/+2
* staging: ks7010: return directly on errorTobin C. Harding2017-03-211-4/+3
* staging: ks7010: fix checkpatch PARENTHESIS_ALIGNMENTTobin C. Harding2017-03-211-8/+8
* staging: ks7010: fix checkpatch LINE_SPACINGTobin C. Harding2017-03-211-0/+1
* staging: ks7010: remove dead codeTobin C. Harding2017-03-161-294/+3
* staging: ks7010: remove superfluous commentsTobin C. Harding2017-03-161-131/+6
* staging: ks7010: remove custom return valuesTobin C. Harding2017-03-161-2/+2
* staging: ks7010: fix off by one errorTobin C. Harding2017-03-161-1/+1
* staging: ks7010: refactor, whitespace onlyTobin C. Harding2017-03-141-23/+13