From: Johannes Berg Date: Thu, 15 May 2008 10:55:27 +0000 (+0200) Subject: mac80211: use rate index in TX control X-Git-Tag: v2.6.27-rc1~969^2~337^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e92e6f2c50b4baf85cca968f0e6f1b5c0df7d39;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed