aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/intersil (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+4
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for p54spiBreno Leitao1-0/+1
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-1/+1
2024-01-11wifi: p54: fix GCC format truncation warning with wiphy->fw_versionKalle Valo1-1/+1
2023-10-30wifi: remove orphaned orinoco driverArnd Bergmann33-12807/+0
2023-10-30wifi: remove obsolete hostap driverArnd Bergmann22-18890/+0
2023-10-14wifi: hostap: remove unused ioctl functionArnd Bergmann3-232/+0
2023-10-12wifi: p54: Annotate struct p54_cal_database with __counted_byKees Cook1-1/+1
2023-10-11wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size()Gustavo A. R. Silva2-3/+2
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-6/+6
2023-08-01wifi: drivers: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-21wifi: p54: Add missing MODULE_FIRMWARE macroJuerg Haefliger1-0/+1
2023-06-16wifi: hostap: fix stringop-truncations GCC warningKalle Valo1-1/+1
2023-05-25wifi: orinoco: Fix an error handling path in orinoco_cs_probe()Christophe JAILLET1-2/+11
2023-05-25wifi: orinoco: Fix an error handling path in spectrum_cs_probe()Christophe JAILLET1-2/+11
2023-05-25wifi: add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2023-01-27net: add missing includes of linux/net.hJakub Kicinski1-0/+1
2023-01-17Merge wireless into wireless-nextKalle Valo1-1/+1
2023-01-16wifi: orinoco: check return value of hermes_write_wordrec()Alexey Kodanev1-0/+2
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-11-22wifi: p54: Replace zero-length array of trailing structs with flex-arrayKees Cook1-2/+2
2022-11-16wifi: hostap: Avoid clashing function prototypesGustavo A. R. Silva1-111/+133
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva1-11/+11
2022-11-16wifi: orinoco: Avoid clashing function prototypesGustavo A. R. Silva1-47/+62
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-09-07wifi: p54: Fix comment typoJason Wang1-1/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-18wifi: p54: add missing parentheses in p54_flush()Rustam Subkhankulov1-1/+1
2022-07-18wifi: p54: Use the bitmap API to allocate bitmapsChristophe JAILLET2-5/+3
2022-07-18wifi: p54: Fix an error handling path in p54spi_probe()Christophe JAILLET1-1/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-2/+2
2022-04-06orinoco: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-0/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song3-21/+21
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-5/+1
2021-11-29intersil: Use struct_group() for memcpy() regionKees Cook2-8/+11
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook1-5/+1
2021-10-20hostap: use eth_hw_addr_set()Jakub Kicinski1-1/+4
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski2-3/+3
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2021-08-23Merge tag 'wireless-drivers-next-2021-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller18-7470/+0
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-1/+0
2021-08-06intersil: remove obsolete prism54 wireless driverLukas Bulwahn18-7470/+0
2021-07-27hostap: use ndo_siocdevprivateArnd Bergmann3-7/+29
2021-06-22orinoco: Avoid field-overflowing memcpy()Kees Cook3-10/+15
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada4-32/+0
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-0/+1