aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-1/+1
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-1/+1
2017-11-20wcn36xx: fix iris child-node lookupJohan Hovold1-1/+1
2017-11-20ath10k: fix data rx for CCMP-256, GCMP and GCMP-256 in raw modeVasanthakumar Thiagarajan1-13/+38
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds43-248/+292
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+4
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar13-28/+108
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller43-246/+292
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-0/+10
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds10-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-28/+98
2017-10-30Revert "ath10k: fix napi_poll budget overflow"Kalle Valo1-11/+6
2017-10-30ath10k: rebuild crypto header in rx data framesVasanthakumar Thiagarajan2-16/+92
2017-10-27wcn36xx: Remove unnecessary rcu_read_unlock in wcn36xx_bss_info_changedJia-Ju Bai1-1/+0
2017-10-27ath: Convert timers to use timer_setup()Kees Cook22-72/+61
2017-10-27wil6210: remove SSID debugfsJohannes Berg1-45/+0
2017-10-27ath9k: debug: Remove redundant checkChristos Gkekas1-1/+1
2017-10-27ath10k: spectral: remove redundant check in write_file_spectral_count()Christos Gkekas1-1/+1
2017-10-27ath10k: fix sending wmi cmd during the tdls teardownAnilkumar Kolli1-1/+2
2017-10-27ath10k: block offchannel operations if TDLS session is activeAnilkumar Kolli1-0/+10
2017-10-27ath10k: move ath10k_mac_tdls_vif*() functionsAnilkumar Kolli1-53/+53
2017-10-27ath10k: fix build errors with !CONFIG_PMBrian Norris1-5/+0
2017-10-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo25-68/+164
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-4/+4
2017-10-13ath10k: store coverage-class in case firmware is not bootedBen Greear1-2/+7
2017-10-13ath9k: fix tx99 potential info leakMiaoqing Pan1-0/+5
2017-10-13ath10k: add new cipher suite supportRajkumar Manoharan4-2/+57
2017-10-13ath10k: check power save support in STA mode through FW IEVenkateswara Naralasetty3-2/+11
2017-10-13ath10k: fix core PCI suspend when WoWLAN is supported but disabledBrian Norris1-10/+14
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook1-5/+4
2017-10-04ath9k: make const array reg_hole_list static, reduces object code sizeColin Ian King1-1/+1
2017-09-25wcn36xx: Disable 5GHz for wcn3620Loic Poulain2-1/+17
2017-09-25ath9k: Avoid a potential deadlockVille Syrjälä3-11/+14
2017-09-25ath10k: make ath10k_hw_ce_regs constBhumika Goyal2-4/+4
2017-09-25ath9k: Use ARRAY_SIZE macroThomas Meyer1-3/+2
2017-09-25ath9k: remove cast to void pointerHimanshu Jha11-32/+32
2017-09-21drivers: net: ath6kl: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21ath10k: mark PM functions as __maybe_unusedArnd Bergmann1-5/+2
2017-08-31Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo28-344/+803
2017-08-31ath10k: configure and enable the wakeup capabilityRyan Hsu3-0/+16
2017-08-31ath10k: add the PCI PM core suspend/resume opsRyan Hsu1-0/+42
2017-08-31wil6210: ensure P2P device is stopped before removing interfaceLior David1-28/+29
2017-08-31wil6210: increase connect timeoutLior David1-1/+1
2017-08-31wil6210: clear PAL_UNIT_ICR part of device resetDedy Lansky2-0/+3
2017-08-31wil6210: move pre-FW configuration to separate functionDedy Lansky1-18/+22
2017-08-31wil6210: align to latest auto generated wmi.hLazar Alexei1-239/+475
2017-08-31wil6210: make debugfs compilation optionalGidon Studinski3-1/+19
2017-08-31wil6210: ratelimit errors in TX/RX interruptsLior David1-6/+8