From: Alexander Aring Date: Sun, 26 Oct 2014 08:37:04 +0000 (+0100) Subject: mac802154: tx: remove xmit channel context switch X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~3^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc67c6b30f36d57b70b70547a30e7a8432540c6f;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed