From: Larry Finger Date: Thu, 19 Apr 2012 21:32:41 +0000 (-0500) Subject: rtlwifi: rtl8192c: Convert driver to use private dm structs X-Git-Tag: v3.5-rc1~109^2~267^2^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40332e5fd3fff3cb4ab3ceb173033dcfab4d48d5;p=pandora-kernel.git rtlwifi: rtl8192c: Convert driver to use private dm structs Convert rtl8192c to use the dm_digtable struct in the common header file instead of the global variable. Without this change, every instance of rtl8192ce and rtl8192cu will be using the same global arrays. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed