All of lore.kernel.org
 help / color / mirror / Atom feed
From: Piter PUNK <piterpunk@unitednerds.org>
To: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Fabio Rossi <rossi.f@inwind.it>,
	linux-wireless@vger.kernel.org, linville@tuxdriver.com,
	johannes@sipsolutions.net
Subject: Re: rtl8180: the network interface is not anymore created
Date: Sun, 21 Dec 2008 19:14:09 -0200	[thread overview]
Message-ID: <494EB1A1.5080209@unitednerds.org> (raw)
In-Reply-To: <494E852E.4070002@lwfinger.net>

Larry Finger wrote:
> Fabio Rossi wrote:
>> I was using successfully the rtl8180 driver but after last git-pull the 
>> network interface (wlan0) is not anymore created.
> 
> Fabio,
> 
> Does this patch fix it for you?

I was with the same problem using linville branch (to test rtl8187se
support). I thought the wlan0 missing was some problem with the
rtl8187se support.

I apply the patch and now I have an wlan0 interface! -:)
I can't see now if the interface is really working, no AP near
to test. But the wlan0 now is created

> Index: wireless-testing/drivers/net/wireless/rtl818x/rtl8180_dev.c
> ===================================================================
> --- wireless-testing.orig/drivers/net/wireless/rtl818x/rtl8180_dev.c
> +++ wireless-testing/drivers/net/wireless/rtl818x/rtl8180_dev.c
> @@ -898,6 +898,7 @@ static int __devinit rtl8180_probe(struc
>  	dev->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
>  		     IEEE80211_HW_RX_INCLUDES_FCS |
>  		     IEEE80211_HW_SIGNAL_UNSPEC;
> +	dev->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION);
>  	dev->queues = 1;
>  	dev->max_signal = 65;

Thanks!

Piter PUNK



  reply	other threads:[~2008-12-21 21:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-21 16:10 rtl8180: the network interface is not anymore created Fabio Rossi
2008-12-21 18:04 ` Larry Finger
2008-12-21 21:14   ` Piter PUNK [this message]
2008-12-22  8:52   ` Fabio Rossi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=494EB1A1.5080209@unitednerds.org \
    --to=piterpunk@unitednerds.org \
    --cc=Larry.Finger@lwfinger.net \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=rossi.f@inwind.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.