aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-0/+5
2018-08-02staging: wilc1000: fix TODO to compile spi and sdio components in single moduleAjay Singh1-4/+2
2018-07-24staging: wilc1000: use descriptor-based interface for GPIOAjay Singh1-24/+16
2018-07-24staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'Ajay Singh1-8/+9
2018-07-24staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh1-2/+1
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh1-81/+32
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh1-1/+1
2018-07-21staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh1-1/+0
2018-07-21staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh1-2/+2
2018-07-21staging: wilc1000: remove extra enum defined for data ratesAjay Singh1-1/+1
2018-06-17staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh1-0/+1
2018-06-17staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh1-0/+1
2018-05-14staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh1-10/+7
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-18/+2
2018-05-03staging: wilc1000: rename WILC_WFI_deinit_mon_interface to avoid uppercase for function nameAjay Singh1-1/+1
2018-05-03staging: wilc1000: rename WILC_WFI_monitor_rx to avoid uppercase for function nameAjay Singh1-1/+1
2018-05-03staging: wilc1000: remove inner block in wilc_netdev_init()Ajay Singh1-18/+16
2018-04-26staging: wilc1000: reorder functions to avoid forward declaration in linux_wlanAjay Singh1-60/+46
2018-04-26staging: wilc1000: change function to static in linux_wlanAjay Singh1-3/+3
2018-04-26staging: wilc1000: rename wlan init and deinit function prefixed with wil1000Ajay Singh1-5/+5
2018-04-26staging: wilc1000: rename mac status macros and moved related #define togetherAjay Singh1-2/+2
2018-04-25staging/wilc1000: fix wilc_mac_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-25staging: wilc1000: remove registering of ndo_do_ioctl callbackAjay Singh1-63/+0
2018-04-25staging: wilc1000: rename goto labels starting with '_' in wilc1000_wlan_init()Ajay Singh1-13/+13
2018-04-25staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh1-46/+46
2018-04-25staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCaseAjay Singh1-1/+1
2018-03-19staging: wilc1000: Destroy mutex object in deinitializationHariPrasath Elango1-0/+1
2018-03-19staging: wilc1000: Fix code block alignmentHariPrasath Elango1-3/+3
2018-03-01staging: wilc1000: rename WILC_WFI_mgmt_rx() to avoid camelCaseAjay Singh1-1/+1
2018-02-22staging: wilc1000: remove 'if' on field addressDafna Hirschfeld1-9/+4
2018-01-23staging: wilc1000: fix alignments to match open parenthesisAjay Singh1-1/+1
2018-01-23staging: wilc1000: remove unnecessary use of parenthesesAjay Singh1-4/+4
2017-11-28staging: wilc1000: add SPDX identifiers to all wilc100 filesGreg Kroah-Hartman1-0/+1
2017-07-30staging: wilc1000: fix spelling mistake: "Iinitialization" -> "initialization"Colin Ian King1-1/+1
2017-07-16staging: wilc1000: fix variable signednessIlia Sergachev1-1/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-13staging: wilc1000: New cfg packet format in handle_set_wfi_drv_handlerAditya Shankar1-27/+10
2017-04-08staging: wilc1000: fix incorrect strncasecmp lengthColin Ian King1-2/+2
2017-04-08staging: wilc1000: Fix problem with wrong vif indexAditya Shankar1-1/+2
2017-02-27scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-16staging:wilc1000:linux_wlan.c Align code to match open parenthesisScott Matheina1-1/+1
2017-01-03staging: wilc1000: Fix endian sparse warningMike Kofron1-1/+1
2016-11-16staging: wilc1000: simplify vif[i]->ndev accessesArnd Bergmann1-25/+9
2016-10-25staging: wilc1000: Remove unused function wilc_lock_timeoutBinoy Jayan1-11/+0
2016-10-17staging: wilc1000: Remove unnecessary extern variables.Elise Lennion1-2/+4
2016-09-05Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2016-08-21staging: wilc1000: txq_event: Fix coding errorBinoy Jayan1-1/+1
2016-08-21drivers: wilc1000: remove references to semaphoresJoshua Houghton1-1/+0
2016-06-25staging: wilc1000: fix return value check in wlan_initialize_threads()Wei Yongjun1-2/+2