aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ar5523 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-7/+7
2019-10-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+2
2019-10-02ar5523: check NULL before memcpy() in ar5523_cmd()Denis Efremov1-1/+2
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2019-06-26ath: fix SPDX tagsKalle Valo2-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2017-10-27ath: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-08-10ar5523: constify usb_device_idArvind Yadav1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+2
2016-08-13net: wireless: ath: ar5523: ar5523: don't print error when allocating urb failsWolfram Sang1-7/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-3/+3
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-2/+1
2015-03-13ar5523: use container_ofFlorian Westphal2-5/+5
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-02-04ar5523: fix usb id for Gigaset.Oleksij Rempel1-1/+1
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-09-26ar5523: Add USB ID of D-Link WUA-2340 rev A1Albert Pool1-0/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-7/+7
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-1/+1
2012-11-30wireless: allow Atheros card to not depend on ath.koVladimir Kondratiev1-0/+1
2012-11-14ar5523: Don't dereference sta if NULLPontus Fuchs1-2/+2
2012-11-14ar5523: Fix sparse endianness warningsPontus Fuchs2-21/+24
2012-11-14ar5523: use module_usb_driver to simplify the codeWei Yongjun1-12/+1
2012-10-30ar5523: make buffer size variable unsignedDan Carpenter1-1/+1
2012-10-29ar5523: Add new driverPontus Fuchs5-0/+2397