diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-11-09 08:36:46 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-11-09 19:50:28 +0100 |
commit | 5fb3f026ae15827fe32e34adafce0d0f63ad0366 (patch) | |
tree | 35b5e05e5ff8c2dd6fc72568645c66641aa8daa9 /net/mac802154/ieee802154_i.h | |
parent | 863e88f255dac0657e57d5f1a1f95ee8733f8c13 (diff) | |
download | linux-5fb3f026ae15827fe32e34adafce0d0f63ad0366.tar.bz2 |
mac802154: remove mac_params in sdata
This patch removes the mac_params from subif data struct. Instead we
manipulate the wpan attributes directly.
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h index 803f529e2c45..e22f509af72b 100644 --- a/net/mac802154/ieee802154_i.h +++ b/net/mac802154/ieee802154_i.h @@ -84,8 +84,6 @@ struct ieee802154_sub_if_data { spinlock_t mib_lock; - struct ieee802154_mac_params mac_params; - /* protects sec from concurrent access by netlink. access by * encrypt/decrypt/header_create safe without additional protection. */ |