summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wcn36xx
AgeCommit message (Expand)Author
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
2018-03-26wcn36xx: reduce verbosity of drivers messagesRamon Fried
2018-02-27wcn36xx: Fix warning due to duplicate scan_completed notificationLoic Poulain
2018-01-25wcn36xx: release DMA memory in case of errorRamon Fried
2018-01-15Merge tag 'wireless-drivers-next-for-davem-2018-01-13' of git://git.kernel.or...David S. Miller
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-09wcn36xx: fix incorrect assignment to msg_body.min_ch_timeColin Ian King
2018-01-04wcn36xx: Fix dynamic power savingLoic Poulain
2017-12-14wcn36xx: Reduce spinlock in indication handlerBjorn Andersson
2017-12-14wcn36xx: Add hardware scan offload supportLoic Poulain
2017-12-02wcn36xx: set default BTLE coexistence configEyal Ilsar