diff options
Diffstat (limited to 'drivers/net/wireless/rtl8187_dev.c')
-rw-r--r-- | drivers/net/wireless/rtl8187_dev.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtl8187_dev.c b/drivers/net/wireless/rtl8187_dev.c index c03834d5cb0b..d5787b37e1fb 100644 --- a/drivers/net/wireless/rtl8187_dev.c +++ b/drivers/net/wireless/rtl8187_dev.c | |||
@@ -546,6 +546,8 @@ static int rtl8187_add_interface(struct ieee80211_hw *dev, | |||
546 | return -EOPNOTSUPP; | 546 | return -EOPNOTSUPP; |
547 | } | 547 | } |
548 | 548 | ||
549 | priv->vif = conf->vif; | ||
550 | |||
549 | rtl818x_iowrite8(priv, &priv->map->EEPROM_CMD, RTL818X_EEPROM_CMD_CONFIG); | 551 | rtl818x_iowrite8(priv, &priv->map->EEPROM_CMD, RTL818X_EEPROM_CMD_CONFIG); |
550 | for (i = 0; i < ETH_ALEN; i++) | 552 | for (i = 0; i < ETH_ALEN; i++) |
551 | rtl818x_iowrite8(priv, &priv->map->MAC[i], | 553 | rtl818x_iowrite8(priv, &priv->map->MAC[i], |
@@ -560,6 +562,7 @@ static void rtl8187_remove_interface(struct ieee80211_hw *dev, | |||
560 | { | 562 | { |
561 | struct rtl8187_priv *priv = dev->priv; | 563 | struct rtl8187_priv *priv = dev->priv; |
562 | priv->mode = IEEE80211_IF_TYPE_MNTR; | 564 | priv->mode = IEEE80211_IF_TYPE_MNTR; |
565 | priv->vif = NULL; | ||
563 | } | 566 | } |
564 | 567 | ||
565 | static int rtl8187_config(struct ieee80211_hw *dev, struct ieee80211_conf *conf) | 568 | static int rtl8187_config(struct ieee80211_hw *dev, struct ieee80211_conf *conf) |