ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-20 10:04:28 to 2019-11-22 12:45:30 UTC [more...]

[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:35 UTC 

[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 1/2] ath11k: Move mac80211 hw allocation before 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  (53+ messages)
` [PATCH v2 01/49] dt: bindings: net: add qcom,ath11k.yaml
` [PATCH v2 02/49] ath11k: add Kconfig
` [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 v3 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
 2019-11-15  9:29 UTC  (50+ 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] 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)

[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)


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