summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wcn36xx
AgeCommit message (Expand)Author
2020-01-26wcn36xx: fix spelling mistake "to" -> "too"Colin Ian King
2019-12-18wcn36xx: disable HW_CONNECTION_MONITOREduardo Abinader
2019-11-15wcn36xx: fix typoEduardo Abinader
2019-11-06Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2019-10-31wcn36xx: remove unecessary returnEduardo Abinader
2019-10-04mac80211: simplify TX aggregation startJohannes Berg
2019-09-04wcn36xx: use dynamic allocation for large variablesArnd Bergmann
2019-06-26ath: fix SPDX tagsKalle Valo
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-08-24wcn36xx: use dma_zalloc_coherent instead of allocator/memsetYueHaibing
2018-08-24wcn36xx: Use kmemdup instead of duplicating it in wcn36xx_smd_process_ptt_msg...YueHaibing
2018-07-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2018-07-02wcn36xx: drop unnecessary initialization of variablesDaniel Mack
2018-06-29wcn36xx: Fix WEP encryptionLoic Poulain
2018-06-29wcn36xx: Track associated stationsLoic Poulain
2018-06-29wcn36xx: Fix WEP104 encryption typeLoic Poulain
2018-06-28wcn36xx: Remove Unicode Byte Order Mark from testcodeGeert Uytterhoeven
2018-05-25wcn36xx: Add support for Factory Test Mode (FTM)Eyal Ilsar
2018-05-25wcn36xx: improve debug and error messages for SMDDaniel Mack
2018-05-25wcn36xx: simplify wcn36xx_smd_open()Daniel Mack
2018-05-25wcn36xx: drain pending indicator messages on shutdownDaniel Mack
2018-05-25wcn36xx: set PREASSOC and IDLE stated when BSS info changesDaniel Mack
2018-05-25wcn36xx: consider CTRL_EOP bit when looking for valid descriptorsDaniel Mack
2018-05-25wcn36xx: only handle packets when ED or DONE bit is setDaniel Mack
2018-05-25wcn36xx: clear all masks in RX interruptDaniel Mack
2018-05-25wcn36xx: don't disable RX IRQ from handlerDaniel Mack
2018-05-25wcn36xx: set DMA mask explicitlyDaniel Mack
2018-05-25wcn36xx: fix buffer commit logic on TX pathDaniel Mack
2018-04-24wcn36xx: pass information elements in scan requestsDaniel Mack
2018-04-24wcn36xx: send bss_type in scan requestsDaniel Mack
2018-04-24wcn36xx: handle scan cancellation when firmware support is missingDaniel Mack
2018-04-24wcn36xx: cancel pending scan request when interface goes downDaniel Mack
2018-04-24wcn36xx: abort scan request when 'dequeued' indicator is sentDaniel Mack
2018-04-24wcn36xx: pass correct BSS index when deleting BSS keysDaniel Mack
2018-04-19wcn36xx: use READ_ONCE() to access desc->ctrlDaniel Mack
2018-04-10wcn36xx: allocate skbs with GFP_KERNEL during initDaniel Mack
2018-04-10wcn36xx: Remove useless skb spinlockLoic Poulain
2018-04-10wcn36xx: Add missing fall through comment in smd.cLoic Poulain
2018-04-10wcn36xx: don't delete invalid bss indicesDaniel Mack
2018-04-10wcn36xx: don't keep reference to skb if transmission failedDaniel Mack
2018-04-10wcn36xx: check for DMA mapping errors in wcn36xx_dxe_tx_frame()Daniel Mack
2018-03-29wcn36xx: dequeue all pending indicator messagesDaniel Mack
2018-03-29wcn36xx: Fix firmware crash due to corrupted buffer addressLoic Poulain
2018-03-29wcn36xx: turn off probe response offloadingRamon Fried
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2018-03-26wcn36xx: Check DXE IRQ reasonRamon Fried
2018-03-26wcn36xx: calculate DXE default channel valuesRamon Fried
2018-03-26wcn36xx: calculate DXE control registers valuesRamon Fried