summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx
AgeCommit message (Expand)Author
2020-08-14wcn36xx: Use sequence number allocated by mac80211Loic Poulain
2020-08-14wcn36xx: Fix TX data pathLoic Poulain
2020-08-14wcn36xx: Increase number of TX retriesLoic Poulain
2020-08-14wcn36xx: Add TX ack supportLoic Poulain
2020-08-14wcn36xx: Fix multiple AMPDU sessions supportLoic Poulain
2020-06-16wcn36xx: Add ieee80211 rx status rate informationLoic Poulain
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-13wcn36xx: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-11wcn36xx: Fix error handling path in 'wcn36xx_probe()'Christophe JAILLET
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