diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-11-05 20:51:29 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-11-05 21:53:06 +0100 |
commit | 0916c02205ed76c03863b401e60fa105c4008cfa (patch) | |
tree | 5ce15909cf66cc7c30cc4d48de1d601d8867a920 /net/mac802154/ieee802154_i.h | |
parent | mac802154: use IEEE802154_EXTENDED_ADDR_LEN (diff) | |
download | linux-0916c02205ed76c03863b401e60fa105c4008cfa.tar.xz linux-0916c02205ed76c03863b401e60fa105c4008cfa.zip |
mac802154: fix typo promisuous to promiscuous
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, 1 insertions, 1 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h index 931f8516cee6..4acacea0d371 100644 --- a/net/mac802154/ieee802154_i.h +++ b/net/mac802154/ieee802154_i.h @@ -87,7 +87,7 @@ struct ieee802154_sub_if_data { __le16 pan_id; __le16 short_addr; __le64 extended_addr; - bool promisuous_mode; + bool promiscuous_mode; struct ieee802154_mac_params mac_params; |