commit | b9a758a8c905fc59e783ae91ad645452d877ea88 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Mon Nov 18 11:11:27 2013 -0600 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Dec 05 14:55:05 2013 -0500 |
tree | f1ff0c3ad29717aac72ab5163d6938faf13f8b9c | |
parent | 62009b7f12793c932aaba0df946b04cb4a77d022 [diff] |
rtlwifi: Redo register save locations The initial USB driver did not use some register save locations in the private data storage. To save some memory, a union was used to overlay these variables with USB I/O components. In an update of the gain-control code, these register save locations are now needed for USB drivers. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>