From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from box.christofferholmstedt.se ([188.166.68.52]:46713 "EHLO box.christofferholmstedt.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754548AbbFERgc (ORCPT ); Fri, 5 Jun 2015 13:36:32 -0400 Date: Fri, 5 Jun 2015 19:36:23 +0200 From: Christoffer Holmstedt Subject: Re: [PATCH wpan-misc] website: adding a list with links to many relevant specifications Message-ID: <20150605173623.GA3023@thanatos> References: <1433516575-16891-1-git-send-email-stefan@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433516575-16891-1-git-send-email-stefan@osg.samsung.com> Sender: linux-wpan-owner@vger.kernel.org List-ID: To: Stefan Schmidt Cc: linux-wpan@vger.kernel.org, Alexander Aring On Fri, Jun 05, 2015 at 05:02:55PM +0200, Stefan Schmidt wrote: > This does not cover all and some other might be missing and some might not be > to relevant to us but it is a start for people to start digging into it. > > Signed-off-by: Stefan Schmidt > --- > website/index.txt | 35 +++++++++++++++++++++++++++++++++++ > 1 file changed, 35 insertions(+) > > diff --git a/website/index.txt b/website/index.txt > index 19d1e70..0213f00 100644 > --- a/website/index.txt > +++ b/website/index.txt > @@ -173,4 +173,39 @@ The rework will contains a new netlink API and a general handling about frame cr > > For the nl802154 framework you will need the wpan-tools, older kernels need lowpan-tools but this is not recommended. > > + > +Specifications > +~~~~~~~~~~~~~~ > + > +* http://www.ieee802.org/15/pub/TG4.html[IEEE]: > +** http://standards.ieee.org/about/get/802/802.15.html > +** 802.15.4-2003 > +** 802.15.4-2006 > +** 802.15.4-2011 > +** 802.15.4a-2007 > +** 802.15.4c-2009 > +** 802.15.4d-2009 > +** 802.15.4e-2012 > +** 802.15.4f-2012 > +** 802.15.4g-2012 > +** 802.15.4j-2013 > +** 802.15.4k-2013 > +** 802.15.4m-2014 > +** 802.15.4p-2014 ...cut... I would sort the standards list by year instead of name as the a - d amendments should be included in the 2011 version afaik. Just a small detail, no big deal.