ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-27 14:56:37 to 2019-11-15 09:31:36 UTC [more...]

[PATCH v3 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
 2019-11-15  9:29 UTC  (41+ messages)
` [PATCH v3 01/49] dt: bindings: net: add qcom,ath11k.yaml
` [PATCH v3 02/49] ath11k: add Kconfig
` [PATCH v3 03/49] ath11k: add Makefile
` [PATCH v3 04/49] ath11k: add ahb.c
` [PATCH v3 05/49] ath11k: add ahb.h
` [PATCH v3 06/49] ath11k: add ce.c
` [PATCH v3 07/49] ath11k: add ce.h
` [PATCH v3 08/49] ath11k: add core.c
` [PATCH v3 09/49] ath11k: add core.h
` [PATCH v3 10/49] ath11k: add debug.c
` [PATCH v3 11/49] ath11k: add debug.h
` [PATCH v3 12/49] ath11k: add debug_htt_stats.c
` [PATCH v3 13/49] ath11k: add debug_htt_stats.h
` [PATCH v3 14/49] ath11k: add debugfs_sta.c
` [PATCH v3 15/49] ath11k: add dp.c
` [PATCH v3 16/49] ath11k: add dp.h
` [PATCH v3 17/49] ath11k: add dp_rx.c
` [PATCH v3 18/49] ath11k: add dp_rx.h
` [PATCH v3 19/49] ath11k: add dp_tx.c
` [PATCH v3 20/49] ath11k: add dp_tx.h
` [PATCH v3 21/49] ath11k: add hal.c
` [PATCH v3 22/49] ath11k: add hal.h
` [PATCH v3 23/49] ath11k: add hal_desc.h
` [PATCH v3 24/49] ath11k: add hal_rx.c
` [PATCH v3 25/49] ath11k: add hal_rx.h
` [PATCH v3 26/49] ath11k: add hal_tx.c
` [PATCH v3 27/49] ath11k: add hal_tx.h
` [PATCH v3 28/49] ath11k: add htc.c
` [PATCH v3 29/49] ath11k: add htc.h
` [PATCH v3 30/49] ath11k: add hw.h
` [PATCH v3 32/49] ath11k: add mac.h
` [PATCH v3 33/49] ath11k: add peer.c
` [PATCH v3 34/49] ath11k: add peer.h
` [PATCH v3 36/49] ath11k: add qmi.h
` [PATCH v3 37/49] ath11k: add reg.c
` [PATCH v3 38/49] ath11k: add reg.h
` [PATCH v3 39/49] ath11k: add rx_desc.h
` [PATCH v3 40/49] ath11k: add testmode.c
` [PATCH v3 42/49] ath11k: add testmode_i.h
` [PATCH v3 43/49] ath11k: add trace.c

[PATCH v2 0/2] add Wide Band Scan support
 2019-11-14 12:33 UTC  (9+ messages)
` [PATCH v2 1/2] nl80211: "
` [PATCH v2 2/2] ath11k: "
  ` [EXT] Re: [PATCH v2 0/2] "

[PATCH] ath11k: Skip update peer stats for management packets
 2019-11-13 15:08 UTC 

[PATCH] ath11k: Advertise MPDU start spacing as no restriction
 2019-11-13 15:04 UTC 

[PATCHv2] ath11k: update tx duration in station info
 2019-11-13 15:01 UTC 

[PATCH] ath11k: fix vht guard interval mapping
 2019-11-13 10:13 UTC 

[PATCH] ath11k: fix memory leak in monitor mode
 2019-11-11 21:15 UTC 

[PATCH] ath11k: change failed to find peer id log level
 2019-11-11 14:10 UTC  (2+ messages)

[PATCH 1/2] ath11k: Move mac80211 hw allocation before wmi_init command
 2019-11-11 14:09 UTC  (3+ messages)
` [PATCH 2/2] ath11k: Setup REO destination ring before sending "

[PATCH] ath11k: update tx duration in station info
 2019-11-11 14:08 UTC  (2+ messages)

[PATCH] ath11k: Update tx and rx chain count properly on drv_set_antenna
 2019-11-11 14:02 UTC  (2+ messages)

[PATCH] ath11k: add necessary peer assoc params in wmi dbg
 2019-11-11 14:01 UTC  (2+ messages)

[PATCH] ath11k: unlock mutex during failure in qmi fw ready
 2019-11-11 14:00 UTC  (2+ messages)

[PATCH] ath11k: add support for controlling tx power to a station
 2019-11-11 14:00 UTC  (2+ messages)

[PATCH] ath11k: update bawindow size in delba process
 2019-11-11 13:58 UTC  (2+ messages)

[PATCH] ath11k: Advertise MPDU start spacing as no restriction
 2019-11-11  4:48 UTC 

[PATCH 1/4] ath11k: fix ATH11K_TRACING kconfig help text
 2019-11-09 11:06 UTC  (5+ messages)
` [PATCH 2/4] dt: bindings: net: ath11k: fix whitespace
` [PATCH 3/4] dt: bindings: net: ath11k: fixes from review
` [PATCH 4/4] dt: bindings: net: ath11k: change license

[PATCH v2 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
 2019-11-07 16:04 UTC  (57+ 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 45/49] ath11k: add wmi.c
` [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: avoid use_after_free in ath11k_dp_rx_msdu_coalesce API
 2019-11-07  9:38 UTC  (2+ messages)

[PATCH] ath11k: avoid burst time conversion logic
 2019-11-07  9:06 UTC  (2+ messages)

[PATCH] ath11k: pktlog: fix sending/using the pdev id
 2019-11-07  9:05 UTC  (2+ messages)

[PATCH 1/2] ath11k: qmi clean up ce and HTC service config update
 2019-11-07  9:04 UTC  (3+ messages)
` [PATCH 2/2] ath11k: qmi clean up in ath11k_qmi_wlanfw_wlan_cfg_send()

[PATCH] ath11k: tracing: fix ath11k tracing
 2019-11-07  9:04 UTC  (2+ messages)

[PATCH] ath11k: Fix target crash due to WBM_IDLE_LINK ring desc shortage
 2019-11-07  9:03 UTC  (2+ messages)

[PATCH] ath11k: Fixing TLV length issue in peer pktlog WMI command
 2019-11-07  9:02 UTC  (2+ messages)

[PATCH] ath11k: fix kernel panic by freeing the msdu received with invalid length
 2019-11-06  7:14 UTC 

[PATCH 0/2] add Wide Band Scan support
 2019-10-31 12:28 UTC  (4+ messages)
` [PATCH 1/2] nl80211: "
` [PATCH 2/2] ath11k: "

[PATCH 0/2] add Wide Band Scan support
 2019-10-31  9:56 UTC  (6+ messages)
` [PATCH 1/2] nl80211: "
` [PATCH 2/2] ath11k: "

[PATCH] ath11k: mac: Remove WAR on max a-mpdu len in vht
 2019-10-30 14:52 UTC  (2+ messages)

ath11k: (broken) mac address reporting by firmware
 2019-10-29  8:14 UTC  (2+ messages)

[PATCH v3] ath11k: Fix skb_panic observed during msdu coalescing
 2019-10-25  8:21 UTC  (2+ messages)

[PATCH] ath11k: remove unused tx ring counters
 2019-10-25  8:20 UTC  (2+ messages)

[PATCH] ath11k: avoid WMM param truncation
 2019-10-25  8:19 UTC  (2+ messages)

[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  (7+ messages)
` [PATCH 08/49] ath11k: add core.c
` [PATCH 31/49] ath11k: add mac.c

[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  (2+ messages)

[PATCH bringup 1/3] ath11k: Clean ups in ath11k_ce_rx_buf_enqueue_pipe() error path
 2019-09-27 15:07 UTC  (2+ messages)

[PATCH bringup 1/5] ath11k: Use C99 structure initialization for target_service_to_ce_map_wlan[]
 2019-09-27 15:05 UTC  (2+ messages)

[PATCH bringup] ath11k: fix Kconfig, replace spaces with tabs
 2019-09-27 15:04 UTC  (4+ messages)


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