summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip
Commit message (Expand)AuthorAgeFilesLines
* wifi: fill in MODULE_DESCRIPTION()s for wilc1000Breno Leitao2024-01-313-0/+3
* wifi: wilc1000: simplify wilc_scan()Dmitry Antipov2023-11-083-21/+23
* wifi: wilc1000: cleanup struct wilc_conn_infoDmitry Antipov2023-11-083-16/+18
* wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53()Dmitry Antipov2023-10-301-4/+5
* wifi: wilc1000: simplify remain on channel supportDmitry Antipov2023-10-303-21/+13
* wifi: wilc1000: use vmm_table as array in wilc structAjay Singh2023-10-191-1/+1
* wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* wifi: wilc1000: add back-off algorithm to balance tx queue packetsPrasurjya Rohan Saikia2023-09-212-4/+18
* wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-2/+2
* 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