summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2016-03-07carl9170: import 1.9.9 firmware headersChristian Lamparter4-6/+87
2016-03-06Merge 'net-next/master'Kalle Valo6-15/+33
2016-03-06Merge ath-next from ath.gitKalle Valo46-470/+2530
2016-03-03ath9k: clear bb filter calibration power thresholdMiaoqing Pan2-1/+9
2016-03-03ath9k: reduce stack usage in ar9003_aic_cal_post_processArnd Bergmann2-40/+40
2016-03-03ath9k: make NF load complete quickly and reliablyMiaoqing Pan1-6/+32
2016-03-03ath10k: fix sanity check on enabling btcoex via debugfsMohammed Shafi Shajakhan1-4/+9
2016-03-03ath10k: reduce number of peers to support peer stats featureAnilkumar Kolli3-4/+20
2016-03-03ath10k: process htt rx indication as batch modeRajkumar Manoharan1-2/+14
2016-03-03ath10k: reduce rx_lock contention for htt rx indicationRajkumar Manoharan1-10/+8
2016-03-03ath10k: fix erroneous return valueAnton Protopopov1-1/+1
2016-03-03ath10k: add hw_rev to trace events to support pktlogAshok Raj Nagarajan1-3/+12
2016-03-03ath10k: fix pktlog in QCA99X0Ashok Raj Nagarajan1-5/+1
2016-03-03ath10k: fix pointless update of peer stats listMohammed Shafi Shajakhan1-2/+4
2016-03-02Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller6-15/+33
2016-02-25ath10k: fix updating peer stats rx durationMohammed Shafi Shajakhan1-3/+3
2016-02-25ath10k: remove impossible codeSudip Mukherjee1-3/+0
2016-02-24cfg80211: basic support for PBSS network typeLior David1-0/+10
2016-02-02ath10k: populate qca4019 fw specific wmi init paramsRaja Mani5-15/+24
2016-02-02ath10k: add qca4019 hw paramsRaja Mani3-0/+31
2016-02-02ath10k: add abstraction layer for vdev subtypePeter Oh5-11/+128
2016-02-02ath10k: use vif->type and vif->p2p for P2P_GO checkPeter Oh2-7/+3
2016-02-02ath10k: update 10.4 WMI service mapPeter Oh1-0/+11
2016-02-02ath10k: rename Mesh related service namesPeter Oh2-9/+11
2016-02-02wil6210: TX vring optimizationHamad Kadmany2-4/+4
2016-02-02wil6210: protect synchronous wmi commands handlingMaya Erez1-4/+13
2016-02-02wil6210: wait for disconnect completionVladimir Kondratiev3-20/+22
2016-02-02wil6210: prevent access to vring_tx_data lock during its initMaya Erez2-5/+24
2016-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+6
2016-01-28ath9k: do not limit the number of DFS channel interfaces to 1Felix Fietkau1-20/+5
2016-01-28ath10k: expose hif ops for ahbRaja Mani3-0/+277
2016-01-28ath10k: add resource init and deinit in ahbRaja Mani2-0/+129
2016-01-28ath10k: include irq related functions in ahbRaja Mani2-0/+46
2016-01-28ath10k: add chip and bus halt logic in ahbRaja Mani2-0/+128
2016-01-28ath10k: add reset ctrl related functions in ahbRaja Mani3-1/+145
2016-01-28ath10k: add clock ctrl related functions in ahbRaja Mani2-0/+127
2016-01-28ath10k: add helper functions in ahb.c for reg rd/wrRaja Mani3-0/+68
2016-01-28ath10k: include qca4019 register map tableRaja Mani3-0/+45
2016-01-28ath10k: add basic skeleton to support ahbRaja Mani9-0/+131
2016-01-28ath10k: pull reusable code from pci probe and remove for ahbRaja Mani2-22/+44
2016-01-28ath10k: make ath10k_pci_read32/write32() ops more genericRaja Mani2-3/+39
2016-01-28ath10k: make some of ath10k_pci_* func reusableRaja Mani2-32/+63
2016-01-28ath10k: implement basic support for new tx path firmwareMichal Kazior3-9/+91
2016-01-28ath10k: clean up cont frag desc init codeMichal Kazior1-17/+41
2016-01-28ath10k: add new FW_FEATURE_PEER_FLOW_CONTROLMichal Kazior2-0/+10
2016-01-28ath10k: add new htt definitionsMichal Kazior1-3/+150
2016-01-28ath10k: rename some HTT eventsMichal Kazior3-10/+10
2016-01-26ath9k: fix data bus error on ar9300 and ar9580Miaoqing Pan2-1/+13
2016-01-26ath9k: fix inconsistent use of tab and space in indentationMiaoqing Pan1-3/+3
2016-01-26ath9k: do not reset while BB panic(0x4000409) on ar9561Miaoqing Pan1-2/+3