Age | Commit message (Expand) | Author | Files | Lines |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
2020-05-13 | wcn36xx: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2 | -3/+3 |
2020-05-11 | wcn36xx: Fix error handling path in 'wcn36xx_probe()' | Christophe JAILLET | 1 | -2/+4 |
2020-01-26 | wcn36xx: fix spelling mistake "to" -> "too" | Colin Ian King | 1 | -1/+1 |
2019-12-18 | wcn36xx: disable HW_CONNECTION_MONITOR | Eduardo Abinader | 1 | -1/+0 |
2019-11-15 | wcn36xx: fix typo | Eduardo Abinader | 1 | -1/+1 |
2019-11-06 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 1 | -2/+0 |
2019-10-31 | wcn36xx: remove unecessary return | Eduardo Abinader | 1 | -2/+0 |
2019-10-04 | mac80211: simplify TX aggregation start | Johannes Berg | 1 | -2/+3 |
2019-09-04 | wcn36xx: use dynamic allocation for large variables | Arnd Bergmann | 1 | -81/+105 |
2019-06-26 | ath: fix SPDX tags | Kalle Valo | 2 | -2/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -2/+2 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 1 | -9/+8 |
2018-08-24 | wcn36xx: use dma_zalloc_coherent instead of allocator/memset | YueHaibing | 1 | -10/+9 |
2018-08-24 | wcn36xx: Use kmemdup instead of duplicating it in wcn36xx_smd_process_ptt_msg... | YueHaibing | 1 | -2/+2 |
2018-07-25 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 3 | -56/+72 |
2018-07-02 | wcn36xx: drop unnecessary initialization of variables | Daniel Mack | 2 | -41/+38 |
2018-06-29 | wcn36xx: Fix WEP encryption | Loic Poulain | 2 | -14/+25 |
2018-06-29 | wcn36xx: Track associated stations | Loic Poulain | 2 | -0/+8 |
2018-06-29 | wcn36xx: Fix WEP104 encryption type | Loic Poulain | 1 | -1/+1 |
2018-06-28 | wcn36xx: Remove Unicode Byte Order Mark from testcode | Geert Uytterhoeven | 1 | -1/+1 |
2018-05-25 | wcn36xx: Add support for Factory Test Mode (FTM) | Eyal Ilsar | 9 | -0/+332 |
2018-05-25 | wcn36xx: improve debug and error messages for SMD | Daniel Mack | 1 | -4/+10 |
2018-05-25 | wcn36xx: simplify wcn36xx_smd_open() | Daniel Mack | 1 | -9/+3 |
2018-05-25 | wcn36xx: drain pending indicator messages on shutdown | Daniel Mack | 1 | -0/+6 |
2018-05-25 | wcn36xx: set PREASSOC and IDLE stated when BSS info changes | Daniel Mack | 1 | -0/+4 |
2018-05-25 | wcn36xx: consider CTRL_EOP bit when looking for valid descriptors | Daniel Mack | 1 | -1/+3 |
2018-05-25 | wcn36xx: only handle packets when ED or DONE bit is set | Daniel Mack | 1 | -4/+16 |
2018-05-25 | wcn36xx: clear all masks in RX interrupt | Daniel Mack | 1 | -22/+40 |
2018-05-25 | wcn36xx: don't disable RX IRQ from handler | Daniel Mack | 1 | -4/+11 |
2018-05-25 | wcn36xx: set DMA mask explicitly | Daniel Mack | 1 | -0/+6 |
2018-05-25 | wcn36xx: fix buffer commit logic on TX path | Daniel Mack | 1 | -37/+38 |
2018-04-24 | wcn36xx: pass information elements in scan requests | Daniel Mack | 3 | -7/+18 |
2018-04-24 | wcn36xx: send bss_type in scan requests | Daniel Mack | 2 | -1/+5 |
2018-04-24 | wcn36xx: handle scan cancellation when firmware support is missing | Daniel Mack | 1 | -3/+11 |
2018-04-24 | wcn36xx: cancel pending scan request when interface goes down | Daniel Mack | 1 | -0/+13 |
2018-04-24 | wcn36xx: abort scan request when 'dequeued' indicator is sent | Daniel Mack | 1 | -2/+2 |
2018-04-24 | wcn36xx: pass correct BSS index when deleting BSS keys | Daniel Mack | 3 | -5/+13 |
2018-04-19 | wcn36xx: use READ_ONCE() to access desc->ctrl | Daniel Mack | 1 | -4/+3 |
2018-04-10 | wcn36xx: allocate skbs with GFP_KERNEL during init | Daniel Mack | 1 | -4/+6 |
2018-04-10 | wcn36xx: Remove useless skb spinlock | Loic Poulain | 2 | -8/+1 |
2018-04-10 | wcn36xx: Add missing fall through comment in smd.c | Loic Poulain | 1 | -0/+1 |
2018-04-10 | wcn36xx: don't delete invalid bss indices | Daniel Mack | 2 | -0/+7 |
2018-04-10 | wcn36xx: don't keep reference to skb if transmission failed | Daniel Mack | 2 | -4/+17 |
2018-04-10 | wcn36xx: check for DMA mapping errors in wcn36xx_dxe_tx_frame() | Daniel Mack | 1 | -0/+5 |
2018-03-29 | wcn36xx: dequeue all pending indicator messages | Daniel Mack | 1 | -43/+52 |
2018-03-29 | wcn36xx: Fix firmware crash due to corrupted buffer address | Loic Poulain | 3 | -32/+16 |
2018-03-29 | wcn36xx: turn off probe response offloading | Ramon Fried | 1 | -2/+0 |
2018-03-27 | wireless: Use octal not symbolic permissions | Joe Perches | 1 | -3/+2 |