From: Greg KH <greg@kroah.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: gregkh@suse.de, linux-kernel@vger.kernel.org,
linux-wireless@vger.kernel.org
Subject: Re: [PATCH] at76_usb: update drivers/staging/at76_usb w/ mac80211 port
Date: Mon, 27 Oct 2008 17:27:18 -0700 [thread overview]
Message-ID: <20081028002718.GA2992@kroah.com> (raw)
In-Reply-To: <20081027211553.GH20389@tuxdriver.com>
On Mon, Oct 27, 2008 at 05:15:53PM -0400, John W. Linville wrote:
> On Mon, Oct 27, 2008 at 11:56:34AM -0700, Greg KH wrote:
> > On Fri, Oct 24, 2008 at 03:48:59PM -0400, John W. Linville wrote:
> > > This updates drivers/staging/at76_usb to correspond with the late=
st
> > > version previously available in wireless-testing.
> > >=20
> > > Signed-off-by: John W. Linville <linville@tuxdriver.com>
> >=20
> > I've applied this, but it does add the following warnings, which I =
don't
> > think you want to have:
> > drivers/staging/at76_usb/at76_usb.c:885: warning: =E2=80=98at76_se=
t_associd=E2=80=99 defined but not used
> > drivers/staging/at76_usb/at76_usb.c:903: warning: =E2=80=98at76_se=
t_listen_interval=E2=80=99 defined but not used
> > drivers/staging/at76_usb/at76_usb.c:989: warning: =E2=80=98at76_ad=
d_mac_address=E2=80=99 defined but not used
> >=20
> >=20
> > I'll remove these unused functions now from the in-kernel version.
>=20
> Those were still there because Kalle had said he intended to use them=
=2E
> I see no need to carry them since you have them in git anyway.
Heh, fine, they are now gone, we can't add patches that add warnings :)
> > Is there any way to do development on this in the staging version n=
ow,
> > instead of the wireless-testing tree?
>=20
> Fine with me, although I do have at least one patch for it that
> relates to a pending API change -- I just figured I'd wait for the
> round-trip of the patch above and then carry just that patch in my
> tree along with the mac80211 API changes that prompted it. Any other
> development makes sense to go to your tree.
How about just sending that patch in when the api change goes in. I
have no problem with other people sending in patches through their tree=
s
that touch the staging directory for stuff like this, as it makes your
life much easier.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <greg@kroah.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: gregkh@suse.de, linux-kernel@vger.kernel.org,
linux-wireless@vger.kernel.org
Subject: Re: [PATCH] at76_usb: update drivers/staging/at76_usb w/ mac80211 port
Date: Mon, 27 Oct 2008 17:27:18 -0700 [thread overview]
Message-ID: <20081028002718.GA2992@kroah.com> (raw)
In-Reply-To: <20081027211553.GH20389@tuxdriver.com>
On Mon, Oct 27, 2008 at 05:15:53PM -0400, John W. Linville wrote:
> On Mon, Oct 27, 2008 at 11:56:34AM -0700, Greg KH wrote:
> > On Fri, Oct 24, 2008 at 03:48:59PM -0400, John W. Linville wrote:
> > > This updates drivers/staging/at76_usb to correspond with the latest
> > > version previously available in wireless-testing.
> > >
> > > Signed-off-by: John W. Linville <linville@tuxdriver.com>
> >
> > I've applied this, but it does add the following warnings, which I don't
> > think you want to have:
> > drivers/staging/at76_usb/at76_usb.c:885: warning: ‘at76_set_associd’ defined but not used
> > drivers/staging/at76_usb/at76_usb.c:903: warning: ‘at76_set_listen_interval’ defined but not used
> > drivers/staging/at76_usb/at76_usb.c:989: warning: ‘at76_add_mac_address’ defined but not used
> >
> >
> > I'll remove these unused functions now from the in-kernel version.
>
> Those were still there because Kalle had said he intended to use them.
> I see no need to carry them since you have them in git anyway.
Heh, fine, they are now gone, we can't add patches that add warnings :)
> > Is there any way to do development on this in the staging version now,
> > instead of the wireless-testing tree?
>
> Fine with me, although I do have at least one patch for it that
> relates to a pending API change -- I just figured I'd wait for the
> round-trip of the patch above and then carry just that patch in my
> tree along with the mac80211 API changes that prompted it. Any other
> development makes sense to go to your tree.
How about just sending that patch in when the api change goes in. I
have no problem with other people sending in patches through their trees
that touch the staging directory for stuff like this, as it makes your
life much easier.
thanks,
greg k-h
next prev parent reply other threads:[~2008-10-28 0:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-24 19:48 [PATCH] at76_usb: update drivers/staging/at76_usb w/ mac80211 port John W. Linville
2008-10-27 18:56 ` Greg KH
2008-10-27 18:56 ` Greg KH
2008-10-27 21:15 ` John W. Linville
2008-10-27 21:15 ` John W. Linville
2008-10-28 0:27 ` Greg KH [this message]
2008-10-28 0:27 ` 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=20081028002718.GA2992@kroah.com \
--to=greg@kroah.com \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.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.