summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/carl9170
AgeCommit message (Expand)Author
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski
2021-12-08carl9170: Use the bitmap API when applicableChristophe JAILLET
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook
2021-06-12wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap
2021-04-18carl9170: remove get_tid_hChristophe JAILLET
2021-02-09carl9170: fix struct alignment conflictArnd Bergmann
2020-12-09carl9170: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-08carl9170: remove trailing semicolon in macro definitionTom Rix
2020-11-11carl9170: remove WDS codeJohannes Berg
2020-08-31carl9170: Convert 'ar9170_qmap' to inline functionLee Jones
2020-08-27carl9170: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-27carl9170: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-09ath: fix wiki website urlFlavio Suligoi
2020-05-12carl9170: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-06carl9170: remove P2P_GO supportChristian Lamparter
2020-03-12carl9170: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2019-10-04mac80211: simplify TX aggregation startJohannes Berg
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-04carl9170: remove set but not used variable 'udev'YueHaibing
2019-07-01Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2019-06-27carl9170: remove dead branch in op_conf_tx callbackChristian Lamparter
2019-06-27carl9170: fix misuse of device driver APIChristian Lamparter
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 325Thomas Gleixner
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 57Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-29wireless: carl9170: fix clang build warningArnd Bergmann
2019-02-19carl9170: clean up a clamp() callDan Carpenter
2018-11-05carl9170: tx: mark expected switch fall-throughsGustavo A. R. Silva
2018-11-05carl9170: rx: mark expected switch fall-throughGustavo A. R. Silva
2018-09-04wireless: remove unnecessary unlikely()Igor Stoppa
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-10carl9170: constify usb_device_idArvind Yadav
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-09-21carl9170: fix debugfs crashesChristian Lamparter
2016-09-09carl9170: Fix wrong completion usageDaniel Wagner
2016-06-04carl9170: Clarify kconfig textLauri Kasanen
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-03-07carl9170: import 1.9.9 firmware headersChristian Lamparter
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon
2015-10-12Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...David S. Miller
2015-09-29carl9170: fix bad rssi readingHiroaki KAWAI