ATH10K Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-20 02:42:53 to 2014-03-30 09:36:55 UTC [more...]

nl80211: Failed to set channel
 2014-03-30  9:36 UTC  (9+ messages)
                                        ` Running throughput tests

[PATCH v5] ath10k: implement per-VDEV FW statistics
 2014-03-28 16:07 UTC  (7+ messages)

[PATCH] ath10k: update wal_dbg_tx_stats structure with missing parameter
 2014-03-28 15:02 UTC  (2+ messages)

[PATCH] ath10k: add extra pdev stats on 10.1 firmware
 2014-03-28 15:00 UTC  (2+ messages)

[PATCH v2] ath10k: add the Rx rate in FW stats
 2014-03-28 14:59 UTC  (3+ messages)

[PATCH v2] ath10k: Fix getting stats from firmware
 2014-03-28 14:56 UTC  (2+ messages)

[PATCH] ath10k: fix printing of peer stats in non-AP firmware
 2014-03-28 12:47 UTC  (11+ messages)

[PATCH 0/2] ath10k: ce fixes
 2014-03-28 12:33 UTC  (12+ messages)
` [PATCH 1/2] ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()
` [PATCH 2/2] ath10k: split ce initialization and allocation
` [PATCH v2 0/3] ath10k: ce fixes
  ` [PATCH v2 1/3] ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()
  ` [PATCH v2 2/3] ath10k: split ce initialization and allocation
  ` [PATCH v2 3/3] ath10k: deinit copy engine before resetting

[PATCH v2 0/8] ath10k: small cleanups to pci.c
 2014-03-28 12:23 UTC  (10+ messages)
` [PATCH v2 1/8] ath10k: cleanup ath10k_pci_wait_for_target_init()
` [PATCH v2 2/8] ath10k: add module parameter to disable cold reset
` [PATCH v2 3/8] ath10k: fix name of target_ps module parameter
` [PATCH v2 4/8] ath10k: advertise only firmware API 2 files
` [PATCH v2 5/8] ath10k: delete ar_pci->fw_indicator_address
` [PATCH v2 6/8] ath10k: improve pci debug messages
` [PATCH v2 7/8] ath10k: add module parameter values to the pci info print
` [PATCH v2 8/8] ath10k: print chip id during boot

[PATCH] ath10k: update wal_dbg_tx_stats structure with missing parameter
 2014-03-28 12:17 UTC  (2+ messages)

[PATCH] ath10k: cleanup debug messages in ath10k_wmi_event_host_swba()
 2014-03-28  9:30 UTC 

[PATCH] ath10k: dont call csa_finish more than once
 2014-03-28  8:32 UTC  (7+ messages)

[PATCH 1/4 v2] ath10k: add debugging for tx-credits usage
 2014-03-28  7:43 UTC  (8+ messages)
` [PATCH 2/4 v2] ath10k: better firmware loading error messages
` [PATCH 3/4 v2] ath10k: add otp and firmware boot "
` [PATCH 4/4 v2] ath10k: invalid msdu-id logging

[PATCH v3] ath10k: unify warning messages in mac.c
 2014-03-28  7:41 UTC  (2+ messages)

[PATCH 1/3] ath10k: Add debugging for tx-credits usage
 2014-03-26 19:41 UTC  (14+ messages)
` [PATCH 2/3] ath10k: Better firmware loading error messages
` [PATCH 3/3] ath10k: add otp and firmware boot "

[PATCH v2] ath10k: add soft/hard firmware crash option to simulate_fw_crash
 2014-03-26 11:40 UTC  (9+ messages)

[PATCH 0/8] ath10k: small cleanups to pci.c
 2014-03-26 11:10 UTC  (13+ messages)
` [PATCH 1/8] ath10k: cleanup ath10k_pci_wait_for_target_init()
` [PATCH 2/8] ath10k: add module parameter to disable cold reset
` [PATCH 3/8] ath10k: fix name of target_ps module parameter
` [PATCH 4/8] ath10k: advertise only firmware API 2 files
` [PATCH 5/8] ath10k: delete ar_pci->fw_indicator_address
` [PATCH 6/8] ath10k: improve pci debug messages
` [PATCH 7/8] ath10k: add module parameter values to the pci info print
` [PATCH 8/8] ath10k: print chip id during boot

