ath9k: Avoid unneeded casts
authorSujith <Sujith.Manoharan@atheros.com>
Mon, 30 Mar 2009 09:58:36 +0000 (15:28 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Apr 2009 20:54:32 +0000 (16:54 -0400)
commita22be22ab8fe571cce88d0d30b49f297a563c4a7
tree626d81aa65679c2f6486f14e869ac8d5d544d368
parent0ef1f168b6bc82b0b157c568e764b75961867970
ath9k: Avoid unneeded casts

Change the void pointer to struct sk_buff and access
bf_mpdu directly, removing all casts in the process.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/ath9k.h
drivers/net/wireless/ath9k/beacon.c
drivers/net/wireless/ath9k/xmit.c