From: Emmanuel Grumbach Date: Fri, 26 Aug 2011 06:11:24 +0000 (-0700) Subject: iwlagn: move the mapping ac to queue / fifo to transport X-Git-Tag: v3.2-rc1~129^2~287^2^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13c0c59e0ec38558ac853d56555e915b4dc7dc2;p=pandora-kernel.git iwlagn: move the mapping ac to queue / fifo to transport This mapping is transport related. This allows us to remove the notion of tx queue from the tx path in the upper layer. iwl_wake_any_queue moved to transport layer since it needs to access these mappings. The TX API is nicer now: int (*tx)(struct iwl_trans *trans, struct sk_buff *skb, struct iwl_device_cmd *dev_cmd, u8 ctx, u8 sta_id); Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed