|
@@ -509,6 +509,8 @@ static int rtl8187_add_interface(struct ieee80211_hw *dev,
|
|
|
return -EOPNOTSUPP;
|
|
|
}
|
|
|
|
|
|
+ priv->vif = conf->vif;
|
|
|
+
|
|
|
rtl818x_iowrite8(priv, &priv->map->EEPROM_CMD, RTL818X_EEPROM_CMD_CONFIG);
|
|
|
for (i = 0; i < ETH_ALEN; i++)
|
|
|
rtl818x_iowrite8(priv, &priv->map->MAC[i],
|
|
@@ -523,6 +525,7 @@ static void rtl8187_remove_interface(struct ieee80211_hw *dev,
|
|
|
{
|
|
|
struct rtl8187_priv *priv = dev->priv;
|
|
|
priv->mode = IEEE80211_IF_TYPE_MNTR;
|
|
|
+ priv->vif = NULL;
|
|
|
}
|
|
|
|
|
|
static int rtl8187_config(struct ieee80211_hw *dev, struct ieee80211_conf *conf)
|