From: Avinash Patil Date: Wed, 25 Jan 2012 04:50:24 +0000 (-0800) Subject: mwifiex: pass priv pointer instead of adapter X-Git-Tag: v3.4-rc1~177^2~376^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2690e1bb35e97a3b15f0064e9176cd2ec61c2511;p=pandora-kernel.git mwifiex: pass priv pointer instead of adapter Pass mwifiex_private pointer directly to wmm_add_buf_txqueue() instead of passing adapter and then deriving priv again in mwifiex_get_priv_by_id(). This reduces a 'for' loop in TX path. Signed-off-by: Avinash Patil Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed