From: Avinash Patil Date: Sat, 8 Feb 2014 00:27:29 +0000 (-0800) Subject: mwifiex: make tos_to_tid_inv part of mwifiex_private structure X-Git-Tag: v3.15-rc1~113^2~289^2^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a24a29142dd0352de965c40b840a90d6e55f6c;p=pandora-kernel.git 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 Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed