ath9k: Clean up RX processing a bit
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 14 May 2009 18:28:47 +0000 (21:28 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 20 May 2009 18:46:24 +0000 (14:46 -0400)
commit9d64a3cfaf3edb548b68ef4eedbadbb875eaa10e
tree61fe29371cff7252802759d064f5beb7ba50f869
parentd8959fbfbad5f75c7df673aaf5112ba5e405ad34
ath9k: Clean up RX processing a bit

This makes use of the local fc variable in bit more places and uses a
common helper macro. The part of RX process that delivers skb's to
mac80211 is moved to a separate function in preparation for future
changes that will need to do this from two places. The modifications
here should not result in any functional changes.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/recv.c