messages from 2013-04-19 08:27:50 to 2013-04-24 14:17:17 UTC [more...]
[ath9k-devel] [PATCH v2 0/7] killing things - respin
2013-04-24 14:17 UTC
[ath9k-devel] [RFC 0/2] ath10k: fix qos workaround
2013-04-24 12:49 UTC (5+ messages)
` [ath9k-devel] [RFC 1/2] ath10k: make more space in ath10k_skb_cb
` [ath9k-devel] [RFC 2/2] ath10k: copy skb during tx
[ath9k-devel] [PATCH 0/2] ath10k: killing things
2013-04-24 12:34 UTC (3+ messages)
` [ath9k-devel] [PATCH 1/2] ath10k: kill pci_write32_v1_workaround function
` [ath9k-devel] [PATCH 2/2] ath10k: kill TARGET_TYPE_AR9888
[ath9k-devel] [PATCH 0/5] ath10k: checkpatch fixes 20130424
2013-04-24 12:33 UTC (6+ messages)
` [ath9k-devel] [PATCH 1/5] ath10k: cosmetic checkpatch fixes to bmi.h, hw.h and txrx.h
` [ath9k-devel] [PATCH 2/5] ath10k: shorten lines in ath10k_debug_read_target_stats()
` [ath9k-devel] [PATCH 3/5] ath10k: fix checkpatch warnings from bmi.c, debug.c, htc.h and pci.h
` [ath9k-devel] [PATCH 4/5] ath10k: fix checkpatch warnings in ce.h, core.c, htc.c, htt_tx.c and txrx.c
` [ath9k-devel] [PATCH 5/5] ath10k: fix some checkpatch warnings in htt_rx.c and ce.c
[ath9k-devel] [PATCH 0/6] ath10k: pci cleanup
2013-04-24 12:26 UTC (15+ messages)
` [ath9k-devel] [PATCH 1/6] ath10k: fix pci_set_drvpriv ordering
` [ath9k-devel] [PATCH 2/6] ath10k: refactor pci interrupt functions
` [ath9k-devel] [PATCH 3/6] ath10k: remove pci probe retrying
` [ath9k-devel] [PATCH 4/6] ath10k: remove ath10k_pci_configure()
` [ath9k-devel] [PATCH 5/6] ath10k: remove ath10k_pci_probe_device()
` [ath9k-devel] [PATCH 6/6] ath10k: simplify pci target reset
` [ath9k-devel] [PATCH v2 0/6] ath10k: pci cleanup
` [ath9k-devel] [PATCH v2 1/6] ath10k: fix pci_set_drvpriv ordering
` [ath9k-devel] [PATCH v2 2/6] ath10k: refactor pci interrupt functions
` [ath9k-devel] [PATCH v2 3/6] ath10k: remove pci probe retrying
` [ath9k-devel] [PATCH v2 4/6] ath10k: remove ath10k_pci_configure()
` [ath9k-devel] [PATCH v2 5/6] ath10k: remove ath10k_pci_probe_device()
` [ath9k-devel] [PATCH v2 6/6] ath10k: simplify pci target reset
[ath9k-devel] [PATCH 0/2] ath10k: monitor mode fixes
2013-04-24 12:18 UTC (5+ messages)
` [ath9k-devel] [PATCH 1/2] ath10k: avoid null dereference on vif
` [ath9k-devel] [PATCH 2/2] ath10k: don't advertise we want monitor vif
[ath9k-devel] [PATCH v2 1/3] ath10k: WMI API updates
2013-04-24 12:06 UTC (5+ messages)
` [ath9k-devel] [PATCH v2 2/3] ath10k: Merge debug levels
` [ath9k-devel] [PATCH v2 3/3] ath10k: Initialize CW mode
[ath9k-devel] [PATCH v2] ath10k: kill static int max_delay
2013-04-24 11:57 UTC
[ath9k-devel] [PATCH] ath10k: fix supported band setup
2013-04-24 11:52 UTC
[ath9k-devel] [PATCH] ath10k: kill static int max_delay
2013-04-24 11:27 UTC (3+ messages)
[ath9k-devel] [PATCH 0/2] ath10k: htt fixes
2013-04-24 11:23 UTC (4+ messages)
` [ath9k-devel] [PATCH 1/2] ath10k: clear pending_tx[] upon tx completion
` [ath9k-devel] [PATCH 2/2] ath10k: cleanup htt pending tx
[ath9k-devel] [PATCH 0/5] ath10k: making static variables const
2013-04-24 11:18 UTC (9+ messages)
` [ath9k-devel] [PATCH 1/5] ath10k: make rx_legacy_rate_idx variable const
` [ath9k-devel] [PATCH 2/5] ath10k: make host_ce_config_wlan static "
` [ath9k-devel] [PATCH 3/5] ath10k: make target_ce_config_wlan and target_service_to_ce_map_wlan const
` [ath9k-devel] [PATCH 4/5] ath10k: make iee80211 iface combination structures static
` [ath9k-devel] [PATCH 5/5] ath10k: copy ieee80211_supported_band for each instance
[ath9k-devel] [PATCH] ath10k: fix compilation warning
2013-04-24 11:15 UTC
[ath9k-devel] [PATCH 0/6] ath10k: cleanups
2013-04-24 11:08 UTC (19+ messages)
` [ath9k-devel] [PATCH 1/6] ath10k: rename htt_struct
` [ath9k-devel] [PATCH 2/6] ath10k: fix code style
` [ath9k-devel] [PATCH 3/6] ath10k: fix code style of handling errors
` [ath9k-devel] [PATCH 4/6] ath10k: fix code style a little
` [ath9k-devel] [PATCH 5/6] ath10k: cleanup tx/rx mode handling
` [ath9k-devel] [PATCH 6/6] ath10k: cleanup hw init-related code
` [ath9k-devel] [PATCH v2 0/6] ath10k: cleanups
` [ath9k-devel] [PATCH v2 1/6] ath10k: rename htt_struct
` [ath9k-devel] [PATCH v2 2/6] ath10k: fix code style
` [ath9k-devel] [PATCH v2 3/6] ath10k: fix code style of handling errors
` [ath9k-devel] [PATCH v2 4/6] ath10k: fix code style a little
` [ath9k-devel] [PATCH v2 5/6] ath10k: cleanup tx/rx mode handling
` [ath9k-devel] [PATCH v2 6/6] ath10k: cleanup hw init-related code
[ath9k-devel] [PATCH 0/7] ath10k: more cleanup
2013-04-24 11:06 UTC (10+ messages)
` [ath9k-devel] [PATCH 1/7] ath10k: Print more elgant HW name/version
` [ath9k-devel] [PATCH 2/7] ath10k: shift ath10k_generic_iter structure to mac header
` [ath9k-devel] [PATCH 3/7] ath10k: kill HIF_TYPE_AR9888
` [ath9k-devel] [PATCH 4/7] ath10k: shift REG_DUMP_COUNT_AR9888 to pci block
` [ath9k-devel] [PATCH 5/7] ath10k: move DIAG_TRANSFER_LIMIT "
` [ath9k-devel] [PATCH 6/7] ath10k: remove leftover prototypes
` [ath9k-devel] [PATCH 7/7] ath10k: rename ath10k_pci_wait_for_target_to_awake
[ath9k-devel] [PATCH 0/3] ath10k: PCI cleanups
2013-04-24 10:47 UTC (5+ messages)
` [ath9k-devel] [PATCH 1/3] ath10k: update FIXME comments
` [ath9k-devel] [PATCH 2/3] ath10k: rename WAR_CE_SRC_RING_WRITE_IDX_SET
` [ath9k-devel] [PATCH 3/3] ath10k: replace TARGET_READ/WRITE macros with inline funcitons
[ath9k-devel] [PATCH 0/3] ath10k: cleanup - respin
2013-04-24 10:37 UTC (5+ messages)
` [ath9k-devel] [PATCH 1/3] ath10k: remove excessive CONFIG_PM_SLEEP checks
` [ath9k-devel] [PATCH 2/3] ath10k: kill PCIE_LOCAL_REG_READ/WRITE macros
` [ath9k-devel] [PATCH 3/3] ath10k: update supported firmware tag to .599
[ath9k-devel] [PATCH] ath10k: kill ar9888def.h file
2013-04-24 10:27 UTC (2+ messages)
[ath9k-devel] [PATCH 0/3] ath10k: amsdu rx fixes
2013-04-24 10:12 UTC (4+ messages)
` [ath9k-devel] [PATCH 1/3] ath10k: cleanup amsdu rx
` [ath9k-devel] [PATCH 2/3] ath10k: fix native wifi decap mode "
` [ath9k-devel] [PATCH 3/3] ath10k: don't support llc/snap decap explicitly for "
[ath9k-devel] Severe issue with ath9k_htc driver - consistent full system crash since 3.8 kernels
2013-04-24 1:04 UTC
[ath9k-devel] [PATCH 1/3] ath10k: WMI API updates
2013-04-23 14:17 UTC (10+ messages)
` [ath9k-devel] [PATCH 2/3] ath10k: Merge debug levels
` [ath9k-devel] [PATCH 3/3] ath10k: Initialize CW mode
[ath9k-devel] How to block a concrete channel?
2013-04-23 11:12 UTC (5+ messages)
[ath9k-devel] [PATCH] ath10k: Handle P2P_GO NOA notification FW 599+
2013-04-23 7:56 UTC
[ath9k-devel] [PATCH 1/2] ath10k: WMI overhaul
2013-04-23 7:38 UTC (2+ messages)
[ath9k-devel] [PATCH 0/3] ath10k: kill unnecessary macros
2013-04-23 7:32 UTC (7+ messages)
` [ath9k-devel] [PATCH 1/3] ath10k: kill A_PCIE_LOCAL_REG_READ
` [ath9k-devel] [PATCH 2/3] ath10k: kill A_PCIE_LOCAL_REG_WRITE
` [ath9k-devel] [PATCH 3/3] ath10k: fix comment to reflect time in mili-seconds
[ath9k-devel] [PATCH] ath10k: use config_enabled() for CONFIG_PM_SLEEP
2013-04-23 7:28 UTC (3+ messages)
[ath9k-devel] [PATCH 0/2] ath10k: wmi fixes
2013-04-23 7:27 UTC (4+ messages)
` [ath9k-devel] [PATCH 1/2] ath10k: use skb_queue_purge() instead of custom loop
` [ath9k-devel] [PATCH 2/2] ath10k: fix mgmt rx processing
[ath9k-devel] [RFC 0/2] ath10k: kill off htt_tx_info wrapper
2013-04-23 7:20 UTC (6+ messages)
` [ath9k-devel] [PATCH "
` [ath9k-devel] [PATCH 1/2] ath10k: simplify txi lifespan
` [ath9k-devel] [PATCH 2/2] ath10k: merge htt_tx_info into ath10k_skb_cb
[ath9k-devel] [PATCH 0/2] ath10k: scan fixes
2013-04-23 4:55 UTC (4+ messages)
` [ath9k-devel] [PATCH 1/2] ath10k: sync wmi before starting scan timeout
` [ath9k-devel] [PATCH 2/2] ath10k: refactor scan locking
[ath9k-devel] [PATCH] ath10k: ath10k_bmi_write32() calls cleanup
2013-04-23 4:53 UTC (2+ messages)
[ath9k-devel] [RFC] ath10k: kill regtable
2013-04-23 4:51 UTC (2+ messages)
[ath9k-devel] [PATCH] ath10k: tag ath10k_target_ps as static
2013-04-23 4:43 UTC (3+ messages)
[ath9k-devel] [PATCH] ath10k: Fix PCI probe
2013-04-23 4:34 UTC (2+ messages)
[ath9k-devel] [PATCH-RESEND] ath9k: apply coverage class on slottime too
2013-04-22 20:34 UTC
[ath9k-devel] [PATCH] ath9k: apply coverage class on slottime too
2013-04-22 18:38 UTC (6+ messages)
[ath9k-devel] WiFi Failure with AR9280
2013-04-22 14:58 UTC (10+ messages)
[ath9k-devel] In case anyone wants to work on per-packet TPC
2013-04-22 11:49 UTC (2+ messages)
[ath9k-devel] [PATCH] ath10k: add bmi_read32/bmi_write32 functions
2013-04-22 10:26 UTC (3+ messages)
[ath9k-devel] [PATCH 0/2] rebase patch 6 and 7 from 'various fixes' patch-set
2013-04-22 10:04 UTC (4+ messages)
` [ath9k-devel] [PATCH 1/2] ath10k: reindent ath10k_pci_suspend
` [ath9k-devel] [PATCH 2/2] ath10k: return error if suspend command fails
[ath9k-devel] [PATCH 0/3] ath10k: htc cleanup
2013-04-22 9:48 UTC (2+ messages)
[ath9k-devel] [PATCH] ath10k: split ath10k_pci_target_ps_control
2013-04-22 9:44 UTC (6+ messages)
[ath9k-devel] [PATCH 0/7] ath10k: htt tx cleanup
2013-04-22 9:27 UTC (8+ messages)
` [ath9k-devel] [PATCH 1/3] ath10k: remove per-packet completion handling
` [ath9k-devel] [PATCH 2/3] ath10k: remove `priv` from ath10k_skb_cb
` [ath9k-devel] [PATCH 3/3] ath10k: share htt tx completion for data/mgmt tx
[ath9k-devel] [PATCH v2] ath10k: fix HW version/revision names
2013-04-22 8:55 UTC (2+ messages)
[ath9k-devel] [PATCH] ath10k: move QCA9880_1.0 PCI-specific hacks to pci sub-module
2013-04-22 8:52 UTC (2+ messages)
[ath9k-devel] [PATCH] ath10k: fix HW version/revision names
2013-04-22 8:50 UTC (4+ messages)
[ath9k-devel] [PATCH] ath10k: fix QoS tx
2013-04-22 8:50 UTC (2+ messages)
[ath9k-devel] [PATCH] ath10k: simplify FW binary names
2013-04-22 8:39 UTC (2+ messages)
[ath9k-devel] [PATCH v2 0/7] various fixes
2013-04-22 8:33 UTC (2+ messages)
[ath9k-devel] [PATCH v3] ath10k: move suspend/resume exports to core.c file
2013-04-22 8:18 UTC (2+ messages)
[ath9k-devel] [PATCH 0/2] ath10k: locking cleanup
2013-04-22 8:15 UTC (7+ messages)
` [ath9k-devel] [PATCH 1/2] ath10k: kill vdev_mtx and use conf_mutex
` [ath9k-devel] [PATCH 2/2] ath10k: refactor scan locking
[ath9k-devel] [PATCH v2 0/5] ath10k: pci memleak fix
2013-04-22 8:13 UTC (3+ messages)
` [ath9k-devel] [PATCH] ath10k: fix unused variable warning
[ath9k-devel] [PATCH 0/5] ath10k: cleanups
2013-04-22 8:10 UTC (3+ messages)
` [ath9k-devel] [PATCH v2 "
[ath9k-devel] [PATCH] ath10k: cleanup ath10k_bmi_fast_download()
2013-04-22 8:00 UTC (2+ messages)
[ath9k-devel] about openwrt wps pin method
2013-04-22 4:01 UTC
[ath9k-devel] How can I know WiFi channels flags?
2013-04-19 15:51 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