]> git.baikalelectronics.ru Git - kernel.git/commit
mac802154: tx: remove xmit channel context switch
authorAlexander Aring <alex.aring@gmail.com>
Sun, 26 Oct 2014 08:37:04 +0000 (09:37 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 26 Oct 2014 16:24:03 +0000 (17:24 +0100)
commitaaeb564e2d5ec858f1fb744c2c23084413e5c449
treed02fdb8add9928c61584a1e17233ac6ba60aaefd
parentddfb6a30925dfc7f782a2c21943945fba978e1ad
mac802154: tx: remove xmit channel context switch

This patch removes the channel hopping feature before xmit. There are
several issues to provide a real channel hopping (timing requirements,
etc...).

We don't have any known kernelspace protocol which really use this
feature. And I don't know an real user of this feature.
We simply drop this feature now.

This patch removes also the hold of pib lock which isn't needed by any
real driver xmit callback implementation.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/mac802154.h
net/mac802154/tx.c