aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac802154.h
diff options
context:
space:
mode:
authorVarka Bhadram <varkab@cdac.in>2015-04-09 12:05:43 +0530
committerMarcel Holtmann <marcel@holtmann.org>2015-04-09 09:19:33 +0200
commit94910d419a506a8e21333cc87ffb80db8b89d88a (patch)
treea55302a2d3f9471c2de9916d8eb47ff013fa8d85 /include/net/mac802154.h
parentBluetooth: Read LE remote features during connection establishment (diff)
downloadlinux-dev-94910d419a506a8e21333cc87ffb80db8b89d88a.tar.xz
linux-dev-94910d419a506a8e21333cc87ffb80db8b89d88a.zip
mac802154: fix typo for device
Signed-off-by: Varka Bhadram <varkab@cdac.in> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/mac802154.h')
-rw-r--r--include/net/mac802154.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac802154.h b/include/net/mac802154.h
index fb4e8a3d6229..2f0644c0612a 100644
--- a/include/net/mac802154.h
+++ b/include/net/mac802154.h
@@ -247,7 +247,7 @@ static inline void ieee802154_le64_to_be64(void *be64_dst, const void *le64_src)
__put_unaligned_memmove64(swab64p(le64_src), be64_dst);
}
-/* Basic interface to register ieee802154 hwice */
+/* Basic interface to register ieee802154 device */
struct ieee802154_hw *
ieee802154_alloc_hw(size_t priv_data_len, const struct ieee802154_ops *ops);
void ieee802154_free_hw(struct ieee802154_hw *hw);