ath9k: Move ath9k specific RX code to driver
authorSujith <Sujith.Manoharan@atheros.com>
Thu, 20 May 2010 10:04:38 +0000 (15:34 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 2 Jun 2010 20:13:29 +0000 (16:13 -0400)
commitd435700fcdf03646ff070b35ea19dd5501c4b946
tree7a67bba0f60957af886452b879944cddf74e0fca
parenta0ea949358579c22019202c6876d61087a79361f
ath9k: Move ath9k specific RX code to driver

This patch relocates RX processing code from the
common module to ath9k. This reduces the size
of the common module which is also used by ath9k_htc.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/common.c
drivers/net/wireless/ath/ath9k/common.h
drivers/net/wireless/ath/ath9k/recv.c