summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-071-0/+1
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-173-3/+0
* orinoco: Annotate ezusb_read_ltv()Sebastian Andrzej Siewior2020-11-244-45/+52
* orinoco: Annotate ezusb_docmd_wait()Sebastian Andrzej Siewior2020-11-241-1/+1
* orinoco: Remove ezusb_doicmd_wait()Sebastian Andrzej Siewior2020-11-241-19/+2
* orinoco: Annotate ezusb_write_ltv()Sebastian Andrzej Siewior2020-11-241-1/+1
* orinoco: Annotate ezusb_read_pda()Sebastian Andrzej Siewior2020-11-241-1/+1
* orinoco: Annotate firmware loadingSebastian Andrzej Siewior2020-11-241-4/+4
* orinoco: Annotate ezusb_init()Sebastian Andrzej Siewior2020-11-241-9/+26
* orinoco: Annotate ezusb_xmit()Sebastian Andrzej Siewior2020-11-241-1/+1
* orinoco: Prepare stubs for in_interrupt() removalSebastian Andrzej Siewior2020-11-241-12/+69
* orinoco: Move context allocation after processing the skbSebastian Andrzej Siewior2020-11-241-7/+7
* prism54: isl_ioctl: Fix one function header and demote anotherLee Jones2020-11-071-3/+2
* hostap: Remove in_atomic() check.Sebastian Andrzej Siewior2020-11-071-13/+2
* orinoco: Remove BUG_ON(in_interrupt/irq())Sebastian Andrzej Siewior2020-11-071-4/+0
* net: hostap: fix function cast warningArnd Bergmann2020-11-071-12/+5
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1610-51/+39
|\
| * net: hostap: Remove in_interrupt() usageSebastian Andrzej Siewior2020-09-291-12/+0
| * prism54: isl_ioctl: Remove unused variable 'j'Lee Jones2020-09-011-2/+1
| * hostap: Remove unused variable 'fc'Lee Jones2020-09-011-2/+1
| * orinoco_usb: Downgrade non-conforming kernel-doc headersLee Jones2020-09-011-3/+3
| * p54: avoid accessing the data mapped to streaming DMAJia-Ju Bai2020-09-011-1/+3
| * hostap: Remove set but unused variable 'hostscan'Lee Jones2020-09-011-2/+1
| * hostap: hostap_ap: Mark 'txt' as __always_unusedLee Jones2020-09-011-1/+1
| * hostap: Mark 'freq_list' as __maybe_unusedLee Jones2020-09-011-2/+4
| * intersil: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-273-17/+16
| * orinoco: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-272-6/+6
| * prism54: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-273-3/+3