atheros: define a common priv struct
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 28 Sep 2009 06:54:40 +0000 (02:54 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Oct 2009 20:39:42 +0000 (16:39 -0400)
commitbc974f4a230756faf4f69114f271de2e678b363b
tree44b132a4a5de62ade4d02b42c70faa70bc84254e
parent7c89606e24cdabaceb8ca9b3c7ab866c6bcc9e38
atheros: define a common priv struct

hw code should never use private driver data, but
sometimes we need a backpointer so just stuff it on
the common ath struct.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath.h
drivers/net/wireless/ath/ath9k/debug.c
drivers/net/wireless/ath/ath9k/hw.h
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/pci.c