summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010
Commit message (Expand)AuthorAgeFilesLines
* Staging : ks7010 : Fix block comments warninigMuraru Mihaela2016-10-021-8/+16
* staging: ks7010: declare private functions staticSergio Paracuellos2016-09-281-3/+3
* staging: ks7010: Use __packed over __attribute__((packed))Matt Kilgore2016-09-273-54/+59
* staging: ks7010: Fix warnings on printk() usageSabitha George2016-09-271-7/+10
* 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: add blank line after variable declarationsJohan Svensson2016-09-231-0/+3
* staging: ks7010: Remove unnecessary variable used to store return valuesayli karnik2016-09-221-3/+2
* Staging: ks7010: michael_mic: Use "foo *bar" instead of "foo * bar".Sandhya Bankar2016-09-201-6/+6
* Staging: ks7010: Use "foo *bar" instead of "foo * bar".Sandhya Bankar2016-09-201-3/+3
* Staging: ks7010: Use "foo *bar" instead of "foo * bar"Sandhya Bankar2016-09-201-1/+1
* Staging: ks7010: Use sizeof structure *pointer over sizeof structure in kzall...Sandhya Bankar2016-09-201-1/+1
* staging: ks7010: Remove unnecessary variable used to store return valuesayli karnik2016-09-201-7/+3
* staging: ks7010: fixes typo in ks_hostif.cHariharan R2016-09-201-3/+3
* Staging: ks7010: Drop memory allocation cast.Sandhya Bankar2016-09-181-2/+1
* staging: ks7010: Remove extra round braces around expressions/variablessayli karnik2016-09-181-2/+2
* staging: ks7010: Remove the space after a type castsayli karnik2016-09-181-3/+3
* staging: ks7010: Remove unnecessary blank lines and commented codesayli karnik2016-09-181-5/+0
* staging: ks7010: Remove space after '(' and before ')'sayli karnik2016-09-181-6/+6
* staging: ks7010: Remove braces following single statement blockssayli karnik2016-09-181-20/+18
* staging: ks7010: Use #include <linux/atomic.h> instead of <asm/atomic.h>sayli karnik2016-09-181-1/+1
* Staging: ks7010: Remove extern keyword from function declarationBhumika Goyal2016-09-176-26/+20
* Staging: ks7010: Replace memset with eth_zero_addrBhumika Goyal2016-09-172-6/+7
* staging: ks7010: remove unused including <linux/version.h>Wei Yongjun2016-09-161-1/+0
* staging: ks7010: Remove the explicit cast on kmallocsayli karnik2016-09-161-31/+16
* staging: ks7010: Remove whitespace before newlineRehas Sachdeva2016-09-162-15/+15
* staging: ks7010: Remove the explicit NULL comparisonsayli karnik2016-09-133-23/+23
* staging: ks7010: fix two memory leaks on error return pathColin Ian King2016-09-121-0/+2
* staging: ks7010: avoid dereferencing packet if it is nullColin Ian King2016-09-121-1/+1
* staging: ks7010: fix warning on return for void functionsHariharan R2016-09-121-11/+0
* staging: ks7010: fix memory leakSudip Mukherjee2016-09-121-1/+1
* staging: ks7010: return on failureSudip Mukherjee2016-09-121-4/+2
* staging: ks7010: don't print skb->dev->name if skb is nullColin Ian King2016-08-211-4/+2
* staging: ks7010: declare private functions staticNicholas Mc Guire2016-08-211-2/+2
* staging: ks7010: fix wait_for_completion_interruptible_timeout return handlingNicholas Mc Guire2016-08-211-2/+6
* staging: ks7010: do not dereference priv if priv is nullColin Ian King2016-08-151-2/+2
* Staging: ks7010: michael_mic: fixed macros coding style issueBing Sun2016-08-151-7/+13
* staging: ks7010: Delete a variable in write_to_device()Markus Elfring2016-08-151-2/+1
* staging: ks7010: Delete unnecessary assignments for buffer variablesMarkus Elfring2016-08-151-4/+1
* staging: ks7010: Delete unnecessary checks before the function call "kfree"Markus Elfring2016-08-151-9/+4
* staging: ks7010: remove bogus NULL checksDan Carpenter2016-06-181-7/+4
* staging: ks7010: drop private handler for driver versionWolfram Sang2016-06-183-16/+2
* staging: ks7010: report interface as wlan not ethWolfram Sang2016-06-181-1/+1
* staging: ks7010: bail out when registering netdevice failsWolfram Sang2016-06-181-7/+5
* staging: ks7010: sdio: remove forward declarationsWolfram Sang2016-06-181-54/+46
* staging: ks7010: unify naming to ks7010Wolfram Sang2016-06-182-14/+15
* staging: ks7010: export sdio idsWolfram Sang2016-06-181-2/+3
OpenPOWER on IntegriCloud