summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip/wilc1000/wlan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: wilc1000: Add WILC3000 supportAjay Singh2024-10-171-33/+187
* wifi: wilc1000: Fill in missing error handlingMarek Vasut2024-10-171-45/+109
* wifi: wilc1000: Fold chip_allow_sleep()/chip_wakeup() into wlan.cMarek Vasut2024-10-171-24/+23
* wifi: wilc1000: Clean up usage of wilc_get_chipid()Marek Vasut2024-10-171-31/+44
* wifi: wilc1000: let host->chip suspend/resume notifications manage chip wake/...Alexis Lothoré2024-06-181-4/+4
* Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-111-0/+49
|\
| * wifi: wilc1000: add function to read mac address from eFuseAlexis Lothoré2024-05-171-0/+49
* | Revert "wifi: wilc1000: convert list management to RCU"Alexis Lothoré2024-06-011-2/+3
|/
* wifi: wilc1000: convert list management to RCUAlexis Lothoré2024-04-161-3/+2
* wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré2024-02-191-1/+1
* wifi: wilc1000: validate chip id during bus probeDavid Mosberger-Tang2024-02-151-5/+0
* wifi: wilc1000: fix incorrect power down sequenceAjay Singh2024-01-181-14/+19
* wifi: wilc1000: use vmm_table as array in wilc structAjay Singh2023-10-191-1/+1
* wifi: wilc1000: fix DMA on stack objectsAjay.Kathat@microchip.com2022-08-301-2/+13
* wifi: wilc1000: add 'isinit' flag for SDIO bus similar to SPIAjay Singh2022-07-271-3/+6
* wifi: wilc1000: add WPA3 SAE supportAjay Singh2022-05-301-1/+2
* wilc1000: add valid vmm_entry check before fetching from TX queueAjay Singh2022-05-111-3/+4
* wilc1000: Add reset/enable GPIO support to SPI driverDavid Mosberger-Tang2021-12-221-1/+1
* wilc1000: Convert static "chipid" variable to device-local variableDavid Mosberger-Tang2021-12-221-14/+13
* wilc1000: Improve WILC TX performance when power_save is offDavid Mosberger-Tang2021-12-161-2/+2
* wilc1000: Fix spurious "FW not responding" errorDavid Mosberger-Tang2021-12-141-1/+2
* wilc1000: remove '-Wunused-but-set-variable' warning in chip_wakeup()Ajay Singh2021-11-261-5/+0
* wilc1000: add 'initialized' flag check before adding an element to TX queueAjay Singh2021-09-211-0/+9
* wilc1000: invoke chip reset register before firmware downloadAjay Singh2021-09-211-3/+19
* wilc1000: handle read failure issue for clockless registersAjay Singh2021-09-211-0/+5
* wilc1000: configure registers to handle chip wakeup sequenceAjay Singh2021-09-211-47/+51
* wilc1000: remove redundant codewengjianfeng2021-08-211-22/+16
* wilc1000: fix a loop timeout conditionDan Carpenter2021-04-171-1/+1
* wilc1000: Support chip sleep over SPIDavid Mosberger-Tang2021-03-151-4/+52
* wilc1000: Fix use of void pointer as a wrong struct typeVsevolod Kozlov2021-02-111-7/+8
* wilc1000: remove redundant assignment to pointer vifColin Ian King2020-12-071-1/+0
* wilc1000: added queue support for WMMAjay Singh2020-12-021-58/+257
* 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: move wilc driver out of stagingAjay Singh2020-06-261-0/+1238