summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: fix to set correct value for 'vif_num'Ajay Singh2019-03-101-2/+2
* staging: wilc1000: revert "fix TODO to compile spi and sdio components in sin...Arnd Bergmann2018-08-271-2/+4
* staging: wilc1000: added Microchip copyright notice headerAjay Singh2018-08-051-0/+5
* staging: wilc1000: fix TODO to compile spi and sdio components in single moduleAjay Singh2018-08-021-4/+2Star
* staging: wilc1000: use descriptor-based interface for GPIOAjay Singh2018-07-241-24/+16Star
* staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'Ajay Singh2018-07-241-8/+9
* staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh2018-07-241-2/+1Star
* staging: wilc1000: move variable assignment along with its declarationAjay Singh2018-07-211-81/+32Star
* staging: wilc1000: use single space before opening brances '{'Ajay Singh2018-07-211-1/+1
* staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh2018-07-211-1/+0Star
* staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh2018-07-211-2/+2
* staging: wilc1000: remove extra enum defined for data ratesAjay Singh2018-07-211-1/+1
* staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh2018-06-171-0/+1
* staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh2018-06-171-0/+1
* staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh2018-05-141-10/+7Star
* staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh2018-05-031-18/+2Star
* staging: wilc1000: rename WILC_WFI_deinit_mon_interface to avoid uppercase fo...Ajay Singh2018-05-031-1/+1
* staging: wilc1000: rename WILC_WFI_monitor_rx to avoid uppercase for function...Ajay Singh2018-05-031-1/+1
* staging: wilc1000: remove inner block in wilc_netdev_init()Ajay Singh2018-05-031-18/+16Star
* staging: wilc1000: reorder functions to avoid forward declaration in linux_wlanAjay Singh2018-04-261-60/+46Star
* staging: wilc1000: change function to static in linux_wlanAjay Singh2018-04-261-3/+3
* staging: wilc1000: rename wlan init and deinit function prefixed with wil1000Ajay Singh2018-04-261-5/+5
* staging: wilc1000: rename mac status macros and moved related #define togetherAjay Singh2018-04-261-2/+2
* staging/wilc1000: fix wilc_mac_xmit()'s return typeLuc Van Oostenryck2018-04-251-1/+1
* staging: wilc1000: remove registering of ndo_do_ioctl callbackAjay Singh2018-04-251-63/+0Star
* staging: wilc1000: rename goto labels starting with '_' in wilc1000_wlan_init()Ajay Singh2018-04-251-13/+13
* staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh2018-04-251-46/+46
* staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCaseAjay Singh2018-04-251-1/+1
* staging: wilc1000: Destroy mutex object in deinitializationHariPrasath Elango2018-03-191-0/+1
* staging: wilc1000: Fix code block alignmentHariPrasath Elango2018-03-191-3/+3
* staging: wilc1000: rename WILC_WFI_mgmt_rx() to avoid camelCaseAjay Singh2018-03-011-1/+1
* staging: wilc1000: remove 'if' on field addressDafna Hirschfeld2018-02-221-9/+4Star
* staging: wilc1000: fix alignments to match open parenthesisAjay Singh2018-01-231-1/+1
* staging: wilc1000: remove unnecessary use of parenthesesAjay Singh2018-01-231-4/+4
* staging: wilc1000: add SPDX identifiers to all wilc100 filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: wilc1000: fix spelling mistake: "Iinitialization" -> "initialization"Colin Ian King2017-07-301-1/+1
* staging: wilc1000: fix variable signednessIlia Sergachev2017-07-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+1
|\
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* | staging: wilc1000: New cfg packet format in handle_set_wfi_drv_handlerAditya Shankar2017-06-131-27/+10Star
|/
* staging: wilc1000: fix incorrect strncasecmp lengthColin Ian King2017-04-081-2/+2
* staging: wilc1000: Fix problem with wrong vif indexAditya Shankar2017-04-081-1/+2
* scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* staging:wilc1000:linux_wlan.c Align code to match open parenthesisScott Matheina2017-01-161-1/+1
* staging: wilc1000: Fix endian sparse warningMike Kofron2017-01-031-1/+1
* staging: wilc1000: simplify vif[i]->ndev accessesArnd Bergmann2016-11-161-25/+9Star
* staging: wilc1000: Remove unused function wilc_lock_timeoutBinoy Jayan2016-10-251-11/+0Star
* staging: wilc1000: Remove unnecessary extern variables.Elise Lennion2016-10-171-2/+4
* Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman2016-09-051-1/+1
|\
| * staging: wilc1000: txq_event: Fix coding errorBinoy Jayan2016-08-211-1/+1