aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil/hostap (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-30wifi: remove obsolete hostap driverArnd Bergmann20-18888/+0
2023-10-14wifi: hostap: remove unused ioctl functionArnd Bergmann3-232/+0
2023-10-11wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size()Gustavo A. R. Silva2-3/+2
2023-06-16wifi: hostap: fix stringop-truncations GCC warningKalle Valo1-1/+1
2023-05-25wifi: add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-11-16wifi: hostap: Avoid clashing function prototypesGustavo A. R. Silva1-111/+133
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song3-21/+21
2021-11-29intersil: Use struct_group() for memcpy() regionKees Cook2-8/+11
2021-10-20hostap: use eth_hw_addr_set()Jakub Kicinski1-1/+4
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-07-27hostap: use ndo_siocdevprivateArnd Bergmann3-7/+29
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-0/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky3-3/+0
2020-11-07hostap: Remove in_atomic() check.Sebastian Andrzej Siewior1-13/+2
2020-11-07net: hostap: fix function cast warningArnd Bergmann1-12/+5
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-28/+16
2020-09-29net: hostap: Remove in_interrupt() usageSebastian Andrzej Siewior1-12/+0
2020-09-11net: wireless: drop bogus CRYPTO_xxx Kconfig selectsArd Biesheuvel1-4/+0
2020-09-01hostap: Remove unused variable 'fc'Lee Jones1-2/+1
2020-09-01hostap: Remove set but unused variable 'hostscan'Lee Jones1-2/+1
2020-09-01hostap: hostap_ap: Mark 'txt' as __always_unusedLee Jones1-1/+1
2020-09-01hostap: Mark 'freq_list' as __maybe_unusedLee Jones1-2/+4
2020-08-27intersil: convert tasklets to use new tasklet_setup() APIAllen Pais1-9/+9
2020-08-02hostap: use generic power managementVaibhav Gupta2-27/+13
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-06-09net: change addr_list_lock back to static keyCong Wang1-0/+3
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-0/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+22
2020-04-15hostap: Add missing annotations for prism2_bss_list_proc_start() and prism2_bss_list_proc_stopJules Irenge1-0/+2
2020-03-26hostap: convert to struct proc_opsYueHaibing1-5/+5
2020-03-23hostap: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-10/+10
2020-01-26hostap: Adjust indentation in prism2_hostapd_add_staNathan Chancellor1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-25/+0
2019-09-06hostap: use %*ph to print small bufferAndy Shevchenko2-6/+3
2019-09-06hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_readzhong jiang1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner3-0/+3
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-07-31hostap: hide unused procfs helpersYueHaibing3-18/+17
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-4/+5
2018-05-16hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig3-191/+39
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-14/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-11/+9
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook2-10/+5