All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [PATCH 0/5] use one common ath_is_mybeacon
@ 2014-01-15 16:07 ` Oleksij Rempel
  0 siblings, 0 replies; 18+ messages in thread
From: Oleksij Rempel @ 2014-01-15 16:07 UTC (permalink / raw)
  To: ath9k-devel

Most ATH driver use same beacon check. It is worth to place it
to the main ATH lib.

Oleksij Rempel (5):
  ath: add common function ath_is_mybeacon
  ath9k: use ath_is_mybeacon
  ath9k_htc: use ath_is_mybeacon
  ath5k: use ath_is_mybeacon
  carl9170: use ath_is_mybeacon

 drivers/net/wireless/ath/ath.h                |  2 ++
 drivers/net/wireless/ath/ath5k/base.c         | 33 +++++++--------------------
 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c |  4 +---
 drivers/net/wireless/ath/ath9k/recv.c         | 20 ++++------------
 drivers/net/wireless/ath/carl9170/rx.c        |  9 +++-----
 drivers/net/wireless/ath/main.c               | 11 +++++++++
 6 files changed, 29 insertions(+), 50 deletions(-)

-- 
1.8.5.2

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

end of thread, other threads:[~2014-01-17 23:30 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 16:07 [ath9k-devel] [PATCH 0/5] use one common ath_is_mybeacon Oleksij Rempel
2014-01-15 16:07 ` Oleksij Rempel
2014-01-15 16:07 ` [ath9k-devel] [PATCH 1/5] ath: add common function ath_is_mybeacon Oleksij Rempel
2014-01-15 16:07   ` Oleksij Rempel
2014-01-15 16:10   ` [ath9k-devel] " Antonio Quartulli
2014-01-15 16:10     ` Antonio Quartulli
2014-01-15 16:16     ` [ath9k-devel] " Oleksij Rempel
2014-01-15 16:16       ` Oleksij Rempel
2014-01-16 15:44   ` [ath9k-devel] " Kalle Valo
2014-01-16 15:44     ` Kalle Valo
2014-01-17 23:27   ` [ath9k-devel] [PATCH v3 " Oleksij Rempel
2014-01-17 23:27     ` Oleksij Rempel
2014-01-17 23:30     ` [ath9k-devel] " Oleksij Rempel
2014-01-17 23:30       ` Oleksij Rempel
2014-01-15 16:07 ` [ath9k-devel] [PATCH 2/5] ath9k: use ath_is_mybeacon Oleksij Rempel
2014-01-15 16:07   ` Oleksij Rempel
2014-01-15 16:07 ` [ath9k-devel] [PATCH 3/5] ath9k_htc: " Oleksij Rempel
2014-01-15 16:07   ` Oleksij Rempel

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.