ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-27 20:56:44 to 2019-11-28 08:22:03 UTC [more...]

[PATCH 1/9] ath11k: Update tx and rx chain count properly on drv_set_antenna
 2019-11-28  8:21 UTC  (9+ messages)
` [PATCH 2/9] ath11k: Advertise MPDU start spacing as no restriction
` [PATCH 3/9] ath11k: fix memory leak in monitor mode
` [PATCH 5/9] ath11k: update tx duration in station info
` [PATCH 4/9] ath11k: fix vht guard interval mapping
` [PATCH 6/9] ath11k: Skip update peer stats for management packets
` [PATCH 7/9] ath11k: Move mac80211 hw allocation before wmi_init command
` [PATCH 9/9] ath11k: fix indentation in ath11k_mac_prepare_he_mode()
` [PATCH 8/9] ath11k: Setup REO destination ring before sending wmi_init command

nFrom 964f1808c8512d0e99baf48cfa45cf5ee6b41952 Mon Sep 17 00:00:00 2001
 2019-11-28  8:21 UTC 

[PATCH 1/8] ath11k: add RX stats support for radiotap
 2019-11-27 15:47 UTC 

[PATCH 01/10] ath11k: tracing: fix ath11k tracing
 2019-11-27 14:09 UTC  (10+ messages)
` [PATCH 02/10] ath11k: qmi clean up ce and HTC service config update
` [PATCH 03/10] ath11k: qmi clean up in ath11k_qmi_wlanfw_wlan_cfg_send()
` [PATCH 04/10] ath11k: pktlog: fix sending/using the pdev id
` [PATCH 05/10] ath11k: avoid burst time conversion logic
` [PATCH 06/10] ath11k: avoid use_after_free in ath11k_dp_rx_msdu_coalesce API
` [PATCH 08/10] ath11k: add support for controlling tx power to a station
` [PATCH 07/10] ath11k: update bawindow size in delba process
` [PATCH 09/10] ath11k: unlock mutex during failure in qmi fw ready
` [PATCH 10/10] ath11k: add necessary peer assoc params in wmi dbg

[PATCH 00/10] ath11k: third round of post-bringup patches
 2019-11-27 14:08 UTC 

[PATCH 01/10] ath11k: Fix htt stats sounding info and pdev cca stats
 2019-11-26 11:04 UTC  (10+ messages)
` [PATCH 02/10] ath11k: fix resource leak in ath11k_mac_sta_state
` [PATCH 03/10] ath11k: fix wmi service ready ext tlv parsing
` [PATCH 04/10] ath11k: update tcl cmd descriptor parameters for STA mode
` [PATCH 06/10] ath11k: avoid WMM param truncation
` [PATCH 07/10] ath11k: remove unused tx ring counters
` [PATCH 05/10] ath11k: optimize RX path latency
` [PATCH 08/10] ath11k: Fix skb_panic observed during msdu coalescing
` [PATCH 10/10] ath11k: Fix target crash due to WBM_IDLE_LINK ring desc shortage
` [PATCH 09/10] ath11k: Fixing TLV length issue in peer pktlog WMI command

[PATCH 00/10] ath11k: second round of post-bringup patches
 2019-11-26 11:04 UTC 

[PATCH v2] ath11k: Add missing pdev rx rate stats
 2019-11-26  7:53 UTC 

[PATCH 1/8] ath11k: add RX stats support for radiotap
 2019-11-25 18:03 UTC  (9+ messages)
