From: David Kilroy Date: Tue, 4 May 2010 21:54:41 +0000 (+0100) Subject: orinoco: refactor xmit path X-Git-Tag: v2.6.35-rc1~473^2~167^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac6fafd4d6a0af26aeb37277a39607f7ce0be77;p=pandora-kernel.git orinoco: refactor xmit path ... so orinoco_usb can share some common functionality. Handle 802.2 encapsulation and MIC calculation in that function. The 802.3 header is prepended to the SKB. The calculated MIC is written to a specified buffer. Also modify the transmit control word that will be passed onto the hardware to specify whether the MIC is present, and the key used. Signed-off-by: David Kilroy Signed-off-by: John W. Linville --- Reading git-diff-tree failed