]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite5ecd7bc7670011c4cabbb8199966430edf0afbd
tree3d3831e27659e6ccedfde57f96896f274442a1e6
parent3979c73e9da2f3f1f0973fcba6efb870247603de
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