]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/wireless/ath/ath9k/rc.c
ath9k: Use rate_driver_data
authorSujith <Sujith.Manoharan@atheros.com>
Tue, 18 Nov 2008 03:37:30 +0000 (09:07 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 26 Nov 2008 14:47:29 +0000 (09:47 -0500)
commita8efee4f4740c61fccaf73608df282c4ee24ae86
tree62cf022a48bf59ee93c31817ce0bc251e9f95812
parentfe7f4a77450c1d0e463a9b1456b40c2305433e41
ath9k: Use rate_driver_data

Remove the hack using vif, and use rate_driver_data within
skb->cb to hold driver specific rate information.
Setup the rate series in the skb's tx control area and remove
all references to ath9k specific rate series ( using struct ath_rc_series ).

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