summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ar5523
Commit message (Expand)AuthorAgeFilesLines
* wifi: ar5523: enable proper endpoint verificationNikita Zhandarovich2024-04-301-0/+14
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-0/+4
* wifi: fill in MODULE_DESCRIPTION()s for ar5523Breno Leitao2024-01-311-0/+1
* wifi: ar5523: Remove unnecessary (void*) conversionsWu Yunchuan2023-09-211-1/+1
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-10-291-0/+6
|\
| * wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida2022-10-121-0/+6
* | wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
|/
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-5/+5
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-031-2/+2
|\
| * mac80211: prepare sta handling for MLO supportSriram R2022-04-111-2/+2
* | ar5523: Use kzalloc instead of kmalloc/memsetHaowen Bai2022-04-201-2/+1
|/
* ar5523: fix typo "to short" -> "too short"Tong Zhang2022-03-211-1/+1
* ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START replyZekun Shen2021-11-121-0/+4
* ar5512: remove duplicate USB device IDKrzysztof Kozlowski2021-09-211-2/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* ar5523: fix spelling mistake "to" -> "too"Colin Ian King2020-01-261-1/+1
* ar5523: Add USB ID of SMCWUSBT-G2 wireless adapterMert Dirik2020-01-261-0/+2
* drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-7/+7
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-10-031-1/+2
|\
| * ar5523: check NULL before memcpy() in ar5523_cmd()Denis Efremov2019-10-021-1/+2
* | drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-2/+2
|/
* ath: fix SPDX tagsKalle Valo2019-06-262-2/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ath: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+3
* ar5523: constify usb_device_idArvind Yadav2017-08-101-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-061-0/+2
* net: wireless: ath: ar5523: ar5523: don't print error when allocating urb failsWolfram Sang2016-08-131-7/+2
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-2/+2
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-3/+3
* mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-241-2/+1
* ar5523: use container_ofFlorian Westphal2015-03-132-5/+5
* mac80211: add vif to flush callEmmanuel Grumbach2014-04-091-1/+2
* ar5523: fix usb id for Gigaset.Oleksij Rempel2014-02-041-1/+1
* wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-031-1/+0
* ar5523: Add USB ID of D-Link WUA-2340 rev A1Albert Pool2013-09-261-0/+1
* mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-7/+7
* mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-181-1/+1
* wireless: allow Atheros card to not depend on ath.koVladimir Kondratiev2012-11-301-0/+1
* ar5523: Don't dereference sta if NULLPontus Fuchs2012-11-141-2/+2
* ar5523: Fix sparse endianness warningsPontus Fuchs2012-11-142-21/+24
* ar5523: use module_usb_driver to simplify the codeWei Yongjun2012-11-141-12/+1
* ar5523: make buffer size variable unsignedDan Carpenter2012-10-301-1/+1
* ar5523: Add new driverPontus Fuchs2012-10-295-0/+2397