All of lore.kernel.org
 help / color / mirror / Atom feed
* RFCv3: ST-E CW1200 WLAN driver
@ 2013-01-12 14:06 Solomon Peachy
  2013-01-12 14:06 ` [PATCH 01/15] cw1200: v3: low-level hadrware I/O functions Solomon Peachy
                   ` (15 more replies)
  0 siblings, 16 replies; 21+ messages in thread
From: Solomon Peachy @ 2013-01-12 14:06 UTC (permalink / raw)
  To: linux-wireless


Here's the third patch series, still under drivers/staging.

IBSS is still broken, but no longer triggers OOPSes.  Time permitting 
this wekeend I'll be looking into what's still going wrong.

Changes from v2:

 * Integrated a large number of changes originating with Sony:
   * Clear channel params before registering
   * Saner way to tell LMAC to pass up probe requests
   * Fix potential NULL deference in queue code
   * Track RX Block ACKs as well
   * Simplify PM filtering
   * Fixes for PM suspend code
   * Don't let a scan stop on another
   * Make joins asynchronous
   * Handle TSF in RX packets
   * SDIO: Only bind to first function
   * Logging improvements
   * Add ieee80211_ops.change_interface()
   * Use a high-priority workqueue instead of a kthread
   * Saner beacon filtering
 * Reworked SDD parser to be far cleaner
 * PM support for SPI modules
 * Nuked most of the "#if 0" code blocks and other dead code
 * Many more checkpatch-suggested fixes
 * Use round_up macro (thanks Bob Copeland)
 * Low-level locking added to SPI driver
 * Rework tx/rx balance to be far more fair
 * Eliminate '11n' debugfs file
 * Improved initialization/reset code using GPIOs
 * Fixed OOPS when trying to use IBSS
 * Several minor cleanups
 * Added MAINTAINERS entry


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2013-02-07  4:21 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-12 14:06 RFCv3: ST-E CW1200 WLAN driver Solomon Peachy
2013-01-12 14:06 ` [PATCH 01/15] cw1200: v3: low-level hadrware I/O functions Solomon Peachy
2013-01-12 14:06 ` [PATCH 02/15] cw1200: v3: internal tx queue handling and tracking Solomon Peachy
2013-01-12 14:06 ` [PATCH 03/15] cw1200: v3: scanning implementation Solomon Peachy
2013-01-12 14:06 ` [PATCH 04/15] cw1200: v3: power management Solomon Peachy
2013-01-12 14:06 ` [PATCH 05/15] cw1200: v3: firmware loading Solomon Peachy
2013-01-12 14:06 ` [PATCH 06/15] cw1200: v3: mini-ap support code Solomon Peachy
2013-01-12 14:06 ` [PATCH 07/15] cw1200: v3: debugging hooks and test tool support Solomon Peachy
2013-01-12 14:06 ` [PATCH 08/15] cw1200: v3: 802.11 station API Solomon Peachy
2013-01-12 14:06 ` [PATCH 09/15] cw1200: v3: packet transmit and receiving Solomon Peachy
2013-01-12 14:06 ` [PATCH 10/15] cw1200: v3: WSM (host-firmware) interface glue Solomon Peachy
2013-01-12 14:06 ` [PATCH 11/15] cw1200: v3: main processing loop Solomon Peachy
2013-01-12 14:06 ` [PATCH 12/15] cw1200: v3: common state, definitions, and registration handling Solomon Peachy
2013-01-12 14:06 ` [PATCH 13/15] cw1200: v3: SDIO and SPI glue code and platform definitions Solomon Peachy
2013-01-12 14:06 ` [PATCH 14/15] cw1200: v3: Kbuild integration Solomon Peachy
2013-01-12 14:06 ` [PATCH 15/15] cw1200: v3: Add to drivers/staging, and a MAINTAINERS entry Solomon Peachy
2013-01-14 12:17 ` RFCv3: ST-E CW1200 WLAN driver Pontus Fuchs
2013-01-30 19:02   ` John W. Linville
2013-01-30 22:32     ` Solomon Peachy
2013-02-01  1:54       ` Solomon Peachy
2013-02-07  4:21       ` Solomon Peachy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.