mac802154: remove channel attributes from sdata
authorAlexander Aring <alex.aring@gmail.com>
Tue, 28 Oct 2014 17:21:29 +0000 (18:21 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 28 Oct 2014 22:19:08 +0000 (23:19 +0100)
commit12439a53560097bc8e42cf14967717d14588dddd
tree34a1bf967900cb2ca32e32eb4a9eb07a422ad079
parent33d4189f51f0dbb522a4d81aafc7edb2e048c570
mac802154: remove channel attributes from sdata

These channel attributes was part of "channel context switch while xmit"
which was removed by commit dc67c6b30f36d57b70b70547a30e7a8432540c6f
("mac802154: tx: remove xmit channel context switch"). This patch
removes these unnecessary variables and use the current_page and
current_channel by wpan_phy struct now.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/mac802154/ieee802154_i.h
net/mac802154/iface.c
net/mac802154/mib.c
This page took 0.025277 seconds and 5 git commands to generate.