summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_wlan_net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: ks7010: reduce level of indentationTobin C. Harding2017-03-141-97/+98
* staging: ks7010: fix checkpatch memset warningTobin C. Harding2017-03-141-1/+1
* staging: ks7010: remove unnecessary castTobin C. Harding2017-03-141-1/+1
* staging: ks7010: remove unnecessary else statementTobin C. Harding2017-03-141-14/+14
* staging: ks7010: move comparison to right hand sideTobin C. Harding2017-03-141-1/+1
* staging: ks7010: remove multiple assignmentTobin C. Harding2017-03-141-2/+4
* staging: ks7010: remove dead codeTobin C. Harding2017-03-141-2/+0
* staging: ks7010: fix logical line continuationTobin C. Harding2017-03-141-2/+2
* staging: ks7010: fix checkpatch BLOCK_COMMENT_STYLETobin C. Harding2017-03-141-19/+32
* staging: ks7010: fix checkpatch SPACINGTobin C. Harding2017-03-141-106/+106
* Staging: ks7010: ks_*: Use preferred 'u8' kernel type over 'uint8_t'Shiva Kerdel2017-03-121-1/+1
* staging: ks7010: Unnecessary parentheses removed and improved coding style.Arushi Singhal2017-03-091-9/+9
* Staging: ks7010: ks_*: Braces should be used on all arms of these statementsShiva Kerdel2017-03-061-15/+27
* Staging: ks7010: Add required and preferred spaces around operatorsShiva Kerdel2017-02-161-2/+2
* Staging: ks7010: ks*: Remove redundant blank linesShiva Kerdel2017-02-161-2/+0
OpenPOWER on IntegriCloud