messages from 2019-07-05 10:32:59 to 2019-08-23 04:21:50 UTC [more...]
[PATCH 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
2019-08-23 4:21 UTC (65+ 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] 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 v2] ath11k: Fix skb_panic observed during msdu coalescing
2019-08-14 8:31 UTC
[PATCH] ath11k: Fix skb_panic observed during msdu coalescing
2019-08-14 5:15 UTC (2+ messages)
[RFC PATCH v6 0/2] ath11k: HE mesh support
2019-08-13 9:27 UTC (3+ messages)
` [RFC PATCH v6 1/2] ath11k: register HE mesh capabilities
` [RFC PATCH v6 2/2] ath11k: Disable SU support in meshpoint mode
[PATCH v5 0/4] mac80211/ath11k: HE mesh support
2019-08-12 15:41 UTC (10+ messages)
` [PATCH 1/2] mac80211: implement HE support for mesh
` [PATCH 2/2] mac80211_hwsim: Register support for HE meshpoint
` [PATCH v5 3/4] ath11k: register HE mesh capabilities
` [PATCH v5 4/4] ath11k: Disable SU support in meshpoint mode
[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 00/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab
2019-08-12 14:51 UTC (17+ messages)
` [PATCH 01/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in ahb.c
` [PATCH 02/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in ce.c
` [PATCH 03/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in ce.h
` [PATCH 04/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in core.c
` [PATCH 05/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in core.h
` [PATCH 06/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in debug.c
` [PATCH 07/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in debug.h
` [PATCH 08/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in dp.c
` [PATCH 09/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in dp.h
` [PATCH 10/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in dp_rx.c
` [PATCH 11/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in hal.c
` [PATCH 12/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in hal.h
` [PATCH 13/15] ath11k: Rename ath11k_base struct from 'sc' to 'ab in qmi.h
` [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
[PATCH] ath11k: fix multicast rate parameter size
2019-08-12 9:13 UTC
[PATCH 0/6] mac80211: add HE TX rate reporting to radiotap
2019-08-09 23:23 UTC (8+ messages)
` [PATCH 1/6] mac80211: add xmit rate to struct ieee80211_tx_status
` [PATCH 2/6] mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()
` [PATCH 3/6] mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap_header
` [PATCH 4/6] ath11k: drop tx_info from ath11k_sta
` [PATCH 5/6] ath11k: add HE rate accounting to driver
` [PATCH 6/6] ath11k: switch to using ieee80211_tx_status_ext()
[PATCH] ath11k: Add debugfs per chip
2019-08-09 7:40 UTC
[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 (5+ messages)
` [PATCH 2/2] ath11k: convert message from info to dbg
[PATCH] ath11k: Add missing pdev rx rate stats
2019-08-01 15:15 UTC
[PATCH] ath11k: fix wmi service ready ext tlv parsing
2019-08-01 7:01 UTC
[PATCH] ath11k: fix resource leak in ath11k_mac_sta_state
2019-08-01 4:54 UTC
[PATCH v2] ath11k: Fix htt stats sounding info and pdev cca stats
2019-08-01 3:06 UTC
[PATCH 1/2] ath11k/hal: Fix few bugs in ath11k_hal_srng_dst_num_free()
2019-07-31 15:06 UTC (5+ messages)
` [PATCH 2/2] ath11k/dp_rx: Fix possible REO ring desc overwrite
[PATCH] ath11k: add RX stats support for radiotap
2019-07-31 15:04 UTC (2+ messages)
[PATCH] MAINTAINERS: add ath11k
2019-07-28 1:06 UTC (2+ messages)
[PATCH 1/2] ath11k: add WMI calls to manually add/del/pause/resume TWT dialogs
2019-07-25 16:01 UTC (2+ messages)
` [PATCH 2/2] ath11k: add debugfs for TWT debug calls
[PATCH v2] ath11k: remove deprecated WMI PEER stats
2019-07-18 11:32 UTC (2+ messages)
[PATCH] ath11k: Fix wrong phy_mode in mgmt_rx_event_params
2019-07-18 11:31 UTC (2+ messages)
[PATCH] ath11k/dp: Fix possible invalid skb memory access
2019-07-18 11:22 UTC (4+ messages)
` [PATCH] ath11k/dp: Remove unnecessary REO remap configuration
[PATCH] ath11k: Fix warnings that trigger during peer assoc when fixed rate is set
2019-07-18 11:19 UTC (2+ messages)
[PATCH] ath11k: Fix enabling dynamic bandwidth param
2019-07-18 11:16 UTC (2+ messages)
[PATCH] ath11k: remove deprecated WMI PEER stats
2019-07-17 14:09 UTC (4+ messages)
[PATCH] ath11k: fix memory leak in testmode
2019-07-17 12:30 UTC (2+ messages)
[PATCH] ath11k: rename the data_lock for better code
2019-07-17 12:29 UTC (2+ messages)
[PATCH] ath11k: fix duplicate rx packets in co-exist monitor mode
2019-07-17 12:27 UTC (2+ messages)
[PATCH] ath11k: fix no traffic problem in co-exist monitor mode
2019-07-17 12:24 UTC (2+ messages)
[PATCH 0/3] ath11k: add support for mgmt and mcast rate control
2019-07-17 12:23 UTC (5+ messages)
` [PATCH 1/3] ath11k: support for multicast "
` [PATCH 2/3] ath11k: support for mgmt "
` [PATCH 3/3] ath11k: apply mgmt rate for beacons
[PATCH] ath11k: Add probe response throttling logic
2019-07-17 12:21 UTC (4+ messages)
[PATCH v4] ath11k: Fix rx_duration reporting
2019-07-16 12:07 UTC (2+ messages)
[PATCH v2 1/4] ath11k: removed duplicated functionality
2019-07-16 12:05 UTC (2+ messages)
[PATCH] ath11k: update tx duration in peer stats
2019-07-16 12:01 UTC (2+ messages)
[PATCH] ath11k: add tx hw 802.11 encapusaltion offloading support
2019-07-14 14:10 UTC
[PATCH v3 0/3] mac80211/ath11k: HE mesh support
2019-07-12 10:38 UTC (7+ 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