From: Sujith Manoharan Date: Wed, 13 Apr 2011 05:54:31 +0000 (+0530) Subject: ath9k_htc: Use SKB's private area for TX parameters X-Git-Tag: v3.0-rc1~377^2~256^2^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40dc9e4b86963b77918f1b8fa02b98c1e420a7e1;p=pandora-kernel.git ath9k_htc: Use SKB's private area for TX parameters For all packets sent through the USB_WLAN_TX_PIPE endpoint, the private area of the SKB's tx_info can be used to store driver-specific information. For packets sent through USB_REG_OUT_PIPE, this will not make a difference since they are routed through a separate routine that doesn't access the private region. This would help in situations where TX information is required in the URB callback. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed