commit | 40332e5fd3fff3cb4ab3ceb173033dcfab4d48d5 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Thu Apr 19 16:32:41 2012 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 23 15:35:32 2012 -0400 |
tree | fe7a705df1c88e4f59c03d92e38691d1fad2c0e6 | |
parent | 0985dfbc512da3e7f63b3071b8373f5300d0e40b [diff] |
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 <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>