messages from 2019-08-20 10:07:31 to 2019-10-20 10:06:32 UTC [more...]
[PATCH v2 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
2019-10-20 10:04 UTC (49+ messages)
` [PATCH v2 01/49] dt: bindings: net: add qcom,ath11k.yaml
` [PATCH v2 02/49] ath11k: add Kconfig
` [PATCH v2 03/49] ath11k: add Makefile
` [PATCH v2 04/49] ath11k: add ahb.c
` [PATCH v2 05/49] ath11k: add ahb.h
` [PATCH v2 06/49] ath11k: add ce.c
` [PATCH v2 07/49] ath11k: add ce.h
` [PATCH v2 08/49] ath11k: add core.c
` [PATCH v2 09/49] ath11k: add core.h
` [PATCH v2 10/49] ath11k: add debug.c
` [PATCH v2 11/49] ath11k: add debug.h
` [PATCH v2 12/49] ath11k: add debug_htt_stats.c
` [PATCH v2 13/49] ath11k: add debug_htt_stats.h
` [PATCH v2 14/49] ath11k: add debugfs_sta.c
` [PATCH v2 15/49] ath11k: add dp.c
` [PATCH v2 16/49] ath11k: add dp.h
` [PATCH v2 17/49] ath11k: add dp_rx.c
` [PATCH v2 18/49] ath11k: add dp_rx.h
` [PATCH v2 19/49] ath11k: add dp_tx.c
` [PATCH v2 20/49] ath11k: add dp_tx.h
` [PATCH v2 21/49] ath11k: add hal.c
` [PATCH v2 22/49] ath11k: add hal.h
` [PATCH v2 23/49] ath11k: add hal_desc.h
` [PATCH v2 24/49] ath11k: add hal_rx.c
` [PATCH v2 25/49] ath11k: add hal_rx.h
` [PATCH v2 26/49] ath11k: add hal_tx.c
` [PATCH v2 27/49] ath11k: add hal_tx.h
` [PATCH v2 28/49] ath11k: add htc.c
` [PATCH v2 29/49] ath11k: add htc.h
` [PATCH v2 30/49] ath11k: add hw.h
` [PATCH v2 31/49] ath11k: add mac.c
` [PATCH v2 32/49] ath11k: add mac.h
` [PATCH v2 33/49] ath11k: add peer.c
` [PATCH v2 34/49] ath11k: add peer.h
` [PATCH v2 35/49] ath11k: add qmi.c
` [PATCH v2 36/49] ath11k: add qmi.h
` [PATCH v2 37/49] ath11k: add reg.c
` [PATCH v2 38/49] ath11k: add reg.h
` [PATCH v2 39/49] ath11k: add rx_desc.h
` [PATCH v2 40/49] ath11k: add testmode.c
` [PATCH v2 41/49] ath11k: add testmode.h
` [PATCH v2 42/49] ath11k: add testmode_i.h
` [PATCH v2 43/49] ath11k: add trace.c
` [PATCH v2 44/49] ath11k: add trace.h
` [PATCH v2 46/49] ath11k: add wmi.h
` [PATCH v2 47/49] ath: add ath11k to Makefile
` [PATCH v2 48/49] ath: add ath11k to Kconfig
` [PATCH v2 49/49] MAINTAINERS: add ath11k
[PATCH] ath11k: whitespace cleanup in core.c
2019-10-16 10:50 UTC (2+ messages)
[PATCH bringup] dt-bindings: net: add qcom,ath11k.yaml
2019-10-16 10:49 UTC (2+ messages)
[PATCH V2] ath11k: optimize RX path latency
2019-10-16 8:53 UTC (4+ messages)
[PATCH] ath11k: update tcl cmd descriptor parameters for STA mode
2019-10-16 8:52 UTC (2+ messages)
[PATCH 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
2019-10-15 16:28 UTC (87+ messages)
` [PATCH 01/49] dt: bindings: net: add qcom,ath11k.txt
` [PATCH 02/49] ath11k: add Kconfig
` [PATCH 03/49] ath11k: add Makefile
` [PATCH 04/49] ath11k: add ahb.c
` [PATCH 05/49] ath11k: add ahb.h
` [PATCH 06/49] ath11k: add ce.c
` [PATCH 07/49] ath11k: add ce.h
` [PATCH 08/49] ath11k: add core.c
` [PATCH 09/49] ath11k: add core.h
` [PATCH 10/49] ath11k: add debug.c
` [PATCH 11/49] ath11k: add debug.h
` [PATCH 12/49] ath11k: add debug_htt_stats.c
` [PATCH 13/49] ath11k: add debug_htt_stats.h
` [PATCH 14/49] ath11k: add debugfs_sta.c
` [PATCH 15/49] ath11k: add dp.c
` [PATCH 16/49] ath11k: add dp.h
` [PATCH 17/49] ath11k: add dp_rx.c
` [PATCH 18/49] ath11k: add dp_rx.h
` [PATCH 19/49] ath11k: add dp_tx.c
` [PATCH 20/49] ath11k: add dp_tx.h
` [PATCH 21/49] ath11k: add hal.c
` [PATCH 22/49] ath11k: add hal.h
` [PATCH 23/49] ath11k: add hal_desc.h
` [PATCH 24/49] ath11k: add hal_rx.c
` [PATCH 25/49] ath11k: add hal_rx.h
` [PATCH 26/49] ath11k: add hal_tx.c
` [PATCH 27/49] ath11k: add hal_tx.h
` [PATCH 28/49] ath11k: add htc.c
` [PATCH 29/49] ath11k: add htc.h
` [PATCH 30/49] ath11k: add hw.h
` [PATCH 31/49] ath11k: add mac.c
` [PATCH 32/49] ath11k: add mac.h
` [PATCH 33/49] ath11k: add peer.c
` [PATCH 34/49] ath11k: add peer.h
` [PATCH 35/49] ath11k: add qmi.c
` [PATCH 36/49] ath11k: add qmi.h
` [PATCH 37/49] ath11k: add reg.c
` [PATCH 38/49] ath11k: add reg.h
` [PATCH 39/49] ath11k: add rx_desc.h
` [PATCH 40/49] ath11k: add testmode.c
` [PATCH 41/49] ath11k: add testmode.h
` [PATCH 42/49] ath11k: add testmode_i.h
` [PATCH 43/49] ath11k: add trace.c
` [PATCH 44/49] ath11k: add trace.h
` [PATCH 45/49] ath11k: add wmi.c
` [PATCH 46/49] ath11k: add wmi.h
` [PATCH 47/49] ath: add ath11k to Makefile
` [PATCH 48/49] ath: add ath11k to Kconfig
` [PATCH 49/49] MAINTAINERS: add ath11k
[PATCH v2] ath11k: Fix skb_panic observed during msdu coalescing
2019-10-15 12:54 UTC (2+ messages)
[PATCH] ath11k: Add missing pdev rx rate stats
2019-10-15 12:53 UTC (2+ messages)
[PATCH bringup] ath11k: fix tkip mic error reporting to cfg80211
2019-10-15 12:49 UTC (2+ messages)
[ath6kl:pending-ath11k 316/345] drivers/net/wireless/ath/ath11k/debug.c:575 ath11k_write_simulate_fw_crash() error: we previously assumed 'ar' could be null (see line 549)
2019-10-11 11:44 UTC
[PATCH] ath11k: Add debugfs per chip
2019-10-11 8:19 UTC (4+ messages)
[PATCH bringup] ath11k: assigning values to enum
2019-10-11 8:17 UTC (2+ messages)
[PATCH] ath11k: optimize RX path latency
2019-10-04 10:03 UTC (2+ messages)
[PATCH] ath11k: fix multicast rate parameter size
2019-09-29 14:57 UTC (2+ messages)
[PATCH] ath11k: change license to BSD 3-clause "Clear"
2019-09-27 15:08 UTC (5+ messages)
[PATCH bringup 1/3] ath11k: Clean ups in ath11k_ce_rx_buf_enqueue_pipe() error path
2019-09-27 15:07 UTC (6+ messages)
` [PATCH bringup 2/3] ath11k: Clean up parameter list in ath11k_ce_completed_send_next()
` [PATCH bringup 3/3] ath11k: Use struct_size() to get the structure size with trailing array
[PATCH bringup 1/5] ath11k: Use C99 structure initialization for target_service_to_ce_map_wlan[]
2019-09-27 15:05 UTC (8+ messages)
` [PATCH bringup 2/5] ath11k: Remove ring mask macros defined for 0
` [PATCH bringup 3/5] ath11k: Move ath11k_ahb_read32() and ath11k_ahb_write32() to ahb.h
` [PATCH bringup 4/5] ath11k: Avoid code duplication in set/clear of a register bit values
` [PATCH bringup 5/5] ath11k: Few clean ups in comments
[PATCH bringup] ath11k: fix Kconfig, replace spaces with tabs
2019-09-27 15:04 UTC (4+ messages)
[RFC PATCH v6 0/2] ath11k: HE mesh support
2019-09-19 13:27 UTC (3+ messages)
` [RFC PATCH v6 2/2] ath11k: Disable SU support in meshpoint mode
[PATCH 0/4] ath11k: add HE support
2019-09-05 20:12 UTC (11+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] ath11k: add TWT support
` [PATCH 3/4] ath11k: add spatial reuse support
` [PATCH 4/4] ath11k: register HE mesh capabilities
[PATCH] ath11k: fix wmi service ready ext tlv parsing
2019-09-05 14:32 UTC (2+ messages)
[PATCH] ath11k: fix resource leak in ath11k_mac_sta_state
2019-09-05 14:31 UTC (2+ messages)
[PATCH v2] ath11k: Fix htt stats sounding info and pdev cca stats
2019-09-05 14:31 UTC (2+ messages)
[PATCH] ath11k: Disable SU support in meshpoint mode
2019-09-04 9:21 UTC (2+ messages)
[PATCH] ath11k: change remaining UTF-8 characters to ASCII
2019-08-20 10:07 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox