summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_wlan_net.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Staging: ks7010: ks_*: Removed blank lines before and after braces.Shiva Kerdel2017-02-121-5/+0
* staging: ks7010: Fix brace style issue in ks_wlan_net.cDavid Wittman2017-01-161-2/+3
* staging: ks7010: fixed 'space prohibited after that *' erros.Yamanappagouda Patil2016-12-061-6/+6
* staging: ks7010: Fixed 'missing blank line after declaration' warnings.Yamanappagouda Patil2016-12-061-0/+7
* Staging: ks7010: Fixed {} brace warnings for single statement blocks.Yamanappagouda Patil2016-11-291-106/+66
* staging: ks7010: ks_wlan_net: Use setup_timer instead of init_timer and data ...Wei Yongjun2016-10-251-3/+2
* staging: ks7010: Fixes warning :do not add new typedefsSabitha George2016-10-161-3/+3
* staging: ks7010: Fixes error "foo * bar should be foo *bar"Sabitha George2016-10-161-32/+32
* staging: ks7010: Replace asm/uaccess.h and asm/atomic.hSabitha George2016-10-161-2/+2
* staging: ks7010: remove unnecessary else statementEbru Akagunduz2016-10-161-2/+2
* staging: ks7010: Use printk format specifier for MAC addressesPontus Fuchs2016-10-161-7/+2
* Staging: ks7010: fix brace coding style issueMuraru Mihaela2016-10-161-82/+73
* staging: ks7010: ks_wlan_net: Use netdev_info instead of printkGeorgiana Rodica Chelu2016-09-271-38/+38
* staging: ks7010: ks_wlan_net: Use netdev_ instead of printkGeorgiana Rodica Chelu2016-09-271-10/+10
* staging: ks7010: ks_wlan_net: Remove return statement from void functionGeorgiana Rodica Chelu2016-09-251-4/+0
* staging: ks7010: ks_wlan_net: Remove unnecessary variable used to store retur...Georgiana Rodica Chelu2016-09-251-2/+1
* Staging: ks7010: remove unused function in ks_wlan_net.cBaoyou Xie2016-09-231-5/+0
* Staging: ks7010: Remove extern keyword from function declarationBhumika Goyal2016-09-171-4/+0
* Staging: ks7010: Replace memset with eth_zero_addrBhumika Goyal2016-09-171-3/+3
* staging: ks7010: remove unused including <linux/version.h>Wei Yongjun2016-09-161-1/+0
* staging: ks7010: Remove the explicit NULL comparisonsayli karnik2016-09-131-1/+1
* staging: ks7010: avoid dereferencing packet if it is nullColin Ian King2016-09-121-1/+1
* staging: ks7010: remove bogus NULL checksDan Carpenter2016-06-181-7/+4
* staging: ks7010: drop private handler for driver versionWolfram Sang2016-06-181-14/+1
* staging: ks7010: cleanup file headersWolfram Sang2016-06-071-5/+2
* staging: ks7010: adapt to new trans_start handlingWolfram Sang2016-06-071-1/+1
* staging: ks7010: indent ks_wlan_net.cWolfram Sang2016-06-071-1123/+1531
* staging: ks7010: remove unecessary typedefWolfram Sang2016-06-071-84/+84
* staging: ks7010: delete seperate debug headerWolfram Sang2016-06-071-1/+0
* staging: ks7010: remove code for old kernel versionsWolfram Sang2016-06-071-3/+0
* staging: ks7010: remove checks for WIRELESS_EXT versionWolfram Sang2016-06-071-14/+0
* staging: ks7010: add driver from Nanonote extra-repositoryWolfram Sang2016-06-071-0/+3157