summaryrefslogtreecommitdiff
path: root/net/mac802154/ieee802154_i.h
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-10-29 21:34:44 +0100
committerMarcel Holtmann <marcel@holtmann.org>2014-10-29 23:07:46 +0100
commit38130c31ef50de1999983601e448db2b1bc1057c (patch)
tree73896690bf1fc4074a234e2b308ecaf543c0e388 /net/mac802154/ieee802154_i.h
parent2ac0f3a38ac4357c603052ba9769bdeaa4131ff1 (diff)
mac802154: add basic support for monitor
This patch adds basic support for monitor mode. Also change the open call that we set the transceiver mac setting on an interface up. Futher patches will add a better handling while interface up an interface. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h
index 7cebc9844c00..1086a9d96f8f 100644
--- a/net/mac802154/ieee802154_i.h
+++ b/net/mac802154/ieee802154_i.h
@@ -84,6 +84,7 @@ struct ieee802154_sub_if_data {
__le16 pan_id;
__le16 short_addr;
__le64 extended_addr;
+ bool promisuous_mode;
struct ieee802154_mac_params mac_params;