summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: fix alignments to match open parenthesisAjay Singh2018-01-233-22/+22
* staging: wilc1000: removed unnecessary defined enums typedefAjay Singh2018-01-231-36/+36
* staging: wilc1000: remove unnecessary use of parenthesesAjay Singh2018-01-238-51/+51
* staging: wilc1000: rename strStatistics & tenuAuth_type to avoid camelCaseAjay Singh2018-01-171-15/+15
* staging: wilc1000: rename pstrCfgParamVal varaible in set_wiphy_params()Ajay Singh2018-01-171-11/+11
* staging: wilc1000: rename strStaParams variable to avoid camelCaseAjay Singh2018-01-171-22/+22
* staging: wilc1000: rename variables using camelCase in add_key()Ajay Singh2018-01-171-28/+28
* staging: wilc1000: rename NullBssid to null_bssid to avoid camelCase variable...Ajay Singh2018-01-171-4/+4
* staging: wilc1000: rename pstrWFIDrv to wfi_drv to avoid camelCase namingAjay Singh2018-01-171-18/+18
* staging: wilc1000: rename camelCase used in functions start with WILC_WFI_CfgAjay Singh2018-01-171-17/+17
* staging: wilc1000: rename CfgConnectResult() and its local variable namesAjay Singh2018-01-171-37/+37
* staging: wilc1000: rename s32Error variable to avoid camelCase notationAjay Singh2018-01-171-69/+69
* staging: wilc1000: remove unused element in wilc_wfi_p2p_listen_params structAjay Singh2018-01-171-1/+0Star
* staging: wilc1000: rename au8Sta_AssociatedBss element sta_info structureAjay Singh2018-01-172-5/+5
* staging: wilc1000: rename wilc_wfi_p2pListenParams struct and its member vari...Ajay Singh2018-01-172-20/+20
* staging: wilc1000: rename elements of wilc_priv struct to avoid using camelCaseAjay Singh2018-01-172-53/+53
* staging: wilc1000: removed enum typedef BUS_RELEASE_TAjay Singh2018-01-152-3/+3
* staging: wilc1000: removed enum typedef BUS_ACQUIRE_TAjay Singh2018-01-152-3/+3
* staging: wilc1000: removed enum typedef CHIP_PS_STATE_TAjay Singh2018-01-152-3/+3
* staging: wilc1000: removed enums typedef for BEACON_IE & TX_RATE_TAjay Singh2018-01-151-4/+4
* staging: wilc1000: remove unnecessary typedef enum G_OPERATING_MODE_TAjay Singh2018-01-151-2/+2
* staging: wilc1000: removed typedef from enum BSSTYPE_TAjay Singh2018-01-152-3/+3
* staging: wilc1000: add SPDX identifiers to all wilc100 filesGreg Kroah-Hartman2017-11-285-0/+5
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+4
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-144-23/+32
|\
| * staging: wilc1000: Fix bssid buffer offset in TxqAditya Shankar2017-11-061-1/+1
| * staging: wilc1000: replace redundant computations with 0Colin Ian King2017-10-181-3/+3
| * staging/wilc1000: Convert timers to use timer_setup()Kees Cook2017-10-183-20/+28
| * staging: wilc1000: Blank lines aren't necessary before a close brace '}'Keerthi Reddy2017-09-291-1/+0Star
| * staging: wilc1000: No space is necessary after a castKeerthi Reddy2017-09-291-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-3/+1Star
|\ \
| * | timer: Remove meaningless .data/.function assignmentsKees Cook2017-10-171-3/+1Star
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0213-0/+13
|/
* staging: wilc1000: fix spelling mistake: "Iinitialization" -> "initialization"Colin Ian King2017-07-301-1/+1
* staging: wilc1000: fix variable signednessIlia Sergachev2017-07-161-1/+2
* staging: wilc1000: add parameter name to function definitionDmitriy Cherkasov2017-07-161-2/+2
* staging: wilc1000: fix a typo: "incative" -> "inactive"Colin Ian King2017-07-161-2/+2
* staging: wilc1000: Neaten refresh_scan - remove always 1 argumentJoe Perches2017-07-161-37/+28Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-7/+7
|\
| * networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-3/+3
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-162-4/+4
* | staging: wilc1000: fix spelling mistake: "dissconect" -> "disconnect"Colin Ian King2017-06-291-1/+1
* | staging: wilc1000: New cfg packet format in handle_set_wfi_drv_handlerAditya Shankar2017-06-136-48/+71
* | staging: wilc1000: add missing blank line after struct declarationMarko Stankovic2017-05-291-0/+1
* | staging: wilc1000: remove excessive blank linesMarko Stankovic2017-05-291-15/+0Star
* | staging: wilc1000: Fixing struct definition layoutVincent Siles2017-05-151-1/+6
* | staging: wilc1000: Function calls too longVincent Siles2017-05-151-2/+4
* | staging: wilc1000: Function signature too longVincent Siles2017-05-151-3/+5
* | staging: wilc1000: Stripping '-' commentsVincent Siles2017-05-151-3/+3
* | staging: wilc1000: Last line is emptyVincent Siles2017-05-151-1/+0Star