summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ar5523
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-2/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach-1/+1
2024-04-30wifi: ar5523: enable proper endpoint verificationNikita Zhandarovich-0/+14
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg-0/+4
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for ar5523Breno Leitao-0/+1
2023-09-21wifi: ar5523: Remove unnecessary (void*) conversionsWu Yunchuan-1/+1
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-0/+6
2022-10-12wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida-0/+6
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel-0/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-5/+5
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-2/+2
2022-04-20ar5523: Use kzalloc instead of kmalloc/memsetHaowen Bai-2/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R-2/+2
2022-03-21ar5523: fix typo "to short" -> "too short"Tong Zhang-1/+1
2021-11-12ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START replyZekun Shen-0/+4
2021-09-21ar5512: remove duplicate USB device IDKrzysztof Kozlowski-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-01-26ar5523: fix spelling mistake "to" -> "too"Colin Ian King-1/+1
2020-01-26ar5523: Add USB ID of SMCWUSBT-G2 wireless adapterMert Dirik-0/+2
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski-7/+7
2019-10-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-1/+2
2019-10-02ar5523: check NULL before memcpy() in ar5523_cmd()Denis Efremov-1/+2
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski-2/+2
2019-06-26ath: fix SPDX tagsKalle Valo-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2017-10-27ath: Convert timers to use timer_setup()Kees Cook-4/+3
2017-08-10ar5523: constify usb_device_idArvind Yadav-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-2/+2
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski-0/+2
2016-08-13net: wireless: ath: ar5523: ar5523: don't print error when allocating urb failsWolfram Sang-7/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg-2/+2
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg-3/+3
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg-2/+1
2015-03-13ar5523: use container_ofFlorian Westphal-5/+5
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach-1/+2
2014-02-04ar5523: fix usb id for Gigaset.Oleksij Rempel-1/+1
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-09-26ar5523: Add USB ID of D-Link WUA-2340 rev A1Albert Pool-0/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan-7/+7
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg-1/+1
2012-11-30wireless: allow Atheros card to not depend on ath.koVladimir Kondratiev-0/+1
2012-11-14ar5523: Don't dereference sta if NULLPontus Fuchs-2/+2
2012-11-14ar5523: Fix sparse endianness warningsPontus Fuchs-21/+24
2012-11-14ar5523: use module_usb_driver to simplify the codeWei Yongjun-12/+1
2012-10-30ar5523: make buffer size variable unsignedDan Carpenter-1/+1