Re: [Linux-zigbee-devel] [PATCH net-next 1/2] ieee802154: removed unwanted header files

2014-07-08 Thread Varka Bhadram
On 07/09/2014 09:26 AM, David Miller wrote: > These changes are completely bogus. > > Where are the definitions of the data types for "struct in6_addr" and > "struct ipv6hdr" coming from. > > I'm not even going to look at these patches until you: > > 1) Properly audit the files. Removing an includ

Re: [Linux-zigbee-devel] [PATCH net-next 1/2] ieee802154: removed unwanted header files

2014-07-08 Thread David Miller
From: Varka Bhadram Date: Wed, 9 Jul 2014 09:14:04 +0530 > diff --git a/net/ieee802154/6lowpan_iphc.c b/net/ieee802154/6lowpan_iphc.c > index 511ddee..d85caa2 100644 > --- a/net/ieee802154/6lowpan_iphc.c > +++ b/net/ieee802154/6lowpan_iphc.c > @@ -49,12 +49,8 @@ > * SUCH DAMAGE. > */ > > -

[Linux-zigbee-devel] [PATCH net-next 0/2] cleanup for ieee802154 and mac802154

2014-07-08 Thread Varka Bhadram
This patch series remove the unwanted headerfiles for ieee802154 and mac802154 Varka Bhadram (2): ieee802154: removed unwanted header files mac802154: removed unwanted header files net/ieee802154/6lowpan_iphc.c |4 net/ieee802154/6lowpan_rtnl.c |7 --- net/ieee802154/af_ie

[Linux-zigbee-devel] [PATCH net-next 1/2] ieee802154: removed unwanted header files

2014-07-08 Thread Varka Bhadram
Signed-off-by: Varka Bhadram --- net/ieee802154/6lowpan_iphc.c |4 net/ieee802154/6lowpan_rtnl.c |7 --- net/ieee802154/af_ieee802154.c | 11 --- net/ieee802154/dgram.c |6 -- net/ieee802154/header_ops.c|1 - net/ieee802154/netlink.c |

[Linux-zigbee-devel] [PATCH net-next 2/2] mac802154: removed unwanted header files

2014-07-08 Thread Varka Bhadram
Signed-off-by: Varka Bhadram --- net/mac802154/ieee802154_dev.c |5 - net/mac802154/llsec.c |7 --- net/mac802154/llsec.h |4 net/mac802154/mac802154.h |2 -- net/mac802154/mac_cmd.c|3 --- net/mac802154/mib.c|2 --