commit | f3b369e40a0fbf975ab0e39c2104f184e188afc3 | [log] [tgz] |
---|---|---|
author | Avinash Patil <patila@marvell.com> | Fri Oct 19 19:19:21 2012 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 29 15:20:34 2012 -0400 |
tree | ee515cc33fb1c9c817d93179441aaf2289af1376 | |
parent | 3a5b8a16856a4864efa5405e40eb05086b6956e6 [diff] |
mwifiex: rx path enhancement to derive priv only once We derive mwifiex_private structure which is per interface from received skb's rx_info. Once priv is derived, same priv can be propagated to other functions instead of callee deriving priv from rx_info again. 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>