|
@@ -133,7 +133,7 @@ struct ieee802154_ops {
|
|
|
|
|
|
/* Basic interface to register ieee802154 device */
|
|
|
struct ieee802154_dev *
|
|
|
-ieee802154_alloc_device(size_t priv_data_lex, struct ieee802154_ops *ops);
|
|
|
+ieee802154_alloc_device(size_t priv_data_len, struct ieee802154_ops *ops);
|
|
|
void ieee802154_free_device(struct ieee802154_dev *dev);
|
|
|
int ieee802154_register_device(struct ieee802154_dev *dev);
|
|
|
void ieee802154_unregister_device(struct ieee802154_dev *dev);
|