linux/drivers/net/wireless/rtl818x
John W. Linville d30506e035 rtl8187: remove priv->mode
It is checked in add_interface, but there it is easily replaced with
a check of priv->vif.  If that information should become necessary,
it is available in vif->type anyway.

It is also checked in led_turn_on and led_turn_off, where I made the
substitutions as described above.  Of course, these checks seem to
have been incorrect since the driver was using NL80211_IFTYPE_MONITOR
to indicate no interface rather than NL80211_IFTYPE_UNSPECIFIED.
Anyway, I think these checks may be extraneous...?

Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-12-28 16:31:38 -05:00
..
Makefile rtl8187: Implement rfkill support 2009-08-28 14:40:52 -04:00
rtl818x.h rtl8187: Implement rfkill support 2009-08-28 14:40:52 -04:00
rtl8180.h rtl8180: remove priv->mode 2009-12-28 16:31:38 -05:00
rtl8180_dev.c rtl8180: remove priv->mode 2009-12-28 16:31:38 -05:00
rtl8180_grf5101.c
rtl8180_grf5101.h
rtl8180_max2820.c
rtl8180_max2820.h
rtl8180_rtl8225.c
rtl8180_rtl8225.h
rtl8180_sa2400.c
rtl8180_sa2400.h
rtl8187.h rtl8187: remove priv->mode 2009-12-28 16:31:38 -05:00
rtl8187_dev.c rtl8187: remove priv->mode 2009-12-28 16:31:38 -05:00
rtl8187_leds.c rtl8187: remove priv->mode 2009-12-28 16:31:38 -05:00
rtl8187_leds.h rtl8187: add radio led and fix warnings on suspend 2009-12-10 16:09:51 -05:00
rtl8187_rfkill.c rtl8187: Fix wrong rfkill switch mask for some models 2009-12-07 16:55:00 -05:00
rtl8187_rfkill.h rtl8187: Implement rfkill support 2009-08-28 14:40:52 -04:00
rtl8187_rtl8225.c
rtl8187_rtl8225.h