ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-08 13:03:37 to 2019-10-20 10:04:26 UTC [more...]

[PATCH v2 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
 2019-10-20 10:03 UTC  (8+ 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] 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  (4+ messages)
` [RFC PATCH v6 1/2] ath11k: register HE mesh capabilities
` [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)

[PATCH] ath11k: move device tree bindings document to Documentation
 2019-08-14 13:32 UTC  (2+ messages)

[PATCH] ath11k: Fix skb_panic observed during msdu coalescing
 2019-08-14  5:15 UTC  (2+ messages)

[PATCH v5 0/4] mac80211/ath11k: HE mesh support
 2019-08-12 15:41 UTC  (4+ messages)
` [PATCH 2/2] mac80211_hwsim: Register support for HE meshpoint

[PATCH 01/15] ath11k: rename per_transfer_context to skb
 2019-08-12 15:02 UTC  (16+ messages)
` [PATCH 02/15] ath11k: remove unused struct ath11k_ce_sg_item
` [PATCH 03/15] ath11k: cleanup and rename ath11k_send_crash_inject_cmd()
` [PATCH 04/15] ath11k: remove unused IEEE80211_VHTCAP defines
` [PATCH 05/15] ath11k: move ath11k_mac_destroy() after _create()
` [PATCH 06/15] ath11k: random whitespace fixes
` [PATCH 07/15] ath11k: make static const in debugfs functions
` [PATCH 08/15] ath11k: remove box comments
` [PATCH 09/15] ath11k: move fops_pktlog_filter to correct place
` [PATCH 10/15] ath11k: avoid excessive casting in debug_htt_stats.c
` [PATCH 11/15] ath11k: debug_htt_stats: pass stats_req as a properly typed pointer
` [PATCH 12/15] ath11k: debug_htt_stats: remove unnecessary cast
` [PATCH 13/15] ath11k: debug_htt_stats: move tag_buf assignment to the first
` [PATCH 14/15] ath11k: debug_htt_stats: fix line over 90 char warnings
` [PATCH 15/15] ath11k: debug_htt_stats: move fops structs close to the functions

[PATCH] ath11k: Remove mac_registered variable
 2019-08-12 14:54 UTC  (2+ messages)

[PATCH] ath11k: remove bdf-addr from dtsi
 2019-08-12 14:53 UTC  (3+ messages)

[PATCH 01/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in ahb.c
 2019-08-12 14:51 UTC  (2+ messages)

[PATCH 0/6] mac80211: add HE TX rate reporting to radiotap
 2019-08-09 23:23 UTC  (3+ messages)
` [PATCH 6/6] ath11k: switch to using ieee80211_tx_status_ext()

[PATCH V2] MAINTAINERS: add ath11k
 2019-08-09  7:07 UTC  (3+ messages)

[PATCH] ath11k: Remove dead code while handling amsdu packets
 2019-08-09  6:59 UTC  (2+ messages)

[PATCH] ath11k: fix missed bw conversion in tx completion
 2019-08-09  6:57 UTC  (2+ messages)

[PATCH 1/2] ath11k: ignore event 0x6017
 2019-08-09  6:56 UTC  (2+ messages)

[PATCH 00/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab
 2019-08-08 13:03 UTC  (3+ messages)
` [PATCH 14/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in wmi.c
` [PATCH 15/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in wmi.h


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox