All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/13] wil6210 misc updates
@ 2014-08-06  7:31 Dedy Lansky
  2014-08-06  7:31 ` [PATCH v2 01/13] wil6210: map MAC timer for packet lifetime into debugfs Dedy Lansky
                   ` (13 more replies)
  0 siblings, 14 replies; 18+ messages in thread
From: Dedy Lansky @ 2014-08-06  7:31 UTC (permalink / raw)
  To: John W . Linville
  Cc: Dedy Lansky, linux-wireless, wil6210, Vladimir Kondratiev

Some updates and bug fixes for wil6210 driver.

Dedy Lansky (1):
  wil6210: Limit max number of associated stations

Vladimir Kondratiev (12):
  wil6210: map MAC timer for packet lifetime into debugfs
  wil6210: fix race in reset
  wil6210: update copyright year 2014
  wil6210: check error in wil_target_reset()
  wil6210: wait longer for hardware reset completion
  wil6210: Workaround for Sparrow with bad device id
  wil6210: convert debugfs to the table mode
  wil6210: fix beamforming data reporting
  wil6210: fix false "scan timeout"
  wil6210: fix free'd memory access in wil_if_free()
  wil6210: cfg80211_rx_mgmt to use GFP_ATOMIC
  wil6210: fix access after free in wil_pcie_remove()

 drivers/net/wireless/ath/wil6210/cfg80211.c   |   6 +-
 drivers/net/wireless/ath/wil6210/debugfs.c    | 331 ++++++++++++++++++++------
 drivers/net/wireless/ath/wil6210/interrupt.c  |   2 +-
 drivers/net/wireless/ath/wil6210/main.c       |  30 ++-
 drivers/net/wireless/ath/wil6210/netdev.c     |   8 +-
 drivers/net/wireless/ath/wil6210/pcie_bus.c   |   7 +-
 drivers/net/wireless/ath/wil6210/rx_reorder.c |  16 ++
 drivers/net/wireless/ath/wil6210/txrx.c       |   3 +-
 drivers/net/wireless/ath/wil6210/txrx.h       |   2 +-
 drivers/net/wireless/ath/wil6210/wil6210.h    |  17 +-
 drivers/net/wireless/ath/wil6210/wmi.c        |  47 ++--
 drivers/net/wireless/ath/wil6210/wmi.h        |   4 +-
 12 files changed, 327 insertions(+), 146 deletions(-)

-- 
1.8.5.2


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

end of thread, other threads:[~2014-08-21 19:00 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-06  7:31 [PATCH v2 00/13] wil6210 misc updates Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 01/13] wil6210: map MAC timer for packet lifetime into debugfs Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 02/13] wil6210: fix race in reset Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 03/13] wil6210: update copyright year 2014 Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 04/13] wil6210: check error in wil_target_reset() Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 05/13] wil6210: wait longer for hardware reset completion Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 06/13] wil6210: Workaround for Sparrow with bad device id Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 07/13] wil6210: convert debugfs to the table mode Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 08/13] wil6210: fix beamforming data reporting Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 09/13] wil6210: fix false "scan timeout" Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 10/13] wil6210: Limit max number of associated stations Dedy Lansky
2014-08-06  7:31 ` [PATCH v2 11/13] wil6210: fix free'd memory access in wil_if_free() Dedy Lansky
2014-08-06  7:32 ` [PATCH v2 12/13] wil6210: cfg80211_rx_mgmt to use GFP_ATOMIC Dedy Lansky
2014-08-06  7:32 ` [PATCH v2 13/13] wil6210: fix access after free in wil_pcie_remove() Dedy Lansky
2014-08-18  7:46 ` [PATCH v2 00/13] wil6210 misc updates Vladimir Kondratiev
2014-08-20  3:04   ` John W. Linville
2014-08-20 14:01     ` Vladimir Kondratiev
2014-08-21 18:46       ` John W. Linville

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.