From: Gertjan van Wingerde Date: Tue, 11 May 2010 21:51:40 +0000 (+0200) Subject: rt2x00: Simplify TXD handling of beacons. X-Git-Tag: v2.6.35-rc1~473^2~42^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b7a8b3871bde7885516fed2a1c8da699913318;p=pandora-kernel.git rt2x00: Simplify TXD handling of beacons. The handling of tx descriptors for beacons can be simplified by updating write_tx_desc implementations of each driver to write directly to the queue entry descriptor instead of to a provided memory area. This is also a preparation for further clean ups where descriptors are properly reserved in the skb instead of fiddling with the skb data pointer. Signed-off-by: Gertjan van Wingerde Acked-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed