mwifiex: make tos_to_tid_inv part of mwifiex_private structure
authorAvinash Patil <patila@marvell.com>
Sat, 8 Feb 2014 00:27:29 +0000 (16:27 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 12 Feb 2014 20:36:17 +0000 (15:36 -0500)
commit41a24a29142dd0352de965c40b840a90d6e55f6c
tree3d3831e27659e6ccedfde57f96896f274442a1e6
parenteac4322729aebf01ae231d3b3f63aae73d469a57
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>
drivers/net/wireless/mwifiex/init.c
drivers/net/wireless/mwifiex/main.h
drivers/net/wireless/mwifiex/wmm.c
drivers/net/wireless/mwifiex/wmm.h
This page took 0.026751 seconds and 5 git commands to generate.