summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil/hostap
AgeCommit message (Expand)AuthorLines
2023-10-30wifi: remove obsolete hostap driverArnd Bergmann-18888/+0
2023-10-14wifi: hostap: remove unused ioctl functionArnd Bergmann-232/+0
2023-10-11wifi: hostap: Add __counted_by for struct prism2_download_data and use struct...Gustavo A. R. Silva-3/+2
2023-06-16wifi: hostap: fix stringop-truncations GCC warningKalle Valo-1/+1
2023-05-25wifi: add HAS_IOPORT dependenciesNiklas Schnelle-1/+1
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2022-11-16wifi: hostap: Avoid clashing function prototypesGustavo A. R. Silva-111/+133
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-21/+21
2021-11-29intersil: Use struct_group() for memcpy() regionKees Cook-8/+11
2021-10-20hostap: use eth_hw_addr_set()Jakub Kicinski-1/+4
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski-2/+2
2021-07-27hostap: use ndo_siocdevprivateArnd Bergmann-7/+29
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan-0/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-3/+0
2020-11-07hostap: Remove in_atomic() check.Sebastian Andrzej Siewior-13/+2
2020-11-07net: hostap: fix function cast warningArnd Bergmann-12/+5
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-28/+16
2020-09-29net: hostap: Remove in_interrupt() usageSebastian Andrzej Siewior-12/+0
2020-09-11net: wireless: drop bogus CRYPTO_xxx Kconfig selectsArd Biesheuvel-4/+0
2020-09-01hostap: Remove unused variable 'fc'Lee Jones-2/+1
2020-09-01hostap: Remove set but unused variable 'hostscan'Lee Jones-2/+1
2020-09-01hostap: hostap_ap: Mark 'txt' as __always_unusedLee Jones-1/+1
2020-09-01hostap: Mark 'freq_list' as __maybe_unusedLee Jones-2/+4
2020-08-27intersil: convert tasklets to use new tasklet_setup() APIAllen Pais-9/+9
2020-08-02hostap: use generic power managementVaibhav Gupta-27/+13
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-0/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-6/+6
2020-06-09net: change addr_list_lock back to static keyCong Wang-0/+3
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller-0/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang-0/+22
2020-04-15hostap: Add missing annotations for prism2_bss_list_proc_start() and prism2_b...Jules Irenge-0/+2
2020-03-26hostap: convert to struct proc_opsYueHaibing-5/+5
2020-03-23hostap: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-10/+10
2020-01-26hostap: Adjust indentation in prism2_hostapd_add_staNathan Chancellor-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-10-24net: core: add generic lockdep keysTaehee Yoo-25/+0
2019-09-06hostap: use %*ph to print small bufferAndy Shevchenko-6/+3
2019-09-06hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_readzhong jiang-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+3
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata-1/+1
2018-07-31hostap: hide unused procfs helpersYueHaibing-18/+17
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-4/+5
2018-05-16hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig-191/+39
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-14/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-11/+9
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook-10/+5