From: Luis R. Rodriguez Date: Tue, 3 Nov 2009 00:08:34 +0000 (-0800) Subject: ath9k: use correct hw for tx aggregation TX completion X-Git-Tag: v2.6.33-rc1~388^2~280^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d5a9e83b6e72ebe651c08e6dc247a58469ddda;p=pandora-kernel.git ath9k: use correct hw for tx aggregation TX completion When ath9k virtual wiphys are used the sc->hw will not always represent the active hw, instead we need to get it from the skb->cb private driver area. This ensures the right hw is used to find a sta for the TX'd skb. Cc: Jouni.Malinen Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed