linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pull request: ath 20140514
@ 2014-05-14 13:10 Kalle Valo
  2014-05-14 19:40 ` John W. Linville
  2014-05-16 18:15 ` John W. Linville
  0 siblings, 2 replies; 4+ messages in thread
From: Kalle Valo @ 2014-05-14 13:10 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, ath10k

Hi John,

small pull request this time. I'll promise next one will be bigger ;)

Changelog for the request:

For ath10k Michal did various small fixes on how we handle
hardware/firmware problems and he also fixed two memory leaks.

Please let me know if there are any problems.

The following changes since commit 644aa4d62096039a79987e13062c6fc656ea380c:

  b43: remove list of IEEE 802.11 devices (2014-04-22 15:06:34 -0400)

are available in the git repository at:

  git://github.com/kvalo/ath.git for-linville

for you to fetch changes up to d9bc4b9b693d52dc14dc1de5dfec760634067d8c:

  ath10k: fix firmware recovery with ap interface (2014-04-24 09:23:03 +0300)

----------------------------------------------------------------
Michal Kazior (7):
      ath10k: differentiate between target init failures
      ath10k: don't wait for device init if it crashed
      ath10k: skip suspending when recovering
      ath10k: make sure to not leak beacon dma mapping
      ath10k: make sure to not use invalid beacon pointer
      ath10k: prevent beacon memory leak
      ath10k: fix firmware recovery with ap interface

 drivers/net/wireless/ath/ath10k/core.c |    6 ++++--
 drivers/net/wireless/ath/ath10k/mac.c  |   16 ++++++++++++++++
 drivers/net/wireless/ath/ath10k/pci.c  |   18 +++++++++++++++++-
 drivers/net/wireless/ath/ath10k/wmi.c  |    2 ++
 4 files changed, 39 insertions(+), 3 deletions(-)

-- 
Kalle Valo

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

* Re: Pull request: ath 20140514
  2014-05-14 13:10 Pull request: ath 20140514 Kalle Valo
@ 2014-05-14 19:40 ` John W. Linville
  2014-05-14 19:52   ` Kalle Valo
  2014-05-16 18:15 ` John W. Linville
  1 sibling, 1 reply; 4+ messages in thread
From: John W. Linville @ 2014-05-14 19:40 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, ath10k

Were you hoping for 3.15 for these?

On Wed, May 14, 2014 at 04:10:35PM +0300, Kalle Valo wrote:
> Hi John,
> 
> small pull request this time. I'll promise next one will be bigger ;)
> 
> Changelog for the request:
> 
> For ath10k Michal did various small fixes on how we handle
> hardware/firmware problems and he also fixed two memory leaks.
> 
> Please let me know if there are any problems.
> 
> The following changes since commit 644aa4d62096039a79987e13062c6fc656ea380c:
> 
>   b43: remove list of IEEE 802.11 devices (2014-04-22 15:06:34 -0400)
> 
> are available in the git repository at:
> 
>   git://github.com/kvalo/ath.git for-linville
> 
> for you to fetch changes up to d9bc4b9b693d52dc14dc1de5dfec760634067d8c:
> 
>   ath10k: fix firmware recovery with ap interface (2014-04-24 09:23:03 +0300)
> 
> ----------------------------------------------------------------
> Michal Kazior (7):
>       ath10k: differentiate between target init failures
>       ath10k: don't wait for device init if it crashed
>       ath10k: skip suspending when recovering
>       ath10k: make sure to not leak beacon dma mapping
>       ath10k: make sure to not use invalid beacon pointer
>       ath10k: prevent beacon memory leak
>       ath10k: fix firmware recovery with ap interface
> 
>  drivers/net/wireless/ath/ath10k/core.c |    6 ++++--
>  drivers/net/wireless/ath/ath10k/mac.c  |   16 ++++++++++++++++
>  drivers/net/wireless/ath/ath10k/pci.c  |   18 +++++++++++++++++-
>  drivers/net/wireless/ath/ath10k/wmi.c  |    2 ++
>  4 files changed, 39 insertions(+), 3 deletions(-)
> 
> -- 
> Kalle Valo
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

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

* Re: Pull request: ath 20140514
  2014-05-14 19:40 ` John W. Linville
@ 2014-05-14 19:52   ` Kalle Valo
  0 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2014-05-14 19:52 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, ath10k

"John W. Linville" <linville@tuxdriver.com> writes:

> Were you hoping for 3.15 for these?

This is for 3.16. Sorry, forgot to mention that.

-- 
Kalle Valo

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

* Re: Pull request: ath 20140514
  2014-05-14 13:10 Pull request: ath 20140514 Kalle Valo
  2014-05-14 19:40 ` John W. Linville
@ 2014-05-16 18:15 ` John W. Linville
  1 sibling, 0 replies; 4+ messages in thread
From: John W. Linville @ 2014-05-16 18:15 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, ath10k

On Wed, May 14, 2014 at 04:10:35PM +0300, Kalle Valo wrote:
> Hi John,
> 
> small pull request this time. I'll promise next one will be bigger ;)
> 
> Changelog for the request:
> 
> For ath10k Michal did various small fixes on how we handle
> hardware/firmware problems and he also fixed two memory leaks.
> 
> Please let me know if there are any problems.
> 
> The following changes since commit 644aa4d62096039a79987e13062c6fc656ea380c:
> 
>   b43: remove list of IEEE 802.11 devices (2014-04-22 15:06:34 -0400)
> 
> are available in the git repository at:
> 
>   git://github.com/kvalo/ath.git for-linville
> 
> for you to fetch changes up to d9bc4b9b693d52dc14dc1de5dfec760634067d8c:
> 
>   ath10k: fix firmware recovery with ap interface (2014-04-24 09:23:03 +0300)

Pulling now...

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

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

end of thread, other threads:[~2014-05-16 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 13:10 Pull request: ath 20140514 Kalle Valo
2014-05-14 19:40 ` John W. Linville
2014-05-14 19:52   ` Kalle Valo
2014-05-16 18:15 ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).