From: Kalle Valo <kalle.valo@iki.fi>
To: Greg KH <greg@kroah.com>
Cc: Javier Martinez Canillas <martinez.javier@gmail.com>,
"devel\@driverdev.osuosl.org" <devel@driverdev.osuosl.org>,
linux-wireless@vger.kernel.org
Subject: Re: [PATCH 1/1] staging/stlc45xx: Fix compile error
Date: Fri, 16 Oct 2009 10:13:45 +0300 [thread overview]
Message-ID: <87zl7rbyl2.fsf@nokia.com> (raw)
In-Reply-To: <20091015031138.GB16633@kroah.com> (ext Greg's message of "Thu, 15 Oct 2009 05:11:38 +0200")
Greg KH <greg@kroah.com> writes:
> On Wed, Oct 14, 2009 at 11:03:45PM -0400, Javier Martinez Canillas wrote:
>> I got the following compile error with today linux-next tree.
>>
>> drivers/staging/stlc45xx/stlc45xx.c: In function ‘stlc45xx_reset’:
>> drivers/staging/stlc45xx/stlc45xx.c:1061: error: ‘struct ieee80211_hw’ has no member named ‘workqueue’
>> drivers/staging/stlc45xx/stlc45xx.c: In function ‘stlc45xx_interrupt’:
>> drivers/staging/stlc45xx/stlc45xx.c:1492: error: ‘struct ieee80211_hw’ has no member named ‘workqueue’
>> drivers/staging/stlc45xx/stlc45xx.c: In function ‘stlc45xx_wq_tx’:
>> drivers/staging/stlc45xx/stlc45xx.c:1571: error: ‘struct ieee80211_hw’ has no member named ‘workqueue’
>> drivers/staging/stlc45xx/stlc45xx.c: In function ‘stlc45xx_op_tx’:
>> drivers/staging/stlc45xx/stlc45xx.c:2135: error: ‘struct ieee80211_hw’ has no member named ‘workqueue’
>> drivers/staging/stlc45xx/stlc45xx.c: At top level:
>> drivers/staging/stlc45xx/stlc45xx.c:2351: warning: initialization from incompatible pointer type
>>
>> The driver was trying to access directly to mac80211 workqueue. Use the helper functions instead.
>>
>> I think this patch solves the issue. Also fix a compile warning due a change in configure_filter() handler params.
>
> ah, good catch, I had that driver disabled in my builds for some stupid
> reason. I'll queue this up in my tree.
I think it's better to drop stlc45xx. As I haven't sent any patches for
few months is obvious that I don't have time to work on it anymore. And
p54spi should work now, at least I have seen positive reports on mailing
lists.
Greg, if you want I can send a patch removing stlc45xx.
--
Kalle Valo
next parent reply other threads:[~2009-10-16 7:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1255575825.10636.17.camel@laptop>
[not found] ` <20091015031138.GB16633@kroah.com>
2009-10-16 7:13 ` Kalle Valo [this message]
2009-10-16 14:11 ` [PATCH 1/1] staging/stlc45xx: Fix compile error Javier Martinez Canillas
2009-10-16 14:54 ` Christian Lamparter
2009-10-16 15:59 ` Javier Martinez Canillas
2009-10-16 16:01 ` Greg KH
2009-10-16 16:05 ` Kalle Valo
2009-10-16 15:23 ` Greg KH
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=87zl7rbyl2.fsf@nokia.com \
--to=kalle.valo@iki.fi \
--cc=devel@driverdev.osuosl.org \
--cc=greg@kroah.com \
--cc=linux-wireless@vger.kernel.org \
--cc=martinez.javier@gmail.com \
/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.