commit | 643aab6733799586c798a7b54b85c34d587b25e3 | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Tue Dec 22 18:13:04 2009 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 28 16:31:38 2009 -0500 |
tree | b85ec6e44aafad3fff96676b6e281f46f108ccf6 | |
parent | 5122d8986232ef2a761f5cf70c31666c4d65c3e4 [diff] |
rtl8180: remove priv->mode It is only checked in add_interface, and there it is easily replaced with a check of priv->vif. If that information should become necessary, it is available in vif->type anyway. Signed-off-by: John W. Linville <linville@tuxdriver.com>