[Linux-zigbee-devel] [PATCH] Rename ieee prefix to mac inside the mac directory

2010-08-01 Thread Jon Smirl
This is a first pass, do you want to touch up the wpan ones? Signed-off-by: Jon Smirl --- net/mac802154/beacon.c | 16 --- net/mac802154/beacon_hash.c | 12 +++-- net/mac802154/beacon_hash.h |8 ++-- net/mac802154/mac802154.h | 36 net/mac802154/mac_cmd.c

Re: [Linux-zigbee-devel] Use of ieee vs mac prefix in the mac directory

2010-08-01 Thread Dmitry Eremin-Solenikov
On 8/1/10, Jon Smirl wrote: > Will you take a patch that renames all of the internal ieee prefixed > functions/data structures to mac... inside the mac802154 directory? Yes. Also it may be wise to use the following naming: mac802154_ => for generic functions wpan_ => for IEEE 802.15.4 implementat

[Linux-zigbee-devel] Use of ieee vs mac prefix in the mac directory

2010-08-01 Thread Jon Smirl
Will you take a patch that renames all of the internal ieee prefixed functions/data structures to mac... inside the mac802154 directory? Some of the functions inside the mac802154 directory have the same name as functions in the ieee802154 directory. When you get a debug stack trace you can't tell