summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/microchip
AgeCommit message (Expand)Author
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for wilc1000Breno Leitao
2023-11-08wifi: wilc1000: simplify wilc_scan()Dmitry Antipov
2023-11-08wifi: wilc1000: cleanup struct wilc_conn_infoDmitry Antipov
2023-10-30wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53()Dmitry Antipov
2023-10-30wifi: wilc1000: simplify remain on channel supportDmitry Antipov
2023-10-19wifi: wilc1000: use vmm_table as array in wilc structAjay Singh
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg
2023-09-21wifi: wilc1000: add back-off algorithm to balance tx queue packetsPrasurjya Rohan Saikia
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit
2023-08-23wifi: wilc1000: Remove unused declarationsYue Haibing
2023-08-01wifi: wilc1000: add SPI commands retry mechanismAmisha Patel
2023-08-01wifi: wilc1000: remove use of has_thrpt_enh3 flagPrasurjya Rohan Saikia
2023-05-11wifi: wilc1000: Increase ASSOC response bufferAmisha Patel
2023-05-11wifi: wilc1000: fix for absent RSN capabilities WFA testcaseAmisha Patel
2023-01-17Merge wireless into wireless-nextKalle Valo
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-22wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()Wang Yufen
2022-12-22wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()Zhang Changzhong
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-24wifi: wilc1000: validate number of channelsPhil Turnbull
2022-11-24wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull
2022-11-24wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull
2022-11-24wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull
2022-11-01wifi: wilc1000: sdio: fix module autoloadingMichael Walle
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-02wifi: wilc1000: remove redundant ret variableJinpeng Cui
2022-08-30wifi: wilc1000: fix DMA on stack objectsAjay.Kathat@microchip.com
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam
2022-08-08wifi: wilc1000: fix spurious inline in wilc_handle_disconnect()Kalle Valo
2022-07-27wifi: wilc1000: use existing iftype variable to store the interface typeAjay Singh
2022-07-27wifi: wilc1000: add 'isinit' flag for SDIO bus similar to SPIAjay Singh
2022-07-27wifi: wilc1000: cancel the connect operation during interface downAjay Singh
2022-07-27wifi: wilc1000: get correct length of string WID from received config packetAjay Singh
2022-07-27wifi: wilc1000: set station_info flag only when signal value is validAjay Singh
2022-07-27wifi: wilc1000: set correct value of 'close' variable in failure caseAjay Singh
2022-07-27wifi: wilc1000: add WID_TX_POWER WID in g_cfg_byte arrayAjay Singh
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg
2022-05-30wifi: wilc1000: add IGTK supportAjay Singh
2022-05-30wifi: wilc1000: add WPA3 SAE supportAjay Singh
2022-05-30wifi: wilc1000: remove WEP security supportAjay Singh
2022-05-30wifi: wilc1000: use correct sequence of RESET for chip Power-UP/DownAjay Singh
2022-05-11wilc1000: add valid vmm_entry check before fetching from TX queueAjay Singh
2022-05-11wilc1000: use 'u64' datatype for cookie variableAjay Singh
2022-05-11wilc1000: fix crash observed in AP mode with cfg80211_register_netdevice()Ajay Singh
2022-05-11wilc1000: use fixed function base register value to access SDIO_FBR_ENABLE_CSAAjay Singh
2022-05-11wilc1000: increase firmware version array sizeAjay Singh