` [PATCH 2/8] ath11k: ignore event 0x6017
` [PATCH 3/8] ath11k: convert message from info to dbg
` [PATCH 4/8] ath11k: fix missed bw conversion in tx completion
` [PATCH 5/8] ath11k: Remove dead code while handling amsdu packets
` [PATCH 6/8] ath11k: add HE support
` [PATCH 7/8] ath11k: add TWT support
` [PATCH 8/8] ath11k: add spatial reuse support

[PATCH 0/8] ath11k: first round of post-bringup patches
 2019-11-25 16:36 UTC 

[PATCH] trivial: ath11k: fix indentation error
 2019-11-25 15:57 UTC  (2+ messages)

[PATCH V2 1/2] ath11k: Move mac80211 hw allocation before wmi_init command
 2019-11-25 15:56 UTC  (2+ messages)

[PATCH v3 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
 2019-11-25 12:31 UTC  (53+ 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 31/49] ath11k: add mac.c
` [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 35/49] ath11k: add qmi.c
` [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 41/49] ath11k: add testmode.h
` [PATCH v3 42/49] ath11k: add testmode_i.h
` [PATCH v3 43/49] ath11k: add trace.c
` [PATCH v3 44/49] ath11k: add trace.h
` [PATCH v3 45/49] ath11k: add wmi.c
` [PATCH v3 46/49] ath11k: add wmi.h
` [PATCH v3 47/49] ath: add ath11k to Makefile
` [PATCH v3 48/49] ath: add ath11k to Kconfig
` [PATCH v3 49/49] MAINTAINERS: add ath11k

[PATCH v2] ath11k: add raw mode support
 2019-11-24  7:36 UTC  (2+ messages)

[PATCH v2 0/2] add Wide Band Scan support
 2019-11-22 12:45 UTC  (10+ 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-22 10:44 UTC  (2+ messages)

[PATCHv2] ath11k: update tx duration in station info
 2019-11-22 10:43 UTC  (2+ messages)

[PATCH] ath11k: fix vht guard interval mapping
 2019-11-22 10:41 UTC  (2+ messages)

[PATCH] ath11k: fix memory leak in monitor mode
 2019-11-22 10:39 UTC  (2+ messages)

[PATCH] ath11k: Advertise MPDU start spacing as no restriction
 2019-11-22 10:37 UTC  (2+ messages)

[PATCH] ath11k: fix kernel panic by freeing the msdu received with invalid length
 2019-11-22 10:34 UTC  (2+ messages)

[PATCH 0/3] ath11k: improve TX path
 2019-11-20 20:29 UTC  (4+ messages)
` [PATCH 1/3] ath11k: move some tx_status parsing to debugfs code
` [PATCH 2/3] ath11k: optimise ath11k_dp_tx_completion_handler
` [PATCH 3/3] ath11k: optimize ath11k_hal_tx_status_parse

[PATCH V2 1/3] ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_ab
 2019-11-20 19:28 UTC  (3+ messages)
` [PATCH V2 2/3] ath11k: add WMI calls to manually add/del/pause/resume TWT dialogs
` [PATCH V2 3/3] ath11k: add debugfs for TWT debug calls

[PATCH] trivial: ath11k: fix indentation error
 2019-11-18 20:34 UTC  (2+ messages)

[PATCH V2 1/2] ath11k: add WMI calls to manually add/del/pause/resume TWT dialogs
 2019-11-18 20:29 UTC  (2+ messages)
` [PATCH V2 2/2] ath11k: add debugfs for TWT debug calls

[PATCH] ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_ab
 2019-11-18 20:20 UTC 

[PATCH 1/3] ath11k: remove superflous memset
 2019-11-18 12:12 UTC  (3+ messages)
` [PATCH 2/3] ath11k: remove superflous locking
` [PATCH 3/3] ath11k: drop memset when setting up a tx cmd desc

[PATCH 1/2] ath11k: add wmi helper for turning STA PS on/off
 2019-11-18 11:08 UTC  (2+ messages)
` [PATCH 2/2] ath11k: disable PS for STA interfaces by default upon bringup

[PATCH V2 2/2] ath11k: Setup REO destination ring before sending wmi_init command
 2019-11-18 10:14 UTC 

[PATCH v2 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
 2019-11-15 12:18 UTC  (11+ messages)
` [PATCH v2 01/49] dt: bindings: net: add qcom,ath11k.yaml
` [PATCH v2 02/49] ath11k: add Kconfig

[PATCH] ath11k: Advertise MPDU start spacing as no restriction
 2019-11-13 15:04 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 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] 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 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)


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