summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-0/+4
* wifi: fill in MODULE_DESCRIPTION()s for p54spiBreno Leitao2024-01-311-0/+1
* Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-231-1/+1
|\
| * wifi: p54: fix GCC format truncation warning with wiphy->fw_versionKalle Valo2024-01-111-1/+1
* | wifi: remove orphaned orinoco driverArnd Bergmann2023-10-3033-12807/+0
* | wifi: remove obsolete hostap driverArnd Bergmann2023-10-3022-18890/+0
|/
* wifi: hostap: remove unused ioctl functionArnd Bergmann2023-10-143-232/+0
* wifi: p54: Annotate struct p54_cal_database with __counted_byKees Cook2023-10-121-1/+1
* wifi: hostap: Add __counted_by for struct prism2_download_data and use struct...Gustavo A. R. Silva2023-10-112-3/+2
* Fix nomenclature for USB and PCI wireless devicesAlan Stern2023-08-251-6/+6
* wifi: drivers: Explicitly include correct DT includesRob Herring2023-08-011-1/+1
* wifi: p54: Add missing MODULE_FIRMWARE macroJuerg Haefliger2023-06-211-0/+1
* wifi: hostap: fix stringop-truncations GCC warningKalle Valo2023-06-161-1/+1
* wifi: orinoco: Fix an error handling path in orinoco_cs_probe()Christophe JAILLET2023-05-251-2/+11
* wifi: orinoco: Fix an error handling path in spectrum_cs_probe()Christophe JAILLET2023-05-251-2/+11
* wifi: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-251-1/+1
* net: add missing includes of linux/net.hJakub Kicinski2023-01-271-0/+1
* Merge wireless into wireless-nextKalle Valo2023-01-171-1/+1
|\
| * treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* | wifi: orinoco: check return value of hermes_write_wordrec()Alexey Kodanev2023-01-161-0/+2
|/
* wifi: p54: Replace zero-length array of trailing structs with flex-arrayKees Cook2022-11-221-2/+2
* wifi: hostap: Avoid clashing function prototypesGustavo A. R. Silva2022-11-161-111/+133
* wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva2022-11-161-11/+11
* wifi: orinoco: Avoid clashing function prototypesGustavo A. R. Silva2022-11-161-47/+62
* wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
* wifi: p54: Fix comment typoJason Wang2022-09-071-1/+1
* wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-021-1/+1
* wifi: p54: add missing parentheses in p54_flush()Rustam Subkhankulov2022-07-181-1/+1
* wifi: p54: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-182-5/+3
* wifi: p54: Fix an error handling path in p54spi_probe()Christophe JAILLET2022-07-181-1/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-2/+2
* orinoco: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-061-0/+1
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* proc: remove PDE_DATA() completelyMuchun Song2022-01-223-21/+21
* Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-211-5/+1
|\
| * mac80211: Use memset_after() to clear tx statusKees Cook2021-11-261-5/+1
* | intersil: Use struct_group() for memcpy() regionKees Cook2021-11-292-8/+11
|/
* hostap: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+4
* wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-202-3/+3
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | Merge tag 'wireless-drivers-next-2021-08-22' of git://git.kernel.org/pub/scm/...David S. Miller2021-08-2318-7470/+0
|\ \
| * | intersil: remove obsolete prism54 wireless driverLukas Bulwahn2021-08-0618-7470/+0
| |/
* / hostap: use ndo_siocdevprivateArnd Bergmann2021-07-273-7/+29
|/
* orinoco: Avoid field-overflowing memcpy()Kees Cook2021-06-223-10/+15
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-074-32/+0
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-0/+1