All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ath9k patches
@ 2013-12-16 10:17 Sujith Manoharan
  2013-12-16 10:17 ` [PATCH 1/2] ath9k: Cleanup spectral scan code Sujith Manoharan
  2013-12-16 10:17 ` [PATCH 2/2] ath9k: Cleanup ath9k.h Sujith Manoharan
  0 siblings, 2 replies; 4+ messages in thread
From: Sujith Manoharan @ 2013-12-16 10:17 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

From: Sujith Manoharan <c_manoha@qca.qualcomm.com>

Nothing major - the spectral code that was scattered around
has been collected in spectral.c and some minor cleanup in ath9k.h.
These apply on top of Felix's pending patches.

Sujith Manoharan (2):
  ath9k: Cleanup spectral scan code
  ath9k: Cleanup ath9k.h

 drivers/net/wireless/ath/ath9k/Makefile   |   4 +-
 drivers/net/wireless/ath/ath9k/ath9k.h    | 358 +++++---------------
 drivers/net/wireless/ath/ath9k/debug.c    | 311 +----------------
 drivers/net/wireless/ath/ath9k/init.c     |   2 +-
 drivers/net/wireless/ath/ath9k/recv.c     | 181 ----------
 drivers/net/wireless/ath/ath9k/spectral.c | 543 ++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath9k/spectral.h | 212 ++++++++++++
 7 files changed, 840 insertions(+), 771 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/spectral.c
 create mode 100644 drivers/net/wireless/ath/ath9k/spectral.h

-- 
1.8.5.1


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

end of thread, other threads:[~2013-12-16 10:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-16 10:17 [PATCH 0/2] ath9k patches Sujith Manoharan
2013-12-16 10:17 ` [PATCH 1/2] ath9k: Cleanup spectral scan code Sujith Manoharan
2013-12-16 10:36   ` [PATCH v2] " Sujith Manoharan
2013-12-16 10:17 ` [PATCH 2/2] ath9k: Cleanup ath9k.h Sujith Manoharan

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.