From: Johannes Berg Date: Mon, 23 Mar 2009 16:28:36 +0000 (+0100) Subject: mac80211: fix A-MPDU queue assignment X-Git-Tag: v2.6.30-rc1~642^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e72851f7ad108fed20426b46a18ab5fcd5729f;p=pandora-kernel.git mac80211: fix A-MPDU queue assignment Internally, mac80211 requires the skb's queue mapping to be set to the AC queue, not the virtual A-MPDU queue. This is not done correctly currently, this patch moves the code down to directly before the driver is invoked and adds a comment that it will be moved into the driver later. Since this requires __ieee80211_tx() to have the sta pointer, make sure to provide it in ieee80211_tx_pending(). Signed-off-by: Johannes Berg Reviewed-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed