summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-02-25ath10k: fix updating peer stats rx durationMohammed Shafi Shajakhan1-3/+3
2016-02-25ath10k: remove impossible codeSudip Mukherjee1-3/+0
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-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
2016-01-26ath9k: clean up ANI per-channel pointer checkingMiaoqing Pan1-26/+6
2016-01-26ath9k: avoid ANI restart if no triggerMiaoqing Pan1-1/+3
2016-01-26ath9k: Drop useless const on chanctx_event_delta() return typeGeert Uytterhoeven1-1/+1
2016-01-26ath9k_hw: add low power tx gain table for AR953xFelix Fietkau2-0/+68
2016-01-26wil6210: handle multiple connect/disconnect eventsMaya Erez4-93/+156
2016-01-26wil6210: find TX vring only if vring_tx_data is enabledMaya Erez1-5/+12
2016-01-26wil6210: handle tx completions only if vring tx data is enabledMaya Erez1-2/+3
2016-01-26wil6210: use extra IEs from probe responseLior David1-39/+102