rtl8180: remove priv->mode
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 22 Dec 2009 23:13:04 +0000 (18:13 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 28 Dec 2009 21:31:38 +0000 (16:31 -0500)
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>

No differences found