]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a952860c32224677324310fa13bd62884d2238e
tree7a67bba0f60957af886452b879944cddf74e0fca
parent67ac563edd784a6cd1fa67493245a73a9303c18a
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