summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/atmel
AgeCommit message (Expand)AuthorFilesLines
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+4
2023-10-30wifi: atmel: remove wext style at76c50x driversArnd Bergmann6-4879/+0
2023-10-14wifi: atmel: remove unused ioctl functionArnd Bergmann1-72/+0
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-4/+4
2023-05-25wifi: atmel: Fix an error handling path in atmel_probe()Christophe JAILLET1-2/+11
2023-05-25wifi: add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2022-11-01wifi: atmel: Fix atmel_private_handler array sizeKees Cook1-1/+1
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-10-05wifi: atmel: Avoid clashing function prototypesKees Cook1-84/+80
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-18wifi: atmel: fix repeated words in commentsJilin Yuan1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2021-10-20atmel: use eth_hw_addr_set()Jakub Kicinski1-5/+10
2021-10-20wireless: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky3-3/+0
2021-02-08atmel: at76c50x: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-3/+1
2020-08-27atmel: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+4
2020-08-27atmel: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-27atmel: Demote non-kerneldoc header to standard comment blockLee Jones1-1/+1
2020-07-15atmel: fix wiki website urlFlavio Suligoi1-1/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-5/+5
2020-05-29atmel: Use shared constant for rfc1042 headerPascal Terjan1-2/+1
2020-03-23atmel: at76c50x: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-18at76c50x-usb: fix endpoint debug messageJohan Hovold1-1/+1
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-21/+21
2019-10-24atmel: remove set but not used variable 'dev'YueHaibing1-2/+0
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-16/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-11/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 106Thomas Gleixner2-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-25at76c50x-usb: Don't register led_trigger if usb_register_driver failedYueHaibing1-2/+2
2018-07-31atmel: Replace mdelay() with msleep() in probe_atmel_card()Jia-Ju Bai1-1/+1
2018-07-31atmel: hide unused procfs helpersYueHaibing1-0/+2
2018-07-04atmel: using strlcpy() to avoid possible buffer overflowsYueHaibing1-2/+1
2018-06-27atmel: use memdup_user to simplify the codeYueHaibing1-8/+3
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+3
2018-05-29atmel: Add missing call to pci_disable_device()YueHaibing1-1/+3
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+2
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2018-03-27net: Spelling s/stucture/structure/Geert Uytterhoeven1-1/+1
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap1-2/+2
2017-11-22treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+4
2017-10-27atmel: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-09-21drivers: net: atmel: use setup_timer() helper.Allen Pais1-3/+2
2017-08-10at76c50x: constify usb_device_idArvind Yadav1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller1-0/+2