summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * ath10k: Don't call SCM interface for statically mapped msa regionGovind Singh2020-01-262-0/+10
| | * dt: bindings: add dt entry flag to skip SCM call for msa regionGovind Singh2020-01-261-0/+4
| | * Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen2020-01-261-1/+1
| | * ath10k: drop RX skb with invalid length for sdioWen Gong2020-01-261-6/+18
| | * ath10k: use true,false for bool variablezhengbin2020-01-261-1/+1
| | * ath10k: Add optional qdss clkBjorn Andersson2020-01-262-2/+2
| | * ath10k: pci: Fix comment on ath10k_pci_dump_memory_sramBryan O'Donoghue2020-01-261-1/+1
| | * ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safeBryan O'Donoghue2020-01-261-2/+17
| | * wil6210: use true,false for bool variablezhengbin2020-01-263-6/+6
| | * ath9k: use true,false for bool variablezhengbin2020-01-261-1/+1
| * | iwlegacy: ensure loop counter addr does not wrap and cause an infinite loopColin Ian King2020-01-261-1/+1
| * | rtlwifi: btcoex: fix spelling mistake "initilized" -> "initialized"Colin Ian King2020-01-263-3/+3
| * | rtlwifi: rtl8723ae: remove unused variablesYueHaibing2020-01-261-112/+0
| * | rtlwifi: rtl8192ee: remove unused variablesYueHaibing2020-01-261-118/+0
| * | rtlwifi: rtl8821ae: remove unused variablesYueHaibing2020-01-261-118/+0
| * | rtlwifi: rtl8188ee: remove redundant assignment to variable condColin Ian King2020-01-261-1/+1
| * | qtnfmac: add support for TWT responder and spatial reuseMikhail Karpenko2020-01-262-1/+53
| * | qtnfmac: add support for STA HE ratesSergey Matyukevich2020-01-262-0/+3
| * | qtnfmac: control qtnfmac wireless interfaces bridgingSergey Matyukevich2020-01-261-18/+34
| * | qtnfmac: add module param to configure DFS offloadSergey Matyukevich2020-01-266-7/+22
| * | qtnfmac: cleanup slave_radar access functionSergey Matyukevich2020-01-263-7/+7
| * | brcmfmac: Remove always false 'idx < 0' statementyuehaibing2020-01-261-1/+1
| * | rtw88: use shorter delay time to poll PS stateYan-Hsuan Chuang2020-01-261-2/+2
| * | rtw88: fix potential NULL skb access in TX ISRYan-Hsuan Chuang2020-01-261-0/+5
| * | brcmfmac: add initial support for monitor modeRafał Miłecki2020-01-266-13/+174
| * | brcmfmac: simplify building interface combinationsRafał Miłecki2020-01-261-29/+14
| * | brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362Jean-Philippe Brucker2020-01-261-6/+6
| * | brcmfmac: use true,false for bool variablezhengbin2020-01-261-1/+1
| * | cw1200: use true,false for bool variablezhengbin2020-01-261-1/+1
| * | rtw88: use true,false for bool variablezhengbin2020-01-261-1/+1
| * | rtlwifi: rtl8821ae: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-16/+3
| * | rtlwifi: rtl8723be: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-17/+3
| * | rtlwifi: rtl8723ae: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-17/+3
| * | rtlwifi: rtl8192se: Remove sw.h headerAmadeusz Sławiński2020-01-262-14/+0
| * | rtlwifi: rtl8192ee: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-15/+3
| * | rtlwifi: rtl8192cu: Remove sw.h headerAmadeusz Sławiński2020-01-262-28/+0
| * | rtlwifi: rtl8192ce: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-18/+2
| * | rtlwifi: rtl8188ee: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-16/+3
| * | rtlwifi: rtl8192cu: Fix typoAmadeusz Sławiński2020-01-261-17/+17
| * | rtw88: change max_num_of_tx_queue() definition to inline in pci.hZong-Zhe Yang2020-01-261-1/+1
| * | rtw88: assign NULL to skb after being kfree()'edYan-Hsuan Chuang2020-01-261-1/+4
| * | rtw88: use rtw_hci_stop() instead of rtwdev->hci.ops->stop()Chin-Yen Lee2020-01-261-1/+1
| * | rtw88: remove unused vif pointer in struct rtw_vifYan-Hsuan Chuang2020-01-262-2/+0
| * | rtw88: remove unused variable 'in_lps'Yan-Hsuan Chuang2020-01-262-2/+0
| * | rtw88: remove unused spinlockTzu-En Huang2020-01-262-4/+0
| * | rtw88: 8822c: update power sequence to v15Tzu-En Huang2020-01-261-3/+3
| * | rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40MPing-Ke Shih2020-01-261-4/+6
| * | rtw88: fix rate mask for 1SS chipPing-Ke Shih2020-01-261-7/+5
| * | rtw88: Add wowlan net-detect supportChin-Yen Lee2020-01-267-15/+571
| * | rtw88: Add wowlan pattern match supportChin-Yen Lee2020-01-267-0/+274