]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac802154: remove check if operation is supported
authorAlexander Aring <alex.aring@gmail.com>
Sun, 17 May 2015 19:44:45 +0000 (21:44 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 19 May 2015 09:44:42 +0000 (11:44 +0200)
commit8329fcf11f5c2ae2fb7b1f56f05b0bb899babc85
tree6d0723109ad1fc7bab4e2b758a9f122215547956
parent791021bf13ec9d0fc14bfd8c9c4b368ace568239
mac802154: remove check if operation is supported

This patch removes the check if operation is supported by driver layer.
This is done now by capabilities flags, if these are valid then the
driver should support the operation, otherwise a WARN_ON occurs.

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