aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-09-04carl9170: remove set but not used variable 'udev'YueHaibing1-2/+0
2019-07-01Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-29/+19
2019-06-27carl9170: remove dead branch in op_conf_tx callbackChristian Lamparter1-7/+2
2019-06-27carl9170: fix misuse of device driver APIChristian Lamparter1-22/+17
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 325Thomas Gleixner1-13/+1
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 57Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-29wireless: carl9170: fix clang build warningArnd Bergmann2-2/+2
2019-02-19carl9170: clean up a clamp() callDan Carpenter1-1/+1
2018-11-05carl9170: tx: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-11-05carl9170: rx: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-09-04wireless: remove unnecessary unlikely()Igor Stoppa1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches2-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-10carl9170: constify usb_device_idArvind Yadav1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+3
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-2/+2
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-4/+4
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+2
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+2
2016-09-21carl9170: fix debugfs crashesChristian Lamparter1-2/+4
2016-09-09carl9170: Fix wrong completion usageDaniel Wagner1-4/+2
2016-06-04carl9170: Clarify kconfig textLauri Kasanen1-5/+3
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg5-23/+23
2016-03-07carl9170: import 1.9.9 firmware headersChristian Lamparter4-6/+87
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2015-10-12Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+1
2015-09-29carl9170: fix bad rssi readingHiroaki KAWAI1-1/+1
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach1-1/+1
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg2-11/+11
2015-05-26carl9170: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2015-05-05mac80211: make LED trigger names constJohannes Berg1-1/+1
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg2-6/+4
2015-02-13wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-18/+6
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg2-9/+9
2014-10-30carl9170: Convert byte_rev_table uses to bitrev8Joe Perches1-2/+2
2014-08-28carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-08-28carl9170: Remove redundant protection checkAndreea-Cristina Bernat1-10/+1
2014-08-11carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl2-4/+28
2014-07-20carl9170: remove unnecessary break after returnFabian Frederick1-1/+0
2014-05-22carl9170: fix leaks at failure path in carl9170_usb_probe()Alexey Khoroshilov1-1/+7
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+3
2014-03-27carl9170: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-01-16carl9170: use ath_is_mybeaconOleksij Rempel1-6/+3