messages from 2016-03-21 11:57:37 to 2016-04-13 17:06:21 UTC [more...]
[PATCH v2 0/9] ath10k: clean up ath10k_skb_cb
2016-04-13 17:05 UTC (11+ messages)
` [PATCH v3 "
` [PATCH v3 9/9] ath10k: store msdu_id instead of txbuf pointers
` QCA998X not working at all
ath10k performance, master branch from 20160407
2016-04-13 12:44 UTC (8+ messages)
[PATCH v2 0/5] ath10k: fix recent checkpatch warnings
2016-04-13 11:14 UTC (6+ messages)
` [PATCH v2 1/5] ath10k: fix checkpatch warnings related to spaces
` [PATCH v2 2/5] ath10k: prefer kernel type 'u64' over 'u_int64_t'
` [PATCH v2 3/5] ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()
` [PATCH v2 4/5] ath10k: prefer ether_addr_copy() over memcpy()
` [PATCH v2 5/5] ath10k: fix parenthesis alignment
[PATCH v2] ath10k: remove MSI range support
2016-04-13 9:14 UTC (2+ messages)
[PATCH 0/3] ath10k: add a support of set_tsf on vdev interface
2016-04-13 9:13 UTC (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ath10k: update 10.4 WMI vdev parameters
` [PATCH 3/3] ath10k: enable set_tsf vdev command to WMI 10.4
[PATCH] ath10k: Document alloc_frag_desc_for_data_pkt config option
2016-04-13 9:12 UTC (2+ messages)
[PATCH] ath10k: add dynamic tx mode switch config support for qca4019
2016-04-12 14:45 UTC
[PATCH v2] qcom: ipq4019: add wifi nodes to ipq4019 SoC device tree
2016-04-12 4:18 UTC
[PATCH] qcom: ipq4019: add wifi nodes to ipq4019 SoC device tree
2016-04-12 4:01 UTC
[patch] ath10k: add some sanity checks
2016-04-11 8:15 UTC (3+ messages)
` [patch v2] "
ath10k: implement updating shared htt txq state
2016-04-11 7:47 UTC (4+ messages)
Kernel crash when ath10k 10.4.3 firmware crashes in TCP download test
2016-04-07 23:29 UTC
[PATCH v2 1/3] ath10k: fix calibration init sequence of qca99x0
2016-04-07 15:51 UTC (4+ messages)
` [PATCH v2 2/3] ath10k: remove unnecessary warning for probe response drops
` [PATCH v2 3/3] ath10k: fix unconditional num_mpdus_ready subtraction
[PATCH] ath10k: fix rx_channel during hw reconfigure
2016-04-07 6:41 UTC
[PATCH 0/4] ath10k: fix recent checkpatch warnings
2016-04-06 14:47 UTC (6+ messages)
` [PATCH 1/4] ath10k: fix checkpatch warnings related to spaces
` [PATCH 2/4] ath10k: prefer kernel type 'u64' over 'u_int64_t'
` [PATCH 3/4] ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()
` [PATCH 4/4] ath10k: prefer ether_addr_copy() over memcpy()
[PATCH 0/8] ath10k: refactor firmware components
2016-04-06 14:46 UTC (9+ messages)
` [PATCH 1/8] ath10k: remove deprecated firmware API 1 support
` [PATCH 2/8] ath10k: refactor firmware images to struct ath10k_fw_components
` [PATCH 3/8] ath10k: move fw_version inside struct ath10k_fw_file
` [PATCH 4/8] ath10k: move fw_features to "
` [PATCH 5/8] ath10k: move wmi_op_version "
` [PATCH 6/8] ath10k: move htt_op_version "
` [PATCH 7/8] ath10k: switch testmode to use ath10k_core_fetch_firmware_api_n()
` [PATCH 8/8] ath10k: remove enum ath10k_swap_code_seg_bin_type
[PATCH] ath10k: Fix return value for btcoex and peer stats debugfs
2016-04-06 10:11 UTC (3+ messages)
[PATCH] ath10k: remove MSI range support
2016-04-05 13:36 UTC (3+ messages)
[PATCH 1/3] ath10k: fix calibration init sequence of qca99x0
2016-04-05 13:34 UTC (12+ messages)
` [PATCH 2/3] ath10k: remove unnecessary warning for probe response drops
` [PATCH 3/3] ath10k: fix unconditional num_mpdus_ready subtraction
[PATCH] ath10k: Fix deadlock when peer cannot be created
2016-04-05 13:02 UTC (3+ messages)
[PATCH v3] cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATION
2016-04-05 12:38 UTC (3+ messages)
Trouble with multiple cards
2016-04-05 11:24 UTC (5+ messages)
[PATCH v2] ath10k: parse Rx MAC timestamp in mgmt frame for FW 10.4
2016-04-04 14:57 UTC (5+ messages)
[PATCH 0/9] ath10k: improve throughput performance
2016-04-04 14:55 UTC (18+ messages)
` [PATCH 1/9] ath10k: speedup htt rx descriptor processing for tx completion
` latest ath10k pending tree bug's
` [PATCH 2/9] ath10k: copy tx fetch indication message
` [PATCH 3/9] ath10k: remove unused fw_desc processing
` [PATCH 4/9] ath10k: cleanup amsdu processing for rx indication
` [PATCH 5/9] ath10k: speedup htt rx descriptor processing for rx_ind
` [PATCH 6/9] ath10k: register ath10k_htt_htc_t2h_msg_handler
` [PATCH 7/9] ath10k: cleanup copy engine receive next completion
` [PATCH 8/9] ath10k: reuse copy engine 5 (htt rx) descriptors
` [PATCH 9/9] ath10k: combine txrx and replenish task
[PATCH v1 1/3] ath10k: Enable debugfs provision to enable Peer Stats feature
2016-04-04 14:54 UTC (8+ messages)
` [PATCH v1 3/3] ath10k: Enable parsing per station rx duration for 10.4
Troubles with ath10k and QCA9882 Chipset
2016-04-04 13:23 UTC (2+ messages)
[PATCH v2 1/5] ath10k: Ensure txrx-compl-task is stopped when cleaning htt-tx
2016-04-01 21:12 UTC (5+ messages)
` [PATCH v2 2/5] ath10k: Ensure peer_map references are cleaned up
` [PATCH v2 3/5] ath10k: Add WARN_ON if we over-write peer-map pointer
` [PATCH v2 4/5] ath10k: Clean up peer when sta goes away
` [PATCH v2 5/5] ath10k: Fix deadlock when peer cannot be created
[PATCH 1/3] ath10k: Ensure txrx-compl-task is stopped when cleaning htt-tx
2016-04-01 20:36 UTC (8+ messages)
` [PATCH 2/3] ath10k: Ensure peer_map references are cleaned up
` [PATCH 3/3] ath10k: Add BUG_ON if we over-write peer-map pointer
[RFC] ath10k: implement dql for htt tx
2016-04-01 8:01 UTC (10+ messages)
Ath10k seems to be using stale mac80211 txq references
2016-04-01 6:41 UTC (3+ messages)
hacked 4.4.6+, 10.4.3 firmware, Running out of ring-index for pipe-id 3 (WMI)
2016-04-01 6:23 UTC (12+ messages)
Deadlock on (faked) firmware crash, CUS239, modified 10.4.3 firmware
2016-04-01 5:33 UTC (8+ messages)
[PATCH] ath10k: Clean up peer when sta goes away
2016-03-31 22:59 UTC
[PATCH] wmi: Retry if CE logic is out of buffers
2016-03-31 15:31 UTC (3+ messages)
UDP throughput problems with WDS and ath10k
2016-03-31 14:49 UTC (5+ messages)
Why is peer->peer_ids a bitmap?
2016-03-31 6:37 UTC (4+ messages)
How is tx-flushing supposed to work now?
2016-03-31 5:23 UTC (5+ messages)
modified 4.4.6+, 10.4.3 fw, deadlock related to flushing beacons
2016-03-30 21:25 UTC
[PATCH v3 1/2] ath10k: Add support for ath10k_sta_statistics support
2016-03-29 9:08 UTC (3+ messages)
` [PATCH v3 2/2] ath10k: Remove debugfs support for Per STA total rx duration
[RFCv2 0/3] mac80211: implement fq codel
2016-03-24 12:31 UTC (16+ messages)
` [RFCv2 1/3] mac80211: implement fq_codel for software queuing
` [Make-wifi-fast] "
` [RFCv2 2/3] ath10k: report per-station tx/rate rates to mac80211
[PATCH v2 1/2] ath10k: Add support for ath10k_sta_statistics support
2016-03-24 12:01 UTC (6+ messages)
[PATCH] ath10k: fix null deref if device crashes early
2016-03-23 12:09 UTC (2+ messages)
[PATCH 0/2] ath10k: fix tx hangs
2016-03-23 12:09 UTC (2+ messages)
[PATCH 0/3] ath10k: add calibration data download support for qca4019
2016-03-23 12:08 UTC (2+ messages)
[PATCH] dt: bindings: add new dt entry for pre calibration in qcom, ath10k.txt
2016-03-23 12:07 UTC (4+ messages)
` [PATCH] dt: bindings: add new dt entry for pre calibration in qcom,ath10k.txt
[RFCv2 0/3] mac80211: implement fq codel
2016-03-22 14:24 UTC (4+ messages)
throughout loss using WDS and UDP
2016-03-21 14:02 UTC
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