]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/p54common.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / p54common.c
index 9befd6cc7911e2eca4e0dec5eea358a9f99094b7..2c63cf0ad2cdb3cfe11936e40147fd89b390f0da 100644 (file)
@@ -797,7 +797,7 @@ static void p54_stop(struct ieee80211_hw *dev)
                kfree_skb(skb);
        }
        priv->stop(dev);
-       priv->mode = IEEE80211_IF_TYPE_MGMT;
+       priv->mode = IEEE80211_IF_TYPE_INVALID;
 }
 
 static int p54_add_interface(struct ieee80211_hw *dev,
@@ -949,7 +949,7 @@ struct ieee80211_hw *p54_init_common(size_t priv_data_len)
                return NULL;
 
        priv = dev->priv;
-       priv->mode = IEEE80211_IF_TYPE_MGMT;
+       priv->mode = IEEE80211_IF_TYPE_INVALID;
        skb_queue_head_init(&priv->tx_queue);
        memcpy(priv->channels, p54_channels, sizeof(p54_channels));
        memcpy(priv->rates, p54_rates, sizeof(p54_rates));