How to get tx rate in ath10k?
 2014-03-25 15:51 UTC  (3+ messages)

Scanning all 5Ghz channels with AC NIC
 2014-03-25 15:50 UTC  (7+ messages)

[PATCH v2 1/2] ath10k: introduce rx_status htt template
 2014-03-25 12:16 UTC  (4+ messages)
` [PATCH v2 2/2] ath10k: fix rssi and rate reporting

[PATCH v2 1/8] ath10k: move rx related functions to htt_rx.c
 2014-03-25 12:13 UTC  (9+ messages)
` [PATCH v2 2/8] ath10k: rename process_rx_rates to ath10k_htt_rx_h_rates
` [PATCH v2 3/8] ath10k: introduce ieee80211_rx_status to htt_rx_info
` [PATCH v2 4/8] ath10k: setup rx channel per ppdu
` [PATCH v2 5/8] ath10k: kill not needed fields from htt_rx_info
` [PATCH v2 6/8] ath10k: return error when ath10k_htt_rx_amsdu_pop() fail
` [PATCH v2 7/8] ath10k: improve way we play with attention flags
` [PATCH v2 8/8] ath10k: finally kill htt_rx_info

Compilation backport ath10k
 2014-03-25  9:35 UTC  (4+ messages)
  ` RE : "

Compilation ath10k
 2014-03-25  7:31 UTC  (4+ messages)
  ` RE : "

Trouble connecting to broadcom AC APs?
 2014-03-24 19:45 UTC  (12+ messages)

[PATCH] ath10k: unify warning messages in mac.c
 2014-03-24 15:00 UTC 

[PATCH 1/2] ath10k: introduce rx_status htt template
 2014-03-24 10:47 UTC  (6+ messages)
` [PATCH 2/2] ath10k: fix rssi and rate reporting

[PATCH 0/8] ath10k: refactor htt_rx path
 2014-03-24 10:17 UTC  (13+ messages)
` [PATCH 1/8] ath10k: move rx related functions to htt_rx.c
` [PATCH 2/8] ath10k: rename process_rx_rates to ath10k_htt_rx_h_rates
` [PATCH 3/8] ath10k: introduce ieee80211_rx_status to htt_rx_info
` [PATCH 4/8] ath10k: setup rx channel per ppdu
` [PATCH 5/8] ath10k: kill not needed fields from htt_rx_info
` [PATCH 6/8] ath10k: return error when ath10k_htt_rx_amsdu_pop() fail
` [PATCH 7/8] ath10k: improve way we play with attention flags
` [PATCH 8/8] ath10k: finally kill htt_rx_info

[PATCH] ath10k: fix the peer mac address in getting stats
 2014-03-24  8:33 UTC  (5+ messages)

[PATCH] ath10k: update regulatory domain settings for 10.x firmware
 2014-03-24  8:26 UTC  (4+ messages)

[PATCH] ath10k: Fix getting stats from firmware
 2014-03-21 18:51 UTC  (11+ messages)

[PATCH] ath10k: add the Rx rate in FW stats
 2014-03-21 16:30 UTC  (5+ messages)

master branch rebased due to a mistake
 2014-03-21 15:57 UTC 

[PATCH 1/2] ath10k: add ath10k_htt_rx_amsdu_allowed function
 2014-03-21 15:37 UTC  (2+ messages)

[PATCH 1/2] ath10k: separate result parameter in ath10k_bmi_execute()
 2014-03-21 14:49 UTC  (2+ messages)

Failure to allocate large memory blocks upon firmware crash
 2014-03-21  8:54 UTC  (3+ messages)

FW Rate Control is not working for Adhoc Mode
 2014-03-20 10:37 UTC 

Documenting firmware branches
 2014-03-20  8:59 UTC 


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