linux/drivers/net/wireless/b43
Johannes Berg 2e92e6f2c5 mac80211: use rate index in TX control
This patch modifies struct ieee80211_tx_control to give band
info and the rate index (instead of rate pointers) to drivers.
This mostly serves to reduce the TX control structure size to
make it fit into skb->cb so that the fragmentation code can
put it there and we can think about passing it to drivers that
way in the future.

The rt2x00 driver update was done by Ivo, thanks.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-05-21 21:48:09 -04:00
..
b43.h b43: replace limit_value macro with clamp_val 2008-05-14 16:29:32 -04:00
debugfs.c b43: Rewrite LO calibration algorithm 2008-05-07 15:02:12 -04:00
debugfs.h b43: Rewrite LO calibration algorithm 2008-05-07 15:02:12 -04:00
dma.c mac80211: clean up get_tx_stats callback 2008-05-07 15:02:26 -04:00
dma.h
Kconfig
leds.c
leds.h
lo.c b43: replace limit_value macro with clamp_val 2008-05-14 16:29:32 -04:00
lo.h b43: Rewrite LO calibration algorithm 2008-05-07 15:02:12 -04:00
main.c mac80211: use rate index in TX control 2008-05-21 21:48:09 -04:00
main.h b43: Rewrite LO calibration algorithm 2008-05-07 15:02:12 -04:00
Makefile
nphy.c b43: nphy.c remove duplicated include 2008-05-14 16:29:49 -04:00
nphy.h
pcmcia.c
pcmcia.h
phy.c b43: use the bitrev helpers rather than rolling a private one 2008-05-14 16:29:50 -04:00
phy.h b43: Rewrite LO calibration algorithm 2008-05-07 15:02:12 -04:00
pio.c mac80211: clean up get_tx_stats callback 2008-05-07 15:02:26 -04:00
pio.h
rfkill.c
rfkill.h
sysfs.c
sysfs.h
tables_nphy.c
tables_nphy.h
tables.c
tables.h
wa.c
wa.h
xmit.c mac80211: use rate index in TX control 2008-05-21 21:48:09 -04:00
xmit.h