ath9k: Clean up few function parameters in recv.c
authorVasanthakumar Thiagarajan <vasanth@atheros.com>
Thu, 20 May 2010 21:34:46 +0000 (14:34 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 2 Jun 2010 20:13:31 +0000 (16:13 -0400)
commit9f167f6480c87e22ce1b934cc839d1786b373b70
treec6796903a54c806098d0b4d295140da8d1ee7bba
parent93ef24b29bb6d6d50763c44c0debec4a9547fc58
ath9k: Clean up few function parameters in recv.c

ath9k_rx_skb_preprocess() needs only ieee80211 frame header,
pass only frame headers instead of skb to that function. Also
remove ineffective frame dump in ath9k_process_rate().

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/recv.c