]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: split out access to rx status information
authorFelix Fietkau <nbd@openwrt.org>
Tue, 30 Mar 2010 03:09:27 +0000 (20:09 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 31 Mar 2010 18:46:41 +0000 (14:46 -0400)
commit143cee6da96188084d712974eb0fc965d13b99e1
treebe379f3c3ea007c3f239b5043242db29143937c3
parentfbd70a54c83aabe7f4b2cffe4bd249edd92f36fb
ath9k: split out access to rx status information

This patch passes in a pointer to the ath_rx_status data structure for
functions that need it, instead of letting them grab it directly from
the ath_desc struct. This is useful for making it possible to allocate
the intermediate rx status data separately.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/debug.c
drivers/net/wireless/ath/ath9k/debug.h
drivers/net/wireless/ath/ath9k/mac.c
drivers/net/wireless/ath/ath9k/mac.h
drivers/net/wireless/ath/ath9k/recv.c