]> git.baikalelectronics.ru Git - kernel.git/commit
mac802154: rx: monitor receive cleanup
authorAlexander Aring <alex.aring@gmail.com>
Wed, 29 Oct 2014 20:34:41 +0000 (21:34 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 29 Oct 2014 22:07:46 +0000 (23:07 +0100)
commit8212426cc474d471065feebb05dcc7c7338866e0
tree854ffaf70e18f91f0f3eae8f94f0e26ef6b19200
parentab96a3a67335725815117bd5456952d67a4e5abf
mac802154: rx: monitor receive cleanup

This patch replace the !netif_running(sdata->dev) instead we doing a
!ieee802154_sdata_running(sdata). Also move this in two separate if
branches to compare with mac80211 code.

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