ATH10K Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-12 14:56:29 to 2013-09-18 12:36:47 UTC [more...]

[PATCH] ath10k: implement host memory chunks feature
 2013-09-18 12:36 UTC  (3+ messages)

[RFC 0/4] ath10k: improve RX performance
 2013-09-17  5:19 UTC  (7+ messages)
` [RFC 1/4] ath10k: report A-MSDU subframes individually
` [RFC 2/4] ath10k: document decap modes
` [RFC 3/4] ath10k: cleanup RX decap handling
` [RFC 4/4] ath10k: align RX frames properly

[PATCH 0/7] ath10k: improve TX path
 2013-09-16 17:05 UTC  (21+ messages)
` [PATCH 1/7] ath10k: simplify HTC credits calculation
` [PATCH 2/7] ath10k: add HTC TX credits replenishing notification
` [PATCH 3/7] ath10k: make WMI commands block by design
` [PATCH 4/7] ath10k: simplify HTC command submitting
` [PATCH 5/7] ath10k: improve beacon submission latency
` [PATCH 6/7] ath10k: remove wmi pending count limit
` [PATCH 7/7] ath10k: remove wmi event worker thread
` [PATCHv2 0/7] ath10k: improve TX path
  ` [PATCHv2 1/7] ath10k: simplify HTC credits calculation
  ` [PATCHv2 2/7] ath10k: add HTC TX credits replenishing notification
  ` [PATCHv2 3/7] ath10k: make WMI commands block by design
  ` [PATCHv2 4/7] ath10k: simplify HTC command submitting
  ` [PATCHv2 5/7] ath10k: improve beacon submission latency
  ` [PATCHv2 6/7] ath10k: remove wmi pending count limit
  ` [PATCHv2 7/7] ath10k: remove wmi event worker thread

[PATCH 06/12] wireless: ath10k: remove unnecessary pci_set_drvdata()
 2013-09-12 16:23 UTC  (4+ messages)

[PATCH] ath10k: delete struct ce_sendlist
 2013-09-12 16:21 UTC  (2+ messages)

[PATCH] ath10k: Calculate correct peer PHY mode for VHT
 2013-09-12 16:13 UTC  (2+ messages)

[PATCH 0/8] ath10k: boot, bmi and mac debug message cleanup
 2013-09-12 16:12 UTC  (10+ messages)
` [PATCH 1/8] ath10k: add BMI log level
` [PATCH 2/8] ath10k: rename ATH10K_DBG_CORE to BOOT
` [PATCH 3/8] ath10k: cleanup debug messages in core.c
` [PATCH 4/8] ath10k: add boot debug messages to pci.c and ce.c
` [PATCH 5/8] ath10k: add boot debug messages to htc.c
` [PATCH 6/8] ath10k: add boot messages to htt.c
` [PATCH 7/8] ath10k: clean mac.c debug messages
` [PATCH 8/8] ath10k: print phymode as a string

[PATCH] ath10k: define ath10k_debug_start/_stop as static inline
 2013-09-09 22:34 UTC  (2+ messages)

[PATCH] ath10k: prevent CE from looping indefinitely
 2013-09-09  8:00 UTC  (2+ messages)

[PATCH 1/2] ath10k: set the UART baud rate to 19200
 2013-09-06  9:52 UTC  (3+ messages)
` [PATCH 2/2] ath10k: remove obsolete INIT STATUS definitions

[PATCH 0/3] ath10k: HTT stats
 2013-09-06  9:43 UTC  (5+ messages)
` [PATCH 1/3] ath10k: add trace event ath10k_htt_stats
` [PATCH 2/3] ath10k: implement ath10k_debug_start/stop()
` [PATCH 3/3] ath10k: add htt_stats_enable debugfs file

[PATCH] Add missing braces to ath10k_pci_tx_pipe_cleanup
 2013-09-06  9:32 UTC  (2+ messages)

[PATCH] ath10k: enable Atheros 802.11ac driver
 2013-09-05 19:37 UTC  (2+ messages)
` [OpenWrt-Devel] "

Pull request: ath 20130930
 2013-09-03  8:27 UTC  (2+ messages)

[PATCH v3 0/2] add per-VDEV FW statistics
 2013-09-03  7:13 UTC  (5+ messages)
` [PATCH v3 1/2] ath10k: update wal_dbg_tx_stats structure with missing parameter
` [PATCH v3 2/2] ath10k: implement per-VDEV FW statistics

[PATCH v2 0/2] ath10k: detect hw1.0 boards
 2013-09-03  7:00 UTC  (8+ messages)
` [PATCH v2 1/2] ath10k: check chip id from the soc register during probe
` [PATCH v2 2/2] ath10k: add chip_id file to debugfs

[PATCH v2 0/7] ath10k: pci cleanup
 2013-09-03  6:50 UTC  (9+ messages)
` [PATCH v2 1/7] ath10k: pci: make host_ce_config_wlan[] more readable
` [PATCH v2 2/7] ath10k: make target_ce_config_wlan "
` [PATCH v2 3/7] ath10k: remove void pointer from struct ath10k_pci_compl
` [PATCH v2 4/7] ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10k
` [PATCH v2 5/7] ath10k: clean up ath10k_ce_completed_send_next_nolock()
` [PATCH v2 6/7] ath10k: convert ath10k_pci_wake() to return
` [PATCH v2 7/7] ath10k: simplify ath10k_ce_init() wake up handling

[PATCH 0/6] ath10k: CE cleanups
 2013-09-02  5:29 UTC  (20+ messages)
` [PATCH 1/6] ath10k: use inline ce_state structure
` [PATCH 2/6] ath10k: remove ce_op_state
` [PATCH 3/6] ath10k: remove unused ce_attr parameters
` [PATCH 4/6] ath10k: rename hif_ce_pipe_info to ath10k_pci_pipe
` [PATCH 5/6] ath10k: rename ce_state to ath10k_ce_pipe
` [PATCH 6/6] ath10k: rename ce_ring_state to ath10k_ce_ring
` [PATCH v2 0/6] ath10k: CE cleanups
  ` [PATCH v2 1/6] ath10k: use inline ce_state structure
  ` [PATCH v2 2/6] ath10k: remove ce_op_state
  ` [PATCH v2 3/6] ath10k: remove unused ce_attr parameters
  ` [PATCH v2 4/6] ath10k: rename hif_ce_pipe_info to ath10k_pci_pipe
  ` [PATCH v2 5/6] ath10k: rename ce_state to ath10k_ce_pipe
  ` [PATCH v2 6/6] ath10k: rename ce_ring_state to ath10k_ce_ring

[PATCH] ath10k: remove un ar_pci->cacheline_sz field
 2013-09-01  6:44 UTC  (2+ messages)

[PATCH 0/7] ath10k: pci cleanup
 2013-09-01  6:16 UTC  (10+ messages)
` [PATCH 1/7] ath10k: pci: make host_ce_config_wlan[] more readable
` [PATCH 2/7] ath10k: make target_ce_config_wlan "
` [PATCH 3/7] ath10k: remove void pointer from struct ath10k_pci_compl
` [PATCH 4/7] ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10k
` [PATCH 5/7] ath10k: clean up ath10k_ce_completed_send_next_nolock()
` [PATCH 6/7] ath10k: convert ath10k_pci_wake() to return
` [PATCH 7/7] ath10k: simplify ath10k_ce_init() wake up handling

Re: Crash when loading module
 2013-09-01  6:15 UTC  (2+ messages)
`  "

Crash when loading module
 2013-08-30  7:29 UTC  (9+ messages)

[PATCH] ath10k: check chip id from the soc register during probe
 2013-08-30  7:17 UTC 

[PATCH 0/3] ath10k: fixes
 2013-08-28 13:16 UTC  (23+ messages)
` [PATCH 1/3] ath10k: make the workqueue multithreaded
` [PATCH 2/3] ath10k: move htt rx processing to worker
` [PATCH 3/3] ath10k: fix issues on non-preemptible systems
` [PATCH v2 0/4] ath10k: fixes
  ` [PATCH v2 1/4] ath10k: synchronize tx/rx reporting to mac80211
  ` [PATCH v2 2/4] ath10k: make the workqueue multithreaded
  ` [PATCH v2 3/4] ath10k: move htt rx processing to worker
  ` [PATCH v2 4/4] ath10k: fix issues on non-preemptible systems

[PATCH v2 0/2] add per-VDEV FW statistics
 2013-08-28 11:41 UTC  (3+ messages)
` [PATCH v2 1/2] ath10k: update wal_dbg_tx_stats structure with missing parameter
` [PATCH v2 2/2] ath10k: implement per-VDEV FW statistics

[PATCH] ath10k: implement per-VDEV FW statistics
 2013-08-28 10:30 UTC  (5+ messages)

What chipsets does ath10k cover?
 2013-08-28  6:05 UTC  (2+ messages)

[PATCH] ath10k: Fix mutex unlock balance
 2013-08-28  4:09 UTC 

[PATCH 0/3] ath10k: initial per-VDEV FW statistics implementation
 2013-08-27  8:39 UTC  (6+ messages)
` [PATCH 1/3] ath10k: update wmi_request_stats_cmd structure
` [PATCH 2/3] ath10k: update wal_dbg_tx_stats structure
` [PATCH 3/3] ath10k: implement per-VDEV FW statistics

[RFC 0/3] ath10k: firmware-related updates
 2013-08-19  5:24 UTC  (8+ messages)
` [PATCH "
  ` [PATCH 1/3] ath10k: clean up HTT tx tid handling
  ` [PATCH 3/3] ath10k: add support for HTT 3.0

Pull request: ath 20130812
 2013-08-15 19:54 UTC  (2+ messages)

Did ath9k/ath10k support AR9388?
 2013-08-15 12:02 UTC  (2+ messages)

[PATCH] ath10k: fix WEP in AP and IBSS mode
 2013-08-14 15:06 UTC  (2+ messages)

[PATCH 0/4] ath10k: fixes
 2013-08-14 15:02 UTC  (14+ messages)
` [PATCH 2/4] ath10k: fix HTC endpoint worker starvation
` [PATCH 3/4] ath10k: implement 802.3 SNAP rx decap type A-MSDU handling
` [PATCH v2 0/4] ath10k: fixes
  ` [PATCH v2 1/4] ath10k: fix HTT service setup
  ` [PATCH v2 2/4] ath10k: fix HTC endpoint worker starvation
  ` [PATCH v2 3/4] ath10k: implement 802.3 SNAP rx decap type A-MSDU handling
  ` [PATCH v2 4/4] ath10k: plug possible memory leak in WMI

[PATCH 0/4] ath10k: cleanups
 2013-08-14 15:00 UTC  (10+ messages)
` [PATCH 2/4] ath10k: use sizeof(*var) in kmalloc
` [PATCH v2 0/4] ath10k: cleanups
  ` [PATCH v2 1/4] ath10k: clean up monitor start code
  ` [PATCH v2 2/4] ath10k: use sizeof(*var) in kmalloc
  ` [PATCH v2 3/4] ath10k: clean up PCI completion states
  ` [PATCH v2 4/4] ath10k: print errcode when CE ring setup fails

[PATCH] ath10k: check allocation errors in CE
 2013-08-13 14:47 UTC  (2+ messages)

Quick questions about changing channel width
 2013-08-13  5:47 UTC 


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