summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip
Commit message (Expand)AuthorAgeFilesLines
* wifi: wilc1000: Remove unused declarationsYue Haibing2023-08-231-4/+0
* wifi: wilc1000: add SPI commands retry mechanismAmisha Patel2023-08-011-45/+103
* wifi: wilc1000: remove use of has_thrpt_enh3 flagPrasurjya Rohan Saikia2023-08-011-93/+10
* wifi: wilc1000: Increase ASSOC response bufferAmisha Patel2023-05-113-3/+3
* wifi: wilc1000: fix for absent RSN capabilities WFA testcaseAmisha Patel2023-05-111-4/+4
* Merge wireless into wireless-nextKalle Valo2023-01-171-3/+3
|\
| * treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-3/+3
* | wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()Wang Yufen2022-12-221-1/+6
* | wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()Zhang Changzhong2022-12-221-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-14/+46
|\
| * wifi: wilc1000: validate number of channelsPhil Turnbull2022-11-241-6/+16
| * wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull2022-11-241-1/+2
| * wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull2022-11-241-2/+12
| * wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull2022-11-241-5/+16
* | wifi: wilc1000: sdio: fix module autoloadingMichael Walle2022-11-011-0/+1
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-083-8/+47
|\
| * wifi: wilc1000: fix DMA on stack objectsAjay.Kathat@microchip.com2022-08-303-8/+47
* | wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-021-1/+1
* | wifi: wilc1000: remove redundant ret variableJinpeng Cui2022-09-021-3/+2
* | Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-261-7/+10
|\ \ | |/ |/|
| * wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-7/+10
* | wifi: wilc1000: fix spurious inline in wilc_handle_disconnect()Kalle Valo2022-08-082-2/+3
|/
* wifi: wilc1000: use existing iftype variable to store the interface typeAjay Singh2022-07-272-4/+3
* wifi: wilc1000: add 'isinit' flag for SDIO bus similar to SPIAjay Singh2022-07-274-3/+28
* wifi: wilc1000: cancel the connect operation during interface downAjay Singh2022-07-273-4/+4
* wifi: wilc1000: get correct length of string WID from received config packetAjay Singh2022-07-271-2/+3
* wifi: wilc1000: set station_info flag only when signal value is validAjay Singh2022-07-271-2/+1
* wifi: wilc1000: set correct value of 'close' variable in failure caseAjay Singh2022-07-271-1/+1
* wifi: wilc1000: add WID_TX_POWER WID in g_cfg_byte arrayAjay Singh2022-07-271-0/+1
* wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-151-9/+11
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-1/+2
* wifi: wilc1000: add IGTK supportAjay Singh2022-05-306-23/+171
* wifi: wilc1000: add WPA3 SAE supportAjay Singh2022-05-309-14/+133
* wifi: wilc1000: remove WEP security supportAjay Singh2022-05-305-198/+2
* wifi: wilc1000: use correct sequence of RESET for chip Power-UP/DownAjay Singh2022-05-301-3/+3
* wilc1000: add valid vmm_entry check before fetching from TX queueAjay Singh2022-05-111-3/+4
* wilc1000: use 'u64' datatype for cookie variableAjay Singh2022-05-111-1/+1
* wilc1000: fix crash observed in AP mode with cfg80211_register_netdevice()Ajay Singh2022-05-111-2/+2
* wilc1000: use fixed function base register value to access SDIO_FBR_ENABLE_CSAAjay Singh2022-05-111-1/+1
* wilc1000: increase firmware version array sizeAjay Singh2022-05-111-1/+2
* Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-281-3/+1
|\
| * spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* | wilc1000: use min_t() to make code cleanerChangcheng Deng2022-01-311-4/+1
|/
* wilc1000: Add reset/enable GPIO support to SPI driverDavid Mosberger-Tang2021-12-222-4/+60
* wilc1000: Convert static "chipid" variable to device-local variableDavid Mosberger-Tang2021-12-222-14/+14
* wilc1000: fix double free error in probe()Dan Carpenter2021-12-203-1/+4
* wilc1000: Improve WILC TX performance when power_save is offDavid Mosberger-Tang2021-12-163-2/+6
* wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"David Mosberger-Tang2021-12-142-11/+14
* wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-txDavid Mosberger-Tang2021-12-141-1/+1