]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcd36b1efc6b9bad206ad7ae2cc5c8b307a111486
tree61fe29371cff7252802759d064f5beb7ba50f869
parent1ad8639e92d277789ca5db4c8f43188e856b6201
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