[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1248703695-7043-1-git-send-email-dbaryshkov@gmail.com>
Date: Mon, 27 Jul 2009 18:08:12 +0400
From: Dmitry Eremin-Solenikov <dbaryshkov@...il.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, linux-zigbee-devel@...ts.sourceforge.net,
Sergey Lapin <slapin@...fans.org>
Subject: [PULL REQ][PATCH 0/3] ieee 802.15.4 documentation updates
Please pull 3 small updates for IEEE 802.15.4 code (documentation and headers move).
The following changes since commit 72dccb01e8632aa5ffe58070003d0fa19d007116:
Eric Dumazet (1):
bnx2: Update vlan_features
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git for-linus
Daniel Silverstone (1):
IEEE80154: Add documentation to the IEEE80154 netlink and fakehard driver
Dmitry Eremin-Solenikov (1):
ieee802154: move headers out of extra directory
Thadeu Lima de Souza Cascardo (1):
trivial: fix typo in ieee802154 documentation and add it to index
Documentation/networking/00-INDEX | 2 +
Documentation/networking/ieee802154.txt | 2 +-
drivers/ieee802154/fakehard.c | 128 +++++++++++++++++++-
include/net/{ieee802154 => }/af_ieee802154.h | 0
include/net/{ieee802154/mac_def.h => ieee802154.h} | 4 +-
include/net/ieee802154/nl802154.h | 41 ------
.../netdevice.h => ieee802154_netdev.h} | 0
include/net/nl802154.h | 117 ++++++++++++++++++
net/ieee802154/af_ieee802154.c | 4 +-
net/ieee802154/dgram.c | 6 +-
net/ieee802154/netlink.c | 6 +-
net/ieee802154/raw.c | 2 +-
12 files changed, 255 insertions(+), 57 deletions(-)
rename include/net/{ieee802154 => }/af_ieee802154.h (100%)
rename include/net/{ieee802154/mac_def.h => ieee802154.h} (98%)
delete mode 100644 include/net/ieee802154/nl802154.h
rename include/net/{ieee802154/netdevice.h => ieee802154_netdev.h} (100%)
create mode 100644 include/net/nl802154.h
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists