mac802154: remove channel attributes from sdata
These channel attributes was part of "channel context switch while xmit"
which was removed by commit dc67c6b30f
("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>
This commit is contained in:

committed by
Marcel Holtmann

parent
33d4189f51
commit
12439a5356
@@ -85,9 +85,6 @@ struct ieee802154_sub_if_data {
|
||||
__le16 short_addr;
|
||||
__le64 extended_addr;
|
||||
|
||||
u8 chan;
|
||||
u8 page;
|
||||
|
||||
struct ieee802154_mac_params mac_params;
|
||||
|
||||
/* MAC BSN field */
|
||||
|
Reference in New Issue
Block a user