diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-28 18:21:29 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-28 23:19:08 +0100 |
commit | 12439a53560097bc8e42cf14967717d14588dddd (patch) | |
tree | 34a1bf967900cb2ca32e32eb4a9eb07a422ad079 /net/mac802154/ieee802154_i.h | |
parent | 33d4189f51f0dbb522a4d81aafc7edb2e048c570 (diff) | |
download | linux-12439a53560097bc8e42cf14967717d14588dddd.tar.bz2 |
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>
Diffstat (limited to 'net/mac802154/ieee802154_i.h')
-rw-r--r-- | net/mac802154/ieee802154_i.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h index bf0b5f613c36..46c9fe7ba2b2 100644 --- a/net/mac802154/ieee802154_i.h +++ b/net/mac802154/ieee802154_i.h @@ -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 */ |