summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip/wilc1000/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* wilc1000: increase firmware version array sizeAjay Singh2022-05-111-1/+2
* wilc1000: fix double free error in probe()Dan Carpenter2021-12-201-1/+0
* wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"David Mosberger-Tang2021-12-141-2/+13
* wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-txDavid Mosberger-Tang2021-12-141-1/+1
* wilc1000: Rename irq handler from "WILC_IRQ" to netdev nameDavid Mosberger-Tang2021-12-141-1/+1
* wilc1000: Fix missing newline in error messageDavid Mosberger-Tang2021-12-141-1/+1
* wilc1000: copy address before calling wilc_set_mac_addressJakub Kicinski2021-11-191-3/+3
* wilc1000: use eth_hw_addr_set()Jakub Kicinski2021-10-201-4/+9
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-131-1/+0
* wilc1000: Bring MAC address setting in line with typical Linux behaviorDavid Mosberger-Tang2021-04-171-9/+16
* wilc1000: use wilc handler as cookie in request_threaded_irq()Ajay Singh2021-03-151-9/+5
* wilc1000: Fix use of void pointer as a wrong struct typeVsevolod Kozlov2021-02-111-1/+1
* cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-1/+1
* wilc1000: added 'ndo_set_mac_address' callback supportAjay Singh2020-12-021-0/+38
* 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-141-3/+14
* wilc1000: use unified single wilc1000 FW binaryAjay Singh2020-07-141-11/+7
* wilc1000: move wilc driver out of stagingAjay Singh2020-06-261-0/+931