diff options
Diffstat (limited to 'include/net/mac802154.h')
-rw-r--r-- | include/net/mac802154.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac802154.h b/include/net/mac802154.h index 4c4642ef244f..0ea44cda2920 100644 --- a/include/net/mac802154.h +++ b/include/net/mac802154.h | |||
@@ -197,7 +197,7 @@ struct ieee802154_ops { | |||
197 | 197 | ||
198 | /* Basic interface to register ieee802154 hwice */ | 198 | /* Basic interface to register ieee802154 hwice */ |
199 | struct ieee802154_hw * | 199 | struct ieee802154_hw * |
200 | ieee802154_alloc_hw(size_t priv_data_len, struct ieee802154_ops *ops); | 200 | ieee802154_alloc_hw(size_t priv_data_len, const struct ieee802154_ops *ops); |
201 | void ieee802154_free_hw(struct ieee802154_hw *hw); | 201 | void ieee802154_free_hw(struct ieee802154_hw *hw); |
202 | int ieee802154_register_hw(struct ieee802154_hw *hw); | 202 | int ieee802154_register_hw(struct ieee802154_hw *hw); |
203 | void ieee802154_unregister_hw(struct ieee802154_hw *hw); | 203 | void ieee802154_unregister_hw(struct ieee802154_hw *hw); |