summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip
Commit message (Expand)AuthorAgeFilesLines
* wilc1000: Remove duplicate struct declarationWan Jiabing2021-04-181-1/+0
* wilc1000: fix a loop timeout conditionDan Carpenter2021-04-171-1/+1
* wilc1000: Bring MAC address setting in line with typical Linux behaviorDavid Mosberger-Tang2021-04-171-9/+16
* wilc1000: Add support for enabling CRCDavid Mosberger-Tang2021-04-172-64/+115
* wilc1000: Check for errors at end of DMA writeDavid Mosberger-Tang2021-04-171-1/+61
* wilc1000: Introduce symbolic names for SPI protocol registerDavid Mosberger-Tang2021-04-171-9/+29
* wilc1000: Make SPI transfers work at 48MHzDavid Mosberger-Tang2021-04-171-13/+29
* wilc1000: use wilc handler as cookie in request_threaded_irq()Ajay Singh2021-03-151-9/+5
* wilc1000: write value to WILC_INTR2_ENABLE registerMarcus Folkesson2021-03-151-1/+1
* wilc1000: Support chip sleep over SPIDavid Mosberger-Tang2021-03-152-4/+58
* wilc1000: Fix use of void pointer as a wrong struct typeVsevolod Kozlov2021-02-113-9/+11
* Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-02-062-5/+5
|\
| * wilc1000: use flexible-array member instead of zero-length arrayTian Tao2021-01-141-4/+4
| * wilc1000: fix spelling mistake in Kconfig "devision" -> "division"Colin Ian King2021-01-141-1/+1
* | cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-223-4/+4
|/
* wilc1000: changes for SPI communication stall issue found with IperfAjay Singh2020-12-101-2/+21
* wilc1000: remove redundant assignment to pointer vifColin Ian King2020-12-071-1/+0
* wilc1000: added queue support for WMMAjay Singh2020-12-024-61/+302
* wilc1000: call complete() for failure in wilc_wlan_txq_add_cfg_pkt()Ajay Singh2020-12-021-1/+3
* wilc1000: free resource in wilc_wlan_txq_add_mgmt_pkt() for failure pathAjay Singh2020-12-021-2/+6
* wilc1000: free resource in wilc_wlan_txq_add_net_pkt() for failure pathAjay Singh2020-12-021-2/+6
* wilc1000: added 'ndo_set_mac_address' callback supportAjay Singh2020-12-023-0/+56
* net: wilc1000: clean up resource in error path of init mon interfaceHuang Guobin2020-09-211-2/+1
* wilc1000: Fix memleak in wilc_bus_probeDinghao Liu2020-08-271-2/+3
* wilc1000: Fix memleak in wilc_sdio_probeDinghao Liu2020-08-271-2/+3
* wilc1000: Move wilc1000 SDIO ID's from driver source to common header fileAjay Singh2020-08-021-4/+2
* wilc1000: let wilc_mac_xmit() return NETDEV_TX_OKLuc Van Oostenryck2020-07-141-3/+3
* wilc1000: use API version number info along with firmware filenameAjay Singh2020-07-142-5/+14
* wilc1000: use unified single wilc1000 FW binaryAjay Singh2020-07-142-13/+8
* wilc1000: fix compiler warning for 'wowlan_support' unused variableAjay Singh2020-07-141-0/+2
* wilc1000: use strlcpy to avoid 'stringop-truncation' warningAjay Singh2020-07-141-2/+1
* wilc1000: move wilc driver out of stagingAjay Singh2020-06-2619-0/+10600