commit | 2690e1bb35e97a3b15f0064e9176cd2ec61c2511 | [log] [tgz] |
---|---|---|
author | Avinash Patil <patila@marvell.com> | Tue Jan 24 20:50:24 2012 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jan 27 14:57:02 2012 -0500 |
tree | 5c682419e1fb513c3723f812c97d851226b98fd5 | |
parent | 10ef6a8f1567739192c29f11375556ce0d53ec74 [diff] |
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 <patila@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>