aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18wcn36xx: disable HW_CONNECTION_MONITOREduardo Abinader1-1/+0
2019-11-15wcn36xx: fix typoEduardo Abinader1-1/+1
2019-11-06Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-2/+0
2019-10-31wcn36xx: remove unecessary returnEduardo Abinader1-2/+0
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+3
2019-09-04wcn36xx: use dynamic allocation for large variablesArnd Bergmann1-81/+105
2019-06-26ath: fix SPDX tagsKalle Valo2-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-9/+8
2018-08-24wcn36xx: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-10/+9
2018-08-24wcn36xx: Use kmemdup instead of duplicating it in wcn36xx_smd_process_ptt_msg_rspYueHaibing1-2/+2
2018-07-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo3-56/+72
2018-07-02wcn36xx: drop unnecessary initialization of variablesDaniel Mack2-41/+38
2018-06-29wcn36xx: Fix WEP encryptionLoic Poulain2-14/+25
2018-06-29wcn36xx: Track associated stationsLoic Poulain2-0/+8
2018-06-29wcn36xx: Fix WEP104 encryption typeLoic Poulain1-1/+1
2018-06-28wcn36xx: Remove Unicode Byte Order Mark from testcodeGeert Uytterhoeven1-1/+1
2018-05-25wcn36xx: Add support for Factory Test Mode (FTM)Eyal Ilsar9-0/+332
2018-05-25wcn36xx: improve debug and error messages for SMDDaniel Mack1-4/+10
2018-05-25wcn36xx: simplify wcn36xx_smd_open()Daniel Mack1-9/+3
2018-05-25wcn36xx: drain pending indicator messages on shutdownDaniel Mack1-0/+6
2018-05-25wcn36xx: set PREASSOC and IDLE stated when BSS info changesDaniel Mack1-0/+4
2018-05-25wcn36xx: consider CTRL_EOP bit when looking for valid descriptorsDaniel Mack1-1/+3
2018-05-25wcn36xx: only handle packets when ED or DONE bit is setDaniel Mack1-4/+16
2018-05-25wcn36xx: clear all masks in RX interruptDaniel Mack1-22/+40
2018-05-25wcn36xx: don't disable RX IRQ from handlerDaniel Mack1-4/+11
2018-05-25wcn36xx: set DMA mask explicitlyDaniel Mack1-0/+6
2018-05-25wcn36xx: fix buffer commit logic on TX pathDaniel Mack1-37/+38
2018-04-24wcn36xx: pass information elements in scan requestsDaniel Mack3-7/+18
2018-04-24wcn36xx: send bss_type in scan requestsDaniel Mack2-1/+5
2018-04-24wcn36xx: handle scan cancellation when firmware support is missingDaniel Mack1-3/+11
2018-04-24wcn36xx: cancel pending scan request when interface goes downDaniel Mack1-0/+13
2018-04-24wcn36xx: abort scan request when 'dequeued' indicator is sentDaniel Mack1-2/+2
2018-04-24wcn36xx: pass correct BSS index when deleting BSS keysDaniel Mack3-5/+13
2018-04-19wcn36xx: use READ_ONCE() to access desc->ctrlDaniel Mack1-4/+3
2018-04-10wcn36xx: allocate skbs with GFP_KERNEL during initDaniel Mack1-4/+6
2018-04-10wcn36xx: Remove useless skb spinlockLoic Poulain2-8/+1
2018-04-10wcn36xx: Add missing fall through comment in smd.cLoic Poulain1-0/+1
2018-04-10wcn36xx: don't delete invalid bss indicesDaniel Mack2-0/+7
2018-04-10wcn36xx: don't keep reference to skb if transmission failedDaniel Mack2-4/+17
2018-04-10wcn36xx: check for DMA mapping errors in wcn36xx_dxe_tx_frame()Daniel Mack1-0/+5
2018-03-29wcn36xx: dequeue all pending indicator messagesDaniel Mack1-43/+52
2018-03-29wcn36xx: Fix firmware crash due to corrupted buffer addressLoic Poulain3-32/+16
2018-03-29wcn36xx: turn off probe response offloadingRamon Fried1-2/+0
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-3/+2
2018-03-26wcn36xx: Check DXE IRQ reasonRamon Fried2-7/+47
2018-03-26wcn36xx: calculate DXE default channel valuesRamon Fried1-5/+99
2018-03-26wcn36xx: calculate DXE control registers valuesRamon Fried2-15/+103
2018-03-26wcn36xx: reduce verbosity of drivers messagesRamon Fried3-9/+14