]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ieee80211/ieee80211_module.c
Pull vector-domain into release branch
[linux-2.6-omap-h63xx.git] / net / ieee80211 / ieee80211_module.c
index 7ec6610841bab68435cdba151ab2102ef15e1c53..17ad278696edfada4765d6ae540903c1ef2a565a 100644 (file)
@@ -140,7 +140,7 @@ struct net_device *alloc_ieee80211(int sizeof_priv)
 
        dev = alloc_etherdev(sizeof(struct ieee80211_device) + sizeof_priv);
        if (!dev) {
-               IEEE80211_ERROR("Unable to network device.\n");
+               IEEE80211_ERROR("Unable to allocate network device.\n");
                goto failed;
        }
        ieee = netdev_priv(dev);