android_kernel_samsung_univ.../net/mac802154
Alexander Aring 91f02b3dd8 mac802154: cfg: remove test and set checks
This patch removes several checks if a value is really changed. This
makes only sense if we have another layer call e.g. calling the
driver_ops which is done by callbacks like "set_channel".

For MAC settings which need to be set by phy registers (if the phy
supports that handling) this is set by doing an interface up currently
and are not direct driver_ops calls, so we remove the checks from these
configuration callbacks.

Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Suggested-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-08-10 20:43:06 +02:00
..
cfg.c mac802154: cfg: remove test and set checks 2015-08-10 20:43:06 +02:00
cfg.h
driver-ops.h
ieee802154_i.h mac802154: Fix memory corruption with global deferred transmit state. 2015-07-30 14:08:55 +02:00
iface.c mac802154: fix wpan mac setting while lowpan is there 2015-08-10 20:43:06 +02:00
Kconfig
llsec.c
llsec.h
mac_cmd.c
main.c mac802154: Fix memory corruption with global deferred transmit state. 2015-07-30 14:08:55 +02:00
Makefile
mib.c
rx.c
trace.c
trace.h
tx.c mac802154: Fix memory corruption with global deferred transmit state. 2015-07-30 14:08:55 +02:00
util.c