* [PATCH wpan-misc 1/2] website: fix milestone table name
@ 2014-12-12 14:21 Alexander Aring
2014-12-12 14:21 ` [PATCH wpan-misc 2/2] website: change dependency to libnl-3 Alexander Aring
2014-12-12 14:32 ` [PATCH wpan-misc 1/2] website: fix milestone table name Stefan Schmidt
0 siblings, 2 replies; 6+ messages in thread
From: Alexander Aring @ 2014-12-12 14:21 UTC (permalink / raw)
To: linux-wpan; +Cc: Alexander Aring
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
website/index.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/index.txt b/website/index.txt
index a7ab4bb..5a3252b 100644
--- a/website/index.txt
+++ b/website/index.txt
@@ -114,7 +114,7 @@ Currently a rework of 802.15.4 subsystem is in progress.
The rework will contains a new netlink API and a general handling about frame creation and parsing.
-.Supported 802.15.4 Hardware
+.Milestones
[options="header"]
|=======================================
|Milestone | Description | state
--
2.1.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH wpan-misc 2/2] website: change dependency to libnl-3
2014-12-12 14:21 [PATCH wpan-misc 1/2] website: fix milestone table name Alexander Aring
@ 2014-12-12 14:21 ` Alexander Aring
2014-12-12 14:32 ` [PATCH wpan-misc 1/2] website: fix milestone table name Stefan Schmidt
1 sibling, 0 replies; 6+ messages in thread
From: Alexander Aring @ 2014-12-12 14:21 UTC (permalink / raw)
To: linux-wpan; +Cc: Alexander Aring
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
website/index.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/index.txt b/website/index.txt
index 5a3252b..c730a86 100644
--- a/website/index.txt
+++ b/website/index.txt
@@ -9,7 +9,7 @@ To access the nl802154 netlink inteface you will need the wpan-tools.
Dependencies:
-- netlink library http://www.infradead.org/~tgr/libnl/[libnl].
+- netlink library http://www.infradead.org/~tgr/libnl/[libnl-3].
These tools contains:
--
2.1.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH wpan-misc 1/2] website: fix milestone table name
2014-12-12 14:21 [PATCH wpan-misc 1/2] website: fix milestone table name Alexander Aring
2014-12-12 14:21 ` [PATCH wpan-misc 2/2] website: change dependency to libnl-3 Alexander Aring
@ 2014-12-12 14:32 ` Stefan Schmidt
2014-12-12 14:36 ` Alexander Aring
2014-12-12 14:40 ` Alexander Aring
1 sibling, 2 replies; 6+ messages in thread
From: Stefan Schmidt @ 2014-12-12 14:32 UTC (permalink / raw)
To: Alexander Aring, linux-wpan
Hello.
On 12/12/14 15:21, Alexander Aring wrote:
> Signed-off-by: Alexander Aring <alex.aring@gmail.com>
> ---
> website/index.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/website/index.txt b/website/index.txt
> index a7ab4bb..5a3252b 100644
> --- a/website/index.txt
> +++ b/website/index.txt
> @@ -114,7 +114,7 @@ Currently a rework of 802.15.4 subsystem is in progress.
>
> The rework will contains a new netlink API and a general handling about frame creation and parsing.
>
> -.Supported 802.15.4 Hardware
> +.Milestones
> [options="header"]
> |=======================================
> |Milestone | Description | state
Both patches look good. I guess we don't do any Reviewed-By or Acked-By
annotation here as you will directly apply them. :)
regards
Stefan Schmidt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH wpan-misc 1/2] website: fix milestone table name
2014-12-12 14:32 ` [PATCH wpan-misc 1/2] website: fix milestone table name Stefan Schmidt
@ 2014-12-12 14:36 ` Alexander Aring
2014-12-12 14:38 ` Stefan Schmidt
2014-12-12 14:40 ` Alexander Aring
1 sibling, 1 reply; 6+ messages in thread
From: Alexander Aring @ 2014-12-12 14:36 UTC (permalink / raw)
To: Stefan Schmidt; +Cc: linux-wpan
Hi,
On Fri, Dec 12, 2014 at 03:32:09PM +0100, Stefan Schmidt wrote:
> Hello.
>
> On 12/12/14 15:21, Alexander Aring wrote:
> > Signed-off-by: Alexander Aring <alex.aring@gmail.com>
> > ---
> > website/index.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/website/index.txt b/website/index.txt
> > index a7ab4bb..5a3252b 100644
> > --- a/website/index.txt
> > +++ b/website/index.txt
> > @@ -114,7 +114,7 @@ Currently a rework of 802.15.4 subsystem is in progress.
> >
> > The rework will contains a new netlink API and a general handling about frame creation and parsing.
> >
> > -.Supported 802.15.4 Hardware
> > +.Milestones
> > [options="header"]
> > |=======================================
> > |Milestone | Description | state
>
> Both patches look good. I guess we don't do any Reviewed-By or Acked-By
> annotation here as you will directly apply them. :)
>
yea, I can change the behaviour if you like I forget some "Reported-by: ...".
Isn't the linux kernel here. Only some small repo for website, logos,
etc..
I hope that's ok. Alternative would be I do some force push and fix that. :-)
-Alex
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH wpan-misc 1/2] website: fix milestone table name
2014-12-12 14:36 ` Alexander Aring
@ 2014-12-12 14:38 ` Stefan Schmidt
0 siblings, 0 replies; 6+ messages in thread
From: Stefan Schmidt @ 2014-12-12 14:38 UTC (permalink / raw)
To: Alexander Aring; +Cc: linux-wpan
Hello.
On 12/12/14 15:36, Alexander Aring wrote:
> Hi,
>
> On Fri, Dec 12, 2014 at 03:32:09PM +0100, Stefan Schmidt wrote:
>> Hello.
>>
>> On 12/12/14 15:21, Alexander Aring wrote:
>>> Signed-off-by: Alexander Aring <alex.aring@gmail.com>
>>> ---
>>> website/index.txt | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/website/index.txt b/website/index.txt
>>> index a7ab4bb..5a3252b 100644
>>> --- a/website/index.txt
>>> +++ b/website/index.txt
>>> @@ -114,7 +114,7 @@ Currently a rework of 802.15.4 subsystem is in progress.
>>>
>>> The rework will contains a new netlink API and a general handling about frame creation and parsing.
>>>
>>> -.Supported 802.15.4 Hardware
>>> +.Milestones
>>> [options="header"]
>>> |=======================================
>>> |Milestone | Description | state
>> Both patches look good. I guess we don't do any Reviewed-By or Acked-By
>> annotation here as you will directly apply them. :)
>>
> yea, I can change the behaviour if you like I forget some "Reported-by: ...".
> Isn't the linux kernel here. Only some small repo for website, logos,
> etc..
>
> I hope that's ok. Alternative would be I do some force push and fix that. :-)
Nah, keep it like you do right now. Was just wondering. :)
regards
Stefan Schmidt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH wpan-misc 1/2] website: fix milestone table name
2014-12-12 14:32 ` [PATCH wpan-misc 1/2] website: fix milestone table name Stefan Schmidt
2014-12-12 14:36 ` Alexander Aring
@ 2014-12-12 14:40 ` Alexander Aring
1 sibling, 0 replies; 6+ messages in thread
From: Alexander Aring @ 2014-12-12 14:40 UTC (permalink / raw)
To: Stefan Schmidt; +Cc: linux-wpan
Again me,
On Fri, Dec 12, 2014 at 03:32:09PM +0100, Stefan Schmidt wrote:
> Hello.
>
> On 12/12/14 15:21, Alexander Aring wrote:
> > Signed-off-by: Alexander Aring <alex.aring@gmail.com>
> > ---
> > website/index.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/website/index.txt b/website/index.txt
> > index a7ab4bb..5a3252b 100644
> > --- a/website/index.txt
> > +++ b/website/index.txt
> > @@ -114,7 +114,7 @@ Currently a rework of 802.15.4 subsystem is in progress.
> >
> > The rework will contains a new netlink API and a general handling about frame creation and parsing.
> >
> > -.Supported 802.15.4 Hardware
> > +.Milestones
> > [options="header"]
> > |=======================================
> > |Milestone | Description | state
>
> Both patches look good. I guess we don't do any Reviewed-By or Acked-By
> annotation here as you will directly apply them. :)
>
really, this was a fast hacking because I really hate to describe in my
mails how to setup a 6LoWPAN interface. :-)
Now I can send the link. Didn't thought about many things while creating
this website but everyone can send patches to add more stuff into the
website.
First, it's good to have such website. The rest will hopeful be better
by historical changes.
- Alex
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-12-12 14:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 14:21 [PATCH wpan-misc 1/2] website: fix milestone table name Alexander Aring
2014-12-12 14:21 ` [PATCH wpan-misc 2/2] website: change dependency to libnl-3 Alexander Aring
2014-12-12 14:32 ` [PATCH wpan-misc 1/2] website: fix milestone table name Stefan Schmidt
2014-12-12 14:36 ` Alexander Aring
2014-12-12 14:38 ` Stefan Schmidt
2014-12-12 14:40 ` Alexander Aring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).