commit | 41a24a29142dd0352de965c40b840a90d6e55f6c | [log] [tgz] |
---|---|---|
author | Avinash Patil <patila@marvell.com> | Fri Feb 07 16:27:29 2014 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Feb 12 15:36:17 2014 -0500 |
tree | 3d3831e27659e6ccedfde57f96896f274442a1e6 | |
parent | eac4322729aebf01ae231d3b3f63aae73d469a57 [diff] |
mwifiex: make tos_to_tid_inv part of mwifiex_private structure tos_to_tid_inv values are needed even during TDLS restore operations. Currently tos_to_tid_inv is part of wmm.c and is declared static. Make it part of private structure so that it can be used in other files as well. 